Shades of Chocolate #CC7015
Tints of Chocolate #CC7015
RGB
CMYK
RGB Variations
Color information
#CC7015 (or 0xCC7015) is known color: Chocolate. HEX triplet: CC, 70 and 15. RGB value is (204,112,21). Sum of RGB (Red+Green+Blue) = 204+112+21=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7015 is #338FEA. Grayscale: #818181. Windows color (decimal): -3379179 or 1405132. OLE color: 1405132.
HSL color Cylindrical-coordinate representation of color #CC7015: hue angle of 29.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC7015 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.2 |
| HSL | 29.84º | 0.81% | 0.44% | - |
| HSV(B) | 29.84º | 0.9% | 0.8% | - |
| XYZ | 30.83 | 24.48 | 3.81 | - |
| YUV | 129.13 | 66.98 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 21 | 0 | 0.45 | 0.90 | 0.2 | 29.84 | 0.81 | 0.44 |
| Hex | CC | 70 | 15 | 0 | 2D | 5A | 14 | 1E | 51 | 2C |
| Octal | 314 | 160 | 25 | 0 | 55 | 132 | 24 | 36 | 121 | 54 |
| Binary | 11001100 | 1110000 | 10101 | 0 | 101101 | 1011010 | 10100 | 11110 | 1010001 | 101100 |
Color Harmonies of #CC7015
Complementary color
Monochromatic Colors of #CC7015
Black with #CC7015
Text Example
Text Example
White with #CC7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7015; }
p { color: rgb(204,112,21); }
H1.HeaderClassName
{
color: #CC7015;
}
.AnyTagClassName
{
color: #CC7015;
}
</style>
background-color css
<style>
a { background-color: #CC7015; }
a { background-color: rgb(204,112,21); }
div.DivClassName
{
background-color: #CC7015;
}
.BgClassName
{
background-color: #CC7015;
}
</style>
border-color css
<style>
span { border-color: #CC7015; }
span { border-color: rgb(204,112,21); }
td.TdClassName
{
border-color: #CC7015;
}
.TagClassName
{
border-color: #CC7015;
}
</style>