#CCA0A8
A light, moderate red closely aligning with Rosybrown.
About #CCA0A8
At its core, #CCA0A8 is a light and moderate hue. Its closest recognized web color is Rosybrown. In the RGB color space, it consists of 204 red, 160 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 22% magenta, 18% yellow, and 20% black. With a hue angle of 349.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCA0A8
RGB204, 160, 168
HSL349.1°, 30.1%, 71.4%
CMYK0%, 22%, 18%, 20%
HSV349.1°, 21.6%, 80.0%
LAB70.0, 17.5, 2.1
XYZ44.5, 40.8, 42.6
Decimal13410472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.16:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA0A8;
}
.text-color {
color: #CCA0A8;
}
.border-color {
border: 2px solid #CCA0A8;
}