Shades of Chocolate #CA6C0E
Tints of Chocolate #CA6C0E
RGB
CMYK
RGB Variations
Color information
#CA6C0E (or 0xCA6C0E) is known color: Chocolate. HEX triplet: CA, 6C and 0E. RGB value is (202,108,14). Sum of RGB (Red+Green+Blue) = 202+108+14=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6C0E is #3593F1. Grayscale: #7D7D7D. Windows color (decimal): -3511282 or 945354. OLE color: 945354.
HSL color Cylindrical-coordinate representation of color #CA6C0E: hue angle of 30º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA6C0E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.21 |
| HSL | 30º | 0.87% | 0.42% | - |
| HSV(B) | 30º | 0.93% | 0.79% | - |
| XYZ | 29.8 | 23.31 | 3.34 | - |
| YUV | 125.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 14 | 0 | 0.47 | 0.93 | 0.21 | 30 | 0.87 | 0.42 |
| Hex | CA | 6C | E | 0 | 2F | 5D | 15 | 1E | 57 | 2A |
| Octal | 312 | 154 | 16 | 0 | 57 | 135 | 25 | 36 | 127 | 52 |
| Binary | 11001010 | 1101100 | 1110 | 0 | 101111 | 1011101 | 10101 | 11110 | 1010111 | 101010 |
Color Harmonies of #CA6C0E
Complementary color
Monochromatic Colors of #CA6C0E
Black with #CA6C0E
Text Example
Text Example
White with #CA6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C0E; }
p { color: rgb(202,108,14); }
H1.HeaderClassName
{
color: #CA6C0E;
}
.AnyTagClassName
{
color: #CA6C0E;
}
</style>
background-color css
<style>
a { background-color: #CA6C0E; }
a { background-color: rgb(202,108,14); }
div.DivClassName
{
background-color: #CA6C0E;
}
.BgClassName
{
background-color: #CA6C0E;
}
</style>
border-color css
<style>
span { border-color: #CA6C0E; }
span { border-color: rgb(202,108,14); }
td.TdClassName
{
border-color: #CA6C0E;
}
.TagClassName
{
border-color: #CA6C0E;
}
</style>