Shades of Chocolate #CC5F16
Tints of Chocolate #CC5F16
RGB
CMYK
RGB Variations
Color information
#CC5F16 (or 0xCC5F16) is known color: Chocolate. HEX triplet: CC, 5F and 16. RGB value is (204,95,22). Sum of RGB (Red+Green+Blue) = 204+95+22=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5F16 is #33A0E9. Grayscale: #777777. Windows color (decimal): -3383530 or 1466316. OLE color: 1466316.
HSL color Cylindrical-coordinate representation of color #CC5F16: hue angle of 24.07º 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 #CC5F16 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 22 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.2 |
| HSL | 24.07º | 0.81% | 0.44% | - |
| HSV(B) | 24.07º | 0.89% | 0.8% | - |
| XYZ | 29.14 | 21.08 | 3.29 | - |
| YUV | 119.27 | 73.11 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 22 | 0 | 0.53 | 0.89 | 0.2 | 24.07 | 0.81 | 0.44 |
| Hex | CC | 5F | 16 | 0 | 35 | 59 | 14 | 18 | 51 | 2C |
| Octal | 314 | 137 | 26 | 0 | 65 | 131 | 24 | 30 | 121 | 54 |
| Binary | 11001100 | 1011111 | 10110 | 0 | 110101 | 1011001 | 10100 | 11000 | 1010001 | 101100 |
Color Harmonies of #CC5F16
Complementary color
Monochromatic Colors of #CC5F16
Black with #CC5F16
Text Example
Text Example
White with #CC5F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F16; }
p { color: rgb(204,95,22); }
H1.HeaderClassName
{
color: #CC5F16;
}
.AnyTagClassName
{
color: #CC5F16;
}
</style>
background-color css
<style>
a { background-color: #CC5F16; }
a { background-color: rgb(204,95,22); }
div.DivClassName
{
background-color: #CC5F16;
}
.BgClassName
{
background-color: #CC5F16;
}
</style>
border-color css
<style>
span { border-color: #CC5F16; }
span { border-color: rgb(204,95,22); }
td.TdClassName
{
border-color: #CC5F16;
}
.TagClassName
{
border-color: #CC5F16;
}
</style>