Shades of Chocolate #CC6C16
Tints of Chocolate #CC6C16
RGB
CMYK
RGB Variations
Color information
#CC6C16 (or 0xCC6C16) is known color: Chocolate. HEX triplet: CC, 6C and 16. RGB value is (204,108,22). Sum of RGB (Red+Green+Blue) = 204+108+22=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6C16 is #3393E9. Grayscale: #7F7F7F. Windows color (decimal): -3380202 or 1469644. OLE color: 1469644.
HSL color Cylindrical-coordinate representation of color #CC6C16: hue angle of 28.35º 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 #CC6C16 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.2 |
| HSL | 28.35º | 0.81% | 0.44% | - |
| HSV(B) | 28.35º | 0.89% | 0.8% | - |
| XYZ | 30.41 | 23.62 | 3.72 | - |
| YUV | 126.9 | 68.8 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 22 | 0 | 0.47 | 0.89 | 0.2 | 28.35 | 0.81 | 0.44 |
| Hex | CC | 6C | 16 | 0 | 2F | 59 | 14 | 1C | 51 | 2C |
| Octal | 314 | 154 | 26 | 0 | 57 | 131 | 24 | 34 | 121 | 54 |
| Binary | 11001100 | 1101100 | 10110 | 0 | 101111 | 1011001 | 10100 | 11100 | 1010001 | 101100 |
Color Harmonies of #CC6C16
Complementary color
Monochromatic Colors of #CC6C16
Black with #CC6C16
Text Example
Text Example
White with #CC6C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C16; }
p { color: rgb(204,108,22); }
H1.HeaderClassName
{
color: #CC6C16;
}
.AnyTagClassName
{
color: #CC6C16;
}
</style>
background-color css
<style>
a { background-color: #CC6C16; }
a { background-color: rgb(204,108,22); }
div.DivClassName
{
background-color: #CC6C16;
}
.BgClassName
{
background-color: #CC6C16;
}
</style>
border-color css
<style>
span { border-color: #CC6C16; }
span { border-color: rgb(204,108,22); }
td.TdClassName
{
border-color: #CC6C16;
}
.TagClassName
{
border-color: #CC6C16;
}
</style>