Shades of Chocolate #CA6024
Tints of Chocolate #CA6024
RGB
CMYK
RGB Variations
Color information
#CA6024 (or 0xCA6024) is known color: Chocolate. HEX triplet: CA, 60 and 24. RGB value is (202,96,36). Sum of RGB (Red+Green+Blue) = 202+96+36=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6024 is #359FDB. Grayscale: #797979. Windows color (decimal): -3514332 or 2384074. OLE color: 2384074.
HSL color Cylindrical-coordinate representation of color #CA6024: hue angle of 21.69º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA6024 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 36 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.21 |
| HSL | 21.69º | 0.7% | 0.47% | - |
| HSV(B) | 21.69º | 0.82% | 0.79% | - |
| XYZ | 28.86 | 21.05 | 4.21 | - |
| YUV | 120.85 | 80.12 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 36 | 0 | 0.52 | 0.82 | 0.21 | 21.69 | 0.7 | 0.47 |
| Hex | CA | 60 | 24 | 0 | 34 | 52 | 15 | 16 | 46 | 2F |
| Octal | 312 | 140 | 44 | 0 | 64 | 122 | 25 | 26 | 106 | 57 |
| Binary | 11001010 | 1100000 | 100100 | 0 | 110100 | 1010010 | 10101 | 10110 | 1000110 | 101111 |
Color Harmonies of #CA6024
Complementary color
Monochromatic Colors of #CA6024
Black with #CA6024
Text Example
Text Example
White with #CA6024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6024; }
p { color: rgb(202,96,36); }
H1.HeaderClassName
{
color: #CA6024;
}
.AnyTagClassName
{
color: #CA6024;
}
</style>
background-color css
<style>
a { background-color: #CA6024; }
a { background-color: rgb(202,96,36); }
div.DivClassName
{
background-color: #CA6024;
}
.BgClassName
{
background-color: #CA6024;
}
</style>
border-color css
<style>
span { border-color: #CA6024; }
span { border-color: rgb(202,96,36); }
td.TdClassName
{
border-color: #CA6024;
}
.TagClassName
{
border-color: #CA6024;
}
</style>