Shades of Chocolate #CA6F08
Tints of Chocolate #CA6F08
RGB
CMYK
RGB Variations
Color information
#CA6F08 (or 0xCA6F08) is known color: Chocolate. HEX triplet: CA, 6F and 08. RGB value is (202,111,8). Sum of RGB (Red+Green+Blue) = 202+111+8=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F08 is #3590F7. Grayscale: #7E7E7E. Windows color (decimal): -3510520 or 552906. OLE color: 552906.
HSL color Cylindrical-coordinate representation of color #CA6F08: hue angle of 31.86º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA6F08 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.21 |
| HSL | 31.86º | 0.92% | 0.41% | - |
| HSV(B) | 31.86º | 0.96% | 0.79% | - |
| XYZ | 30.09 | 23.94 | 3.27 | - |
| YUV | 126.47 | 61.15 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 8 | 0 | 0.45 | 0.96 | 0.21 | 31.86 | 0.92 | 0.41 |
| Hex | CA | 6F | 8 | 0 | 2D | 60 | 15 | 20 | 5C | 29 |
| Octal | 312 | 157 | 10 | 0 | 55 | 140 | 25 | 40 | 134 | 51 |
| Binary | 11001010 | 1101111 | 1000 | 0 | 101101 | 1100000 | 10101 | 100000 | 1011100 | 101001 |
Color Harmonies of #CA6F08
Complementary color
Monochromatic Colors of #CA6F08
Black with #CA6F08
Text Example
Text Example
White with #CA6F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F08; }
p { color: rgb(202,111,8); }
H1.HeaderClassName
{
color: #CA6F08;
}
.AnyTagClassName
{
color: #CA6F08;
}
</style>
background-color css
<style>
a { background-color: #CA6F08; }
a { background-color: rgb(202,111,8); }
div.DivClassName
{
background-color: #CA6F08;
}
.BgClassName
{
background-color: #CA6F08;
}
</style>
border-color css
<style>
span { border-color: #CA6F08; }
span { border-color: rgb(202,111,8); }
td.TdClassName
{
border-color: #CA6F08;
}
.TagClassName
{
border-color: #CA6F08;
}
</style>