#CC9283
A light, moderate red closely aligning with Rosybrown.
About #CC9283
Visually, #CC9283 is defined as a moderate red. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(204, 146, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 28% magenta, 36% yellow, and 20% black. With a hue angle of 12.3 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC9283
RGB204, 146, 131
HSL12.3°, 41.7%, 65.7%
CMYK0%, 28%, 36%, 20%
HSV12.3°, 35.8%, 80.0%
LAB65.8, 19.9, 16.6
XYZ39.3, 35.0, 26.2
Decimal13406851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.01:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC9283;
}
.text-color {
color: #CC9283;
}
.border-color {
border: 2px solid #CC9283;
}