#CC663A
A medium, moderate orange closely aligning with Chocolate.
About #CC663A
Visually, #CC663A is defined as a moderate orange. Its closest recognized web color is Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 102, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 50% magenta, 72% yellow, and 20% black. With a hue angle of 18.1 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC663A
RGB204, 102, 58
HSL18.1°, 58.9%, 51.4%
CMYK0%, 50%, 72%, 20%
HSV18.1°, 71.6%, 80.0%
LAB54.7, 37.2, 42.7
XYZ30.4, 22.6, 6.8
Decimal13395514
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC663A;
}
.text-color {
color: #CC663A;
}
.border-color {
border: 2px solid #CC663A;
}