#CC666D
A light, moderate red closely aligning with Indianred.
About #CC666D
At its core, #CC666D is a light and moderate hue. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 204 red, 102 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC666D
RGB204, 102, 109
HSL355.9°, 50.0%, 60.0%
CMYK0%, 50%, 47%, 20%
HSV355.9°, 50.0%, 80.0%
LAB55.5, 41.0, 15.0
XYZ32.4, 23.4, 17.3
Decimal13395565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.69:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC666D;
}
.text-color {
color: #CC666D;
}
.border-color {
border: 2px solid #CC666D;
}