Shades of Chocolate #CA6A16
Tints of Chocolate #CA6A16
RGB
CMYK
RGB Variations
Color information
#CA6A16 (or 0xCA6A16) is known color: Chocolate. HEX triplet: CA, 6A and 16. RGB value is (202,106,22). Sum of RGB (Red+Green+Blue) = 202+106+22=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A16 is #3595E9. Grayscale: #7D7D7D. Windows color (decimal): -3511786 or 1469130. OLE color: 1469130.
HSL color Cylindrical-coordinate representation of color #CA6A16: hue angle of 28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA6A16 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 22 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.21 |
| HSL | 28º | 0.8% | 0.44% | - |
| HSV(B) | 28º | 0.89% | 0.79% | - |
| XYZ | 29.66 | 22.92 | 3.62 | - |
| YUV | 125.13 | 69.8 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 22 | 0 | 0.48 | 0.89 | 0.21 | 28 | 0.8 | 0.44 |
| Hex | CA | 6A | 16 | 0 | 30 | 59 | 15 | 1C | 50 | 2C |
| Octal | 312 | 152 | 26 | 0 | 60 | 131 | 25 | 34 | 120 | 54 |
| Binary | 11001010 | 1101010 | 10110 | 0 | 110000 | 1011001 | 10101 | 11100 | 1010000 | 101100 |
Color Harmonies of #CA6A16
Complementary color
Monochromatic Colors of #CA6A16
Black with #CA6A16
Text Example
Text Example
White with #CA6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A16; }
p { color: rgb(202,106,22); }
H1.HeaderClassName
{
color: #CA6A16;
}
.AnyTagClassName
{
color: #CA6A16;
}
</style>
background-color css
<style>
a { background-color: #CA6A16; }
a { background-color: rgb(202,106,22); }
div.DivClassName
{
background-color: #CA6A16;
}
.BgClassName
{
background-color: #CA6A16;
}
</style>
border-color css
<style>
span { border-color: #CA6A16; }
span { border-color: rgb(202,106,22); }
td.TdClassName
{
border-color: #CA6A16;
}
.TagClassName
{
border-color: #CA6A16;
}
</style>