Shades of Chocolate #CA5616
Tints of Chocolate #CA5616
RGB
CMYK
RGB Variations
Color information
#CA5616 (or 0xCA5616) is known color: Chocolate. HEX triplet: CA, 56 and 16. RGB value is (202,86,22). Sum of RGB (Red+Green+Blue) = 202+86+22=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5616 is #35A9E9. Grayscale: #717171. Windows color (decimal): -3516906 or 1464010. OLE color: 1464010.
HSL color Cylindrical-coordinate representation of color #CA5616: hue angle of 21.33º 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 #CA5616 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 22 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.21 |
| HSL | 21.33º | 0.8% | 0.44% | - |
| HSV(B) | 21.33º | 0.89% | 0.79% | - |
| XYZ | 27.83 | 19.27 | 3.01 | - |
| YUV | 113.39 | 76.43 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 22 | 0 | 0.57 | 0.89 | 0.21 | 21.33 | 0.8 | 0.44 |
| Hex | CA | 56 | 16 | 0 | 39 | 59 | 15 | 15 | 50 | 2C |
| Octal | 312 | 126 | 26 | 0 | 71 | 131 | 25 | 25 | 120 | 54 |
| Binary | 11001010 | 1010110 | 10110 | 0 | 111001 | 1011001 | 10101 | 10101 | 1010000 | 101100 |
Color Harmonies of #CA5616
Complementary color
Monochromatic Colors of #CA5616
Black with #CA5616
Text Example
Text Example
White with #CA5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5616; }
p { color: rgb(202,86,22); }
H1.HeaderClassName
{
color: #CA5616;
}
.AnyTagClassName
{
color: #CA5616;
}
</style>
background-color css
<style>
a { background-color: #CA5616; }
a { background-color: rgb(202,86,22); }
div.DivClassName
{
background-color: #CA5616;
}
.BgClassName
{
background-color: #CA5616;
}
</style>
border-color css
<style>
span { border-color: #CA5616; }
span { border-color: rgb(202,86,22); }
td.TdClassName
{
border-color: #CA5616;
}
.TagClassName
{
border-color: #CA5616;
}
</style>