Shades of Chocolate #CA6B18
Tints of Chocolate #CA6B18
RGB
CMYK
RGB Variations
Color information
#CA6B18 (or 0xCA6B18) is known color: Chocolate. HEX triplet: CA, 6B and 18. RGB value is (202,107,24). Sum of RGB (Red+Green+Blue) = 202+107+24=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6B18 is #3594E7. Grayscale: #7E7E7E. Windows color (decimal): -3511528 or 1600458. OLE color: 1600458.
HSL color Cylindrical-coordinate representation of color #CA6B18: hue angle of 27.98º 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 #CA6B18 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 24 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.21 |
| HSL | 27.98º | 0.79% | 0.44% | - |
| HSV(B) | 27.98º | 0.88% | 0.79% | - |
| XYZ | 29.78 | 23.14 | 3.76 | - |
| YUV | 125.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 24 | 0 | 0.47 | 0.88 | 0.21 | 27.98 | 0.79 | 0.44 |
| Hex | CA | 6B | 18 | 0 | 2F | 58 | 15 | 1C | 4F | 2C |
| Octal | 312 | 153 | 30 | 0 | 57 | 130 | 25 | 34 | 117 | 54 |
| Binary | 11001010 | 1101011 | 11000 | 0 | 101111 | 1011000 | 10101 | 11100 | 1001111 | 101100 |
Color Harmonies of #CA6B18
Complementary color
Monochromatic Colors of #CA6B18
Black with #CA6B18
Text Example
Text Example
White with #CA6B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B18; }
p { color: rgb(202,107,24); }
H1.HeaderClassName
{
color: #CA6B18;
}
.AnyTagClassName
{
color: #CA6B18;
}
</style>
background-color css
<style>
a { background-color: #CA6B18; }
a { background-color: rgb(202,107,24); }
div.DivClassName
{
background-color: #CA6B18;
}
.BgClassName
{
background-color: #CA6B18;
}
</style>
border-color css
<style>
span { border-color: #CA6B18; }
span { border-color: rgb(202,107,24); }
td.TdClassName
{
border-color: #CA6B18;
}
.TagClassName
{
border-color: #CA6B18;
}
</style>