Shades of Chocolate #CC5616
Tints of Chocolate #CC5616
RGB
CMYK
RGB Variations
Color information
#CC5616 (or 0xCC5616) is known color: Chocolate. HEX triplet: CC, 56 and 16. RGB value is (204,86,22). Sum of RGB (Red+Green+Blue) = 204+86+22=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5616 is #33A9E9. Grayscale: #727272. Windows color (decimal): -3385834 or 1464012. OLE color: 1464012.
HSL color Cylindrical-coordinate representation of color #CC5616: hue angle of 21.1º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC5616 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 22 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.2 |
| HSL | 21.1º | 0.81% | 0.44% | - |
| HSV(B) | 21.1º | 0.89% | 0.8% | - |
| XYZ | 28.37 | 19.55 | 3.04 | - |
| YUV | 113.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 22 | 0 | 0.58 | 0.89 | 0.2 | 21.1 | 0.81 | 0.44 |
| Hex | CC | 56 | 16 | 0 | 3A | 59 | 14 | 15 | 51 | 2C |
| Octal | 314 | 126 | 26 | 0 | 72 | 131 | 24 | 25 | 121 | 54 |
| Binary | 11001100 | 1010110 | 10110 | 0 | 111010 | 1011001 | 10100 | 10101 | 1010001 | 101100 |
Color Harmonies of #CC5616
Complementary color
Monochromatic Colors of #CC5616
Black with #CC5616
Text Example
Text Example
White with #CC5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5616; }
p { color: rgb(204,86,22); }
H1.HeaderClassName
{
color: #CC5616;
}
.AnyTagClassName
{
color: #CC5616;
}
</style>
background-color css
<style>
a { background-color: #CC5616; }
a { background-color: rgb(204,86,22); }
div.DivClassName
{
background-color: #CC5616;
}
.BgClassName
{
background-color: #CC5616;
}
</style>
border-color css
<style>
span { border-color: #CC5616; }
span { border-color: rgb(204,86,22); }
td.TdClassName
{
border-color: #CC5616;
}
.TagClassName
{
border-color: #CC5616;
}
</style>