Shades of Chocolate #CC7008
Tints of Chocolate #CC7008
RGB
CMYK
RGB Variations
Color information
#CC7008 (or 0xCC7008) is known color: Chocolate. HEX triplet: CC, 70 and 08. RGB value is (204,112,8). Sum of RGB (Red+Green+Blue) = 204+112+8=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7008 is #338FF7. Grayscale: #808080. Windows color (decimal): -3379192 or 553164. OLE color: 553164.
HSL color Cylindrical-coordinate representation of color #CC7008: hue angle of 31.84º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC7008 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.2 |
| HSL | 31.84º | 0.92% | 0.42% | - |
| HSV(B) | 31.84º | 0.96% | 0.8% | - |
| XYZ | 30.74 | 24.44 | 3.33 | - |
| YUV | 127.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 8 | 0 | 0.45 | 0.96 | 0.2 | 31.84 | 0.92 | 0.42 |
| Hex | CC | 70 | 8 | 0 | 2D | 60 | 14 | 20 | 5C | 2A |
| Octal | 314 | 160 | 10 | 0 | 55 | 140 | 24 | 40 | 134 | 52 |
| Binary | 11001100 | 1110000 | 1000 | 0 | 101101 | 1100000 | 10100 | 100000 | 1011100 | 101010 |
Color Harmonies of #CC7008
Complementary color
Monochromatic Colors of #CC7008
Black with #CC7008
Text Example
Text Example
White with #CC7008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7008; }
p { color: rgb(204,112,8); }
H1.HeaderClassName
{
color: #CC7008;
}
.AnyTagClassName
{
color: #CC7008;
}
</style>
background-color css
<style>
a { background-color: #CC7008; }
a { background-color: rgb(204,112,8); }
div.DivClassName
{
background-color: #CC7008;
}
.BgClassName
{
background-color: #CC7008;
}
</style>
border-color css
<style>
span { border-color: #CC7008; }
span { border-color: rgb(204,112,8); }
td.TdClassName
{
border-color: #CC7008;
}
.TagClassName
{
border-color: #CC7008;
}
</style>