#CC928A
A light, moderate red closely aligning with Rosybrown.
About #CC928A
At its core, #CC928A is a light and moderate hue. Its closest recognized web color is Rosybrown. In the RGB color space, it consists of 204 red, 146 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 28% Magenta, 32% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC928A
RGB204, 146, 138
HSL7.3°, 39.3%, 67.1%
CMYK0%, 28%, 32%, 20%
HSV7.3°, 32.4%, 80.0%
LAB65.9, 20.8, 12.9
XYZ39.8, 35.2, 28.7
Decimal13406858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.05:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC928A;
}
.text-color {
color: #CC928A;
}
.border-color {
border: 2px solid #CC928A;
}