Indian Red (Red)
#C0495E
RGB: 192, 73, 94
Color OverviewHEX #C0495E
#C0495E Color Code Information
In the RGB color space, #C0495E is composed of 75% red, 29% green, and 37% blue. In the HSL color space, it has a hue of 349°, saturation of 49%, and lightness of 52%.
HEX
#C0495E
RGB
192, 73, 94
HSL
349°, 49%, 52%
HSV
349°, 62%, 75%
CMYK
0%, 62%, 51%, 25%
Name Match
Indian Red
Closest StandardShades of #C0495E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C0495E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C0495E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C0495E
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #C0495E Background
Contrast Ratio against Pure White (#FFFFFF):4.82 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C0495E Background
Contrast Ratio against Pure Black (#000000):4.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C0495E;
}
.element {
color: #C0495E;
background-color: #C0495E;
border-color: #C0495E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C0495E] text-[#C0495E] border-[#C0495E]"> Content styled with #C0495E </div>