Shades of Chocolate #CC6016
Tints of Chocolate #CC6016
RGB
CMYK
RGB Variations
Color information
#CC6016 (or 0xCC6016) is known color: Chocolate. HEX triplet: CC, 60 and 16. RGB value is (204,96,22). Sum of RGB (Red+Green+Blue) = 204+96+22=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6016 is #339FE9. Grayscale: #787878. Windows color (decimal): -3383274 or 1466572. OLE color: 1466572.
HSL color Cylindrical-coordinate representation of color #CC6016: hue angle of 24.4º 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 #CC6016 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 22 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.2 |
| HSL | 24.4º | 0.81% | 0.44% | - |
| HSV(B) | 24.4º | 0.89% | 0.8% | - |
| XYZ | 29.23 | 21.26 | 3.32 | - |
| YUV | 119.86 | 72.78 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 22 | 0 | 0.53 | 0.89 | 0.2 | 24.4 | 0.81 | 0.44 |
| Hex | CC | 60 | 16 | 0 | 35 | 59 | 14 | 18 | 51 | 2C |
| Octal | 314 | 140 | 26 | 0 | 65 | 131 | 24 | 30 | 121 | 54 |
| Binary | 11001100 | 1100000 | 10110 | 0 | 110101 | 1011001 | 10100 | 11000 | 1010001 | 101100 |
Color Harmonies of #CC6016
Complementary color
Monochromatic Colors of #CC6016
Black with #CC6016
Text Example
Text Example
White with #CC6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6016; }
p { color: rgb(204,96,22); }
H1.HeaderClassName
{
color: #CC6016;
}
.AnyTagClassName
{
color: #CC6016;
}
</style>
background-color css
<style>
a { background-color: #CC6016; }
a { background-color: rgb(204,96,22); }
div.DivClassName
{
background-color: #CC6016;
}
.BgClassName
{
background-color: #CC6016;
}
</style>
border-color css
<style>
span { border-color: #CC6016; }
span { border-color: rgb(204,96,22); }
td.TdClassName
{
border-color: #CC6016;
}
.TagClassName
{
border-color: #CC6016;
}
</style>