Shades of Chocolate #CA6E08
Tints of Chocolate #CA6E08
RGB
CMYK
RGB Variations
Color information
#CA6E08 (or 0xCA6E08) is known color: Chocolate. HEX triplet: CA, 6E and 08. RGB value is (202,110,8). Sum of RGB (Red+Green+Blue) = 202+110+8=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6E08 is #3591F7. Grayscale: #7E7E7E. Windows color (decimal): -3510776 or 552650. OLE color: 552650.
HSL color Cylindrical-coordinate representation of color #CA6E08: hue angle of 31.55º 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 #CA6E08 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.21 |
| HSL | 31.55º | 0.92% | 0.41% | - |
| HSV(B) | 31.55º | 0.96% | 0.79% | - |
| XYZ | 29.98 | 23.73 | 3.23 | - |
| YUV | 125.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 8 | 0 | 0.46 | 0.96 | 0.21 | 31.55 | 0.92 | 0.41 |
| Hex | CA | 6E | 8 | 0 | 2E | 60 | 15 | 20 | 5C | 29 |
| Octal | 312 | 156 | 10 | 0 | 56 | 140 | 25 | 40 | 134 | 51 |
| Binary | 11001010 | 1101110 | 1000 | 0 | 101110 | 1100000 | 10101 | 100000 | 1011100 | 101001 |
Color Harmonies of #CA6E08
Complementary color
Monochromatic Colors of #CA6E08
Black with #CA6E08
Text Example
Text Example
White with #CA6E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E08; }
p { color: rgb(202,110,8); }
H1.HeaderClassName
{
color: #CA6E08;
}
.AnyTagClassName
{
color: #CA6E08;
}
</style>
background-color css
<style>
a { background-color: #CA6E08; }
a { background-color: rgb(202,110,8); }
div.DivClassName
{
background-color: #CA6E08;
}
.BgClassName
{
background-color: #CA6E08;
}
</style>
border-color css
<style>
span { border-color: #CA6E08; }
span { border-color: rgb(202,110,8); }
td.TdClassName
{
border-color: #CA6E08;
}
.TagClassName
{
border-color: #CA6E08;
}
</style>