#CCA0A0
A light, moderate red closely aligning with Rosybrown.
About #CCA0A0
When working with digital screens, the color #CCA0A0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(204, 160, 160).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 22% M, 22% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#CCA0A0
RGB204, 160, 160
HSL0.0°, 30.1%, 71.4%
CMYK0%, 22%, 22%, 20%
HSV0.0°, 21.6%, 80.0%
LAB69.8, 16.3, 6.2
XYZ43.8, 40.5, 38.8
Decimal13410464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.10:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA0A0;
}
.text-color {
color: #CCA0A0;
}
.border-color {
border: 2px solid #CCA0A0;
}