Shades of Chocolate #CC6010
Tints of Chocolate #CC6010
RGB
CMYK
RGB Variations
Color information
#CC6010 (or 0xCC6010) is known color: Chocolate. HEX triplet: CC, 60 and 10. RGB value is (204,96,16). Sum of RGB (Red+Green+Blue) = 204+96+16=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6010 is #339FEF. Grayscale: #777777. Windows color (decimal): -3383280 or 1073356. OLE color: 1073356.
HSL color Cylindrical-coordinate representation of color #CC6010: hue angle of 25.53º 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 #CC6010 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.2 |
| HSL | 25.53º | 0.85% | 0.43% | - |
| HSV(B) | 25.53º | 0.92% | 0.8% | - |
| XYZ | 29.18 | 21.24 | 3.05 | - |
| YUV | 119.17 | 69.78 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 16 | 0 | 0.53 | 0.92 | 0.2 | 25.53 | 0.85 | 0.43 |
| Hex | CC | 60 | 10 | 0 | 35 | 5C | 14 | 1A | 55 | 2B |
| Octal | 314 | 140 | 20 | 0 | 65 | 134 | 24 | 32 | 125 | 53 |
| Binary | 11001100 | 1100000 | 10000 | 0 | 110101 | 1011100 | 10100 | 11010 | 1010101 | 101011 |
Color Harmonies of #CC6010
Complementary color
Monochromatic Colors of #CC6010
Black with #CC6010
Text Example
Text Example
White with #CC6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6010; }
p { color: rgb(204,96,16); }
H1.HeaderClassName
{
color: #CC6010;
}
.AnyTagClassName
{
color: #CC6010;
}
</style>
background-color css
<style>
a { background-color: #CC6010; }
a { background-color: rgb(204,96,16); }
div.DivClassName
{
background-color: #CC6010;
}
.BgClassName
{
background-color: #CC6010;
}
</style>
border-color css
<style>
span { border-color: #CC6010; }
span { border-color: rgb(204,96,16); }
td.TdClassName
{
border-color: #CC6010;
}
.TagClassName
{
border-color: #CC6010;
}
</style>