Shades of Chocolate #CA6F0C
Tints of Chocolate #CA6F0C
RGB
CMYK
RGB Variations
Color information
#CA6F0C (or 0xCA6F0C) is known color: Chocolate. HEX triplet: CA, 6F and 0C. RGB value is (202,111,12). Sum of RGB (Red+Green+Blue) = 202+111+12=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F0C is #3590F3. Grayscale: #7F7F7F. Windows color (decimal): -3510516 or 815050. OLE color: 815050.
HSL color Cylindrical-coordinate representation of color #CA6F0C: hue angle of 31.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA6F0C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.21 |
| HSL | 31.26º | 0.89% | 0.42% | - |
| HSV(B) | 31.26º | 0.94% | 0.79% | - |
| XYZ | 30.11 | 23.95 | 3.38 | - |
| YUV | 126.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 12 | 0 | 0.45 | 0.94 | 0.21 | 31.26 | 0.89 | 0.42 |
| Hex | CA | 6F | C | 0 | 2D | 5E | 15 | 1F | 59 | 2A |
| Octal | 312 | 157 | 14 | 0 | 55 | 136 | 25 | 37 | 131 | 52 |
| Binary | 11001010 | 1101111 | 1100 | 0 | 101101 | 1011110 | 10101 | 11111 | 1011001 | 101010 |
Color Harmonies of #CA6F0C
Complementary color
Monochromatic Colors of #CA6F0C
Black with #CA6F0C
Text Example
Text Example
White with #CA6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F0C; }
p { color: rgb(202,111,12); }
H1.HeaderClassName
{
color: #CA6F0C;
}
.AnyTagClassName
{
color: #CA6F0C;
}
</style>
background-color css
<style>
a { background-color: #CA6F0C; }
a { background-color: rgb(202,111,12); }
div.DivClassName
{
background-color: #CA6F0C;
}
.BgClassName
{
background-color: #CA6F0C;
}
</style>
border-color css
<style>
span { border-color: #CA6F0C; }
span { border-color: rgb(202,111,12); }
td.TdClassName
{
border-color: #CA6F0C;
}
.TagClassName
{
border-color: #CA6F0C;
}
</style>