#CC6650
A medium, moderate red closely aligning with Indianred.
About #CC6650
The precise color #CC6650 is an excellent choice for modern design projects. It is closely associated with the named CSS color Indianred. Its digital footprint relies on 204 parts red, 102 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 50% M, 61% Y, and 20% K. The HSL representation is 10.6° hue, 54.9% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC6650
RGB204, 102, 80
HSL10.6°, 54.9%, 55.7%
CMYK0%, 50%, 61%, 20%
HSV10.6°, 60.8%, 80.0%
LAB55.0, 38.6, 31.0
XYZ31.1, 22.9, 10.4
Decimal13395536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6650;
}
.text-color {
color: #CC6650;
}
.border-color {
border: 2px solid #CC6650;
}