Shades of Chocolate #CC5717
Tints of Chocolate #CC5717
RGB
CMYK
RGB Variations
Color information
#CC5717 (or 0xCC5717) is known color: Chocolate. HEX triplet: CC, 57 and 17. RGB value is (204,87,23). Sum of RGB (Red+Green+Blue) = 204+87+23=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5717 is #33A8E8. Grayscale: #737373. Windows color (decimal): -3385577 or 1529804. OLE color: 1529804.
HSL color Cylindrical-coordinate representation of color #CC5717: hue angle of 21.22º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC5717 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 23 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.2 |
| HSL | 21.22º | 0.8% | 0.45% | - |
| HSV(B) | 21.22º | 0.89% | 0.8% | - |
| XYZ | 28.46 | 19.72 | 3.12 | - |
| YUV | 114.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 23 | 0 | 0.57 | 0.89 | 0.2 | 21.22 | 0.8 | 0.45 |
| Hex | CC | 57 | 17 | 0 | 39 | 59 | 14 | 15 | 50 | 2D |
| Octal | 314 | 127 | 27 | 0 | 71 | 131 | 24 | 25 | 120 | 55 |
| Binary | 11001100 | 1010111 | 10111 | 0 | 111001 | 1011001 | 10100 | 10101 | 1010000 | 101101 |
Color Harmonies of #CC5717
Complementary color
Monochromatic Colors of #CC5717
Black with #CC5717
Text Example
Text Example
White with #CC5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5717; }
p { color: rgb(204,87,23); }
H1.HeaderClassName
{
color: #CC5717;
}
.AnyTagClassName
{
color: #CC5717;
}
</style>
background-color css
<style>
a { background-color: #CC5717; }
a { background-color: rgb(204,87,23); }
div.DivClassName
{
background-color: #CC5717;
}
.BgClassName
{
background-color: #CC5717;
}
</style>
border-color css
<style>
span { border-color: #CC5717; }
span { border-color: rgb(204,87,23); }
td.TdClassName
{
border-color: #CC5717;
}
.TagClassName
{
border-color: #CC5717;
}
</style>