Shades of Chocolate #CA6D24
Tints of Chocolate #CA6D24
RGB
CMYK
RGB Variations
Color information
#CA6D24 (or 0xCA6D24) is known color: Chocolate. HEX triplet: CA, 6D and 24. RGB value is (202,109,36). Sum of RGB (Red+Green+Blue) = 202+109+36=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D24 is #3592DB. Grayscale: #808080. Windows color (decimal): -3511004 or 2387402. OLE color: 2387402.
HSL color Cylindrical-coordinate representation of color #CA6D24: hue angle of 26.39º 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 #CA6D24 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 36 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.21 |
| HSL | 26.39º | 0.7% | 0.47% | - |
| HSV(B) | 26.39º | 0.82% | 0.79% | - |
| XYZ | 30.14 | 23.62 | 4.64 | - |
| YUV | 128.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 36 | 0 | 0.46 | 0.82 | 0.21 | 26.39 | 0.7 | 0.47 |
| Hex | CA | 6D | 24 | 0 | 2E | 52 | 15 | 1A | 46 | 2F |
| Octal | 312 | 155 | 44 | 0 | 56 | 122 | 25 | 32 | 106 | 57 |
| Binary | 11001010 | 1101101 | 100100 | 0 | 101110 | 1010010 | 10101 | 11010 | 1000110 | 101111 |
Color Harmonies of #CA6D24
Complementary color
Monochromatic Colors of #CA6D24
Black with #CA6D24
Text Example
Text Example
White with #CA6D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D24; }
p { color: rgb(202,109,36); }
H1.HeaderClassName
{
color: #CA6D24;
}
.AnyTagClassName
{
color: #CA6D24;
}
</style>
background-color css
<style>
a { background-color: #CA6D24; }
a { background-color: rgb(202,109,36); }
div.DivClassName
{
background-color: #CA6D24;
}
.BgClassName
{
background-color: #CA6D24;
}
</style>
border-color css
<style>
span { border-color: #CA6D24; }
span { border-color: rgb(202,109,36); }
td.TdClassName
{
border-color: #CA6D24;
}
.TagClassName
{
border-color: #CA6D24;
}
</style>