#CC8A92
A light, moderate red closely aligning with Rosybrown.
About #CC8A92
At its core, #CC8A92 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, 138, 146).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 32% Magenta, 28% Yellow, and 20% Black. The HSL representation is 352.7° hue, 39.3% saturation, and 67.1% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC8A92
RGB204, 138, 146
HSL352.7°, 39.3%, 67.1%
CMYK0%, 32%, 28%, 20%
HSV352.7°, 32.4%, 80.0%
LAB64.2, 26.3, 6.0
XYZ39.2, 33.1, 31.5
Decimal13404818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.62:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC8A92;
}
.text-color {
color: #CC8A92;
}
.border-color {
border: 2px solid #CC8A92;
}