Shades of Chocolate #CC7007
Tints of Chocolate #CC7007
RGB
CMYK
RGB Variations
Color information
#CC7007 (or 0xCC7007) is known color: Chocolate. HEX triplet: CC, 70 and 07. RGB value is (204,112,7). Sum of RGB (Red+Green+Blue) = 204+112+7=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7007 is #338FF8. Grayscale: #808080. Windows color (decimal): -3379193 or 487628. OLE color: 487628.
HSL color Cylindrical-coordinate representation of color #CC7007: hue angle of 31.98º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC7007 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.2 |
| HSL | 31.98º | 0.93% | 0.41% | - |
| HSV(B) | 31.98º | 0.97% | 0.8% | - |
| XYZ | 30.73 | 24.44 | 3.3 | - |
| YUV | 127.54 | 59.98 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 7 | 0 | 0.45 | 0.97 | 0.2 | 31.98 | 0.93 | 0.41 |
| Hex | CC | 70 | 7 | 0 | 2D | 61 | 14 | 20 | 5D | 29 |
| Octal | 314 | 160 | 7 | 0 | 55 | 141 | 24 | 40 | 135 | 51 |
| Binary | 11001100 | 1110000 | 111 | 0 | 101101 | 1100001 | 10100 | 100000 | 1011101 | 101001 |
Color Harmonies of #CC7007
Complementary color
Monochromatic Colors of #CC7007
Black with #CC7007
Text Example
Text Example
White with #CC7007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7007; }
p { color: rgb(204,112,7); }
H1.HeaderClassName
{
color: #CC7007;
}
.AnyTagClassName
{
color: #CC7007;
}
</style>
background-color css
<style>
a { background-color: #CC7007; }
a { background-color: rgb(204,112,7); }
div.DivClassName
{
background-color: #CC7007;
}
.BgClassName
{
background-color: #CC7007;
}
</style>
border-color css
<style>
span { border-color: #CC7007; }
span { border-color: rgb(204,112,7); }
td.TdClassName
{
border-color: #CC7007;
}
.TagClassName
{
border-color: #CC7007;
}
</style>