Indian Red (Red)
#C77C6A
RGB: 199, 124, 106
Color OverviewHEX #C77C6A
#C77C6A Color Code Information
In the RGB color space, #C77C6A is composed of 78% red, 49% green, and 42% blue. In the HSL color space, it has a hue of 12°, saturation of 45%, and lightness of 60%.
HEX
#C77C6A
RGB
199, 124, 106
HSL
12°, 45%, 60%
HSV
12°, 47%, 78%
CMYK
0%, 38%, 47%, 22%
Name Match
Indian Red
Closest StandardShades of #C77C6A (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C77C6A (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C77C6A (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C77C6A
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 #C77C6A Background
Contrast Ratio against Pure White (#FFFFFF):3.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C77C6A Background
Contrast Ratio against Pure Black (#000000):6.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C77C6A;
}
.element {
color: #C77C6A;
background-color: #C77C6A;
border-color: #C77C6A;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C77C6A] text-[#C77C6A] border-[#C77C6A]"> Content styled with #C77C6A </div>