Shades of Chocolate #CA6B0E
Tints of Chocolate #CA6B0E
RGB
CMYK
RGB Variations
Color information
#CA6B0E (or 0xCA6B0E) is known color: Chocolate. HEX triplet: CA, 6B and 0E. RGB value is (202,107,14). Sum of RGB (Red+Green+Blue) = 202+107+14=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6B0E is #3594F1. Grayscale: #7D7D7D. Windows color (decimal): -3511538 or 945098. OLE color: 945098.
HSL color Cylindrical-coordinate representation of color #CA6B0E: hue angle of 29.68º 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 #CA6B0E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.21 |
| HSL | 29.68º | 0.87% | 0.42% | - |
| HSV(B) | 29.68º | 0.93% | 0.79% | - |
| XYZ | 29.69 | 23.1 | 3.31 | - |
| YUV | 124.8 | 65.47 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 14 | 0 | 0.47 | 0.93 | 0.21 | 29.68 | 0.87 | 0.42 |
| Hex | CA | 6B | E | 0 | 2F | 5D | 15 | 1E | 57 | 2A |
| Octal | 312 | 153 | 16 | 0 | 57 | 135 | 25 | 36 | 127 | 52 |
| Binary | 11001010 | 1101011 | 1110 | 0 | 101111 | 1011101 | 10101 | 11110 | 1010111 | 101010 |
Color Harmonies of #CA6B0E
Complementary color
Monochromatic Colors of #CA6B0E
Black with #CA6B0E
Text Example
Text Example
White with #CA6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B0E; }
p { color: rgb(202,107,14); }
H1.HeaderClassName
{
color: #CA6B0E;
}
.AnyTagClassName
{
color: #CA6B0E;
}
</style>
background-color css
<style>
a { background-color: #CA6B0E; }
a { background-color: rgb(202,107,14); }
div.DivClassName
{
background-color: #CA6B0E;
}
.BgClassName
{
background-color: #CA6B0E;
}
</style>
border-color css
<style>
span { border-color: #CA6B0E; }
span { border-color: rgb(202,107,14); }
td.TdClassName
{
border-color: #CA6B0E;
}
.TagClassName
{
border-color: #CA6B0E;
}
</style>