Shades of Chocolate #CC6011
Tints of Chocolate #CC6011
RGB
CMYK
RGB Variations
Color information
#CC6011 (or 0xCC6011) is known color: Chocolate. HEX triplet: CC, 60 and 11. RGB value is (204,96,17). Sum of RGB (Red+Green+Blue) = 204+96+17=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6011 is #339FEE. Grayscale: #777777. Windows color (decimal): -3383279 or 1138892. OLE color: 1138892.
HSL color Cylindrical-coordinate representation of color #CC6011: hue angle of 25.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC6011 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.2 |
| HSL | 25.35º | 0.85% | 0.43% | - |
| HSV(B) | 25.35º | 0.92% | 0.8% | - |
| XYZ | 29.19 | 21.24 | 3.09 | - |
| YUV | 119.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 17 | 0 | 0.53 | 0.92 | 0.2 | 25.35 | 0.85 | 0.43 |
| Hex | CC | 60 | 11 | 0 | 35 | 5C | 14 | 19 | 55 | 2B |
| Octal | 314 | 140 | 21 | 0 | 65 | 134 | 24 | 31 | 125 | 53 |
| Binary | 11001100 | 1100000 | 10001 | 0 | 110101 | 1011100 | 10100 | 11001 | 1010101 | 101011 |
Color Harmonies of #CC6011
Complementary color
Monochromatic Colors of #CC6011
Black with #CC6011
Text Example
Text Example
White with #CC6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6011; }
p { color: rgb(204,96,17); }
H1.HeaderClassName
{
color: #CC6011;
}
.AnyTagClassName
{
color: #CC6011;
}
</style>
background-color css
<style>
a { background-color: #CC6011; }
a { background-color: rgb(204,96,17); }
div.DivClassName
{
background-color: #CC6011;
}
.BgClassName
{
background-color: #CC6011;
}
</style>
border-color css
<style>
span { border-color: #CC6011; }
span { border-color: rgb(204,96,17); }
td.TdClassName
{
border-color: #CC6011;
}
.TagClassName
{
border-color: #CC6011;
}
</style>