Shades of Chocolate #CA6416
Tints of Chocolate #CA6416
RGB
CMYK
RGB Variations
Color information
#CA6416 (or 0xCA6416) is known color: Chocolate. HEX triplet: CA, 64 and 16. RGB value is (202,100,22). Sum of RGB (Red+Green+Blue) = 202+100+22=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6416 is #359BE9. Grayscale: #7A7A7A. Windows color (decimal): -3513322 or 1467594. OLE color: 1467594.
HSL color Cylindrical-coordinate representation of color #CA6416: hue angle of 26º 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 #CA6416 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 22 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.21 |
| HSL | 26º | 0.8% | 0.44% | - |
| HSV(B) | 26º | 0.89% | 0.79% | - |
| XYZ | 29.06 | 21.73 | 3.42 | - |
| YUV | 121.61 | 71.79 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 22 | 0 | 0.50 | 0.89 | 0.21 | 26 | 0.8 | 0.44 |
| Hex | CA | 64 | 16 | 0 | 32 | 59 | 15 | 1A | 50 | 2C |
| Octal | 312 | 144 | 26 | 0 | 62 | 131 | 25 | 32 | 120 | 54 |
| Binary | 11001010 | 1100100 | 10110 | 0 | 110010 | 1011001 | 10101 | 11010 | 1010000 | 101100 |
Color Harmonies of #CA6416
Complementary color
Monochromatic Colors of #CA6416
Black with #CA6416
Text Example
Text Example
White with #CA6416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6416; }
p { color: rgb(202,100,22); }
H1.HeaderClassName
{
color: #CA6416;
}
.AnyTagClassName
{
color: #CA6416;
}
</style>
background-color css
<style>
a { background-color: #CA6416; }
a { background-color: rgb(202,100,22); }
div.DivClassName
{
background-color: #CA6416;
}
.BgClassName
{
background-color: #CA6416;
}
</style>
border-color css
<style>
span { border-color: #CA6416; }
span { border-color: rgb(202,100,22); }
td.TdClassName
{
border-color: #CA6416;
}
.TagClassName
{
border-color: #CA6416;
}
</style>