Shades of Chocolate #CC5715
Tints of Chocolate #CC5715
RGB
CMYK
RGB Variations
Color information
#CC5715 (or 0xCC5715) is known color: Chocolate. HEX triplet: CC, 57 and 15. RGB value is (204,87,21). Sum of RGB (Red+Green+Blue) = 204+87+21=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5715 is #33A8EA. Grayscale: #727272. Windows color (decimal): -3385579 or 1398732. OLE color: 1398732.
HSL color Cylindrical-coordinate representation of color #CC5715: hue angle of 21.64º 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 #CC5715 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 21 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.2 |
| HSL | 21.64º | 0.81% | 0.44% | - |
| HSV(B) | 21.64º | 0.9% | 0.8% | - |
| XYZ | 28.45 | 19.71 | 3.01 | - |
| YUV | 114.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 21 | 0 | 0.57 | 0.90 | 0.2 | 21.64 | 0.81 | 0.44 |
| Hex | CC | 57 | 15 | 0 | 39 | 5A | 14 | 16 | 51 | 2C |
| Octal | 314 | 127 | 25 | 0 | 71 | 132 | 24 | 26 | 121 | 54 |
| Binary | 11001100 | 1010111 | 10101 | 0 | 111001 | 1011010 | 10100 | 10110 | 1010001 | 101100 |
Color Harmonies of #CC5715
Complementary color
Monochromatic Colors of #CC5715
Black with #CC5715
Text Example
Text Example
White with #CC5715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5715; }
p { color: rgb(204,87,21); }
H1.HeaderClassName
{
color: #CC5715;
}
.AnyTagClassName
{
color: #CC5715;
}
</style>
background-color css
<style>
a { background-color: #CC5715; }
a { background-color: rgb(204,87,21); }
div.DivClassName
{
background-color: #CC5715;
}
.BgClassName
{
background-color: #CC5715;
}
</style>
border-color css
<style>
span { border-color: #CC5715; }
span { border-color: rgb(204,87,21); }
td.TdClassName
{
border-color: #CC5715;
}
.TagClassName
{
border-color: #CC5715;
}
</style>