Shades of Chocolate #CC5916
Tints of Chocolate #CC5916
RGB
CMYK
RGB Variations
Color information
#CC5916 (or 0xCC5916) is known color: Chocolate. HEX triplet: CC, 59 and 16. RGB value is (204,89,22). Sum of RGB (Red+Green+Blue) = 204+89+22=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5916 is #33A6E9. Grayscale: #747474. Windows color (decimal): -3385066 or 1464780. OLE color: 1464780.
HSL color Cylindrical-coordinate representation of color #CC5916: hue angle of 22.09º 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 #CC5916 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 22 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.2 |
| HSL | 22.09º | 0.81% | 0.44% | - |
| HSV(B) | 22.09º | 0.89% | 0.8% | - |
| XYZ | 28.62 | 20.04 | 3.12 | - |
| YUV | 115.75 | 75.1 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 22 | 0 | 0.56 | 0.89 | 0.2 | 22.09 | 0.81 | 0.44 |
| Hex | CC | 59 | 16 | 0 | 38 | 59 | 14 | 16 | 51 | 2C |
| Octal | 314 | 131 | 26 | 0 | 70 | 131 | 24 | 26 | 121 | 54 |
| Binary | 11001100 | 1011001 | 10110 | 0 | 111000 | 1011001 | 10100 | 10110 | 1010001 | 101100 |
Color Harmonies of #CC5916
Complementary color
Monochromatic Colors of #CC5916
Black with #CC5916
Text Example
Text Example
White with #CC5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5916; }
p { color: rgb(204,89,22); }
H1.HeaderClassName
{
color: #CC5916;
}
.AnyTagClassName
{
color: #CC5916;
}
</style>
background-color css
<style>
a { background-color: #CC5916; }
a { background-color: rgb(204,89,22); }
div.DivClassName
{
background-color: #CC5916;
}
.BgClassName
{
background-color: #CC5916;
}
</style>
border-color css
<style>
span { border-color: #CC5916; }
span { border-color: rgb(204,89,22); }
td.TdClassName
{
border-color: #CC5916;
}
.TagClassName
{
border-color: #CC5916;
}
</style>