#CCA8A0
A light, moderate red closely aligning with Rosybrown.
About #CCA8A0
At its core, #CCA8A0 is a light and moderate hue. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(204, 168, 160).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 18% 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. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCA8A0
RGB204, 168, 160
HSL10.9°, 30.1%, 71.4%
CMYK0%, 18%, 22%, 20%
HSV10.9°, 21.6%, 80.0%
LAB71.8, 11.9, 9.1
XYZ45.2, 43.4, 39.2
Decimal13412512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.68:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA8A0;
}
.text-color {
color: #CCA8A0;
}
.border-color {
border: 2px solid #CCA8A0;
}