Shades of Chocolate #CA6E18
Tints of Chocolate #CA6E18
RGB
CMYK
RGB Variations
Color information
#CA6E18 (or 0xCA6E18) is known color: Chocolate. HEX triplet: CA, 6E and 18. RGB value is (202,110,24). Sum of RGB (Red+Green+Blue) = 202+110+24=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6E18 is #3591E7. Grayscale: #808080. Windows color (decimal): -3510760 or 1601226. OLE color: 1601226.
HSL color Cylindrical-coordinate representation of color #CA6E18: hue angle of 28.99º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA6E18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.21 |
| HSL | 28.99º | 0.79% | 0.44% | - |
| HSV(B) | 28.99º | 0.88% | 0.79% | - |
| XYZ | 30.1 | 23.77 | 3.87 | - |
| YUV | 127.7 | 69.48 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 24 | 0 | 0.46 | 0.88 | 0.21 | 28.99 | 0.79 | 0.44 |
| Hex | CA | 6E | 18 | 0 | 2E | 58 | 15 | 1D | 4F | 2C |
| Octal | 312 | 156 | 30 | 0 | 56 | 130 | 25 | 35 | 117 | 54 |
| Binary | 11001010 | 1101110 | 11000 | 0 | 101110 | 1011000 | 10101 | 11101 | 1001111 | 101100 |
Color Harmonies of #CA6E18
Complementary color
Monochromatic Colors of #CA6E18
Black with #CA6E18
Text Example
Text Example
White with #CA6E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E18; }
p { color: rgb(202,110,24); }
H1.HeaderClassName
{
color: #CA6E18;
}
.AnyTagClassName
{
color: #CA6E18;
}
</style>
background-color css
<style>
a { background-color: #CA6E18; }
a { background-color: rgb(202,110,24); }
div.DivClassName
{
background-color: #CA6E18;
}
.BgClassName
{
background-color: #CA6E18;
}
</style>
border-color css
<style>
span { border-color: #CA6E18; }
span { border-color: rgb(202,110,24); }
td.TdClassName
{
border-color: #CA6E18;
}
.TagClassName
{
border-color: #CA6E18;
}
</style>