Shades of Chocolate #CC5617
Tints of Chocolate #CC5617
RGB
CMYK
RGB Variations
Color information
#CC5617 (or 0xCC5617) is known color: Chocolate. HEX triplet: CC, 56 and 17. RGB value is (204,86,23). Sum of RGB (Red+Green+Blue) = 204+86+23=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5617 is #33A9E8. Grayscale: #727272. Windows color (decimal): -3385833 or 1529548. OLE color: 1529548.
HSL color Cylindrical-coordinate representation of color #CC5617: hue angle of 20.88º 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 #CC5617 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 23 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.2 |
| HSL | 20.88º | 0.8% | 0.45% | - |
| HSV(B) | 20.88º | 0.89% | 0.8% | - |
| XYZ | 28.38 | 19.55 | 3.09 | - |
| YUV | 114.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 23 | 0 | 0.58 | 0.89 | 0.2 | 20.88 | 0.8 | 0.45 |
| Hex | CC | 56 | 17 | 0 | 3A | 59 | 14 | 15 | 50 | 2D |
| Octal | 314 | 126 | 27 | 0 | 72 | 131 | 24 | 25 | 120 | 55 |
| Binary | 11001100 | 1010110 | 10111 | 0 | 111010 | 1011001 | 10100 | 10101 | 1010000 | 101101 |
Color Harmonies of #CC5617
Complementary color
Monochromatic Colors of #CC5617
Black with #CC5617
Text Example
Text Example
White with #CC5617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5617; }
p { color: rgb(204,86,23); }
H1.HeaderClassName
{
color: #CC5617;
}
.AnyTagClassName
{
color: #CC5617;
}
</style>
background-color css
<style>
a { background-color: #CC5617; }
a { background-color: rgb(204,86,23); }
div.DivClassName
{
background-color: #CC5617;
}
.BgClassName
{
background-color: #CC5617;
}
</style>
border-color css
<style>
span { border-color: #CC5617; }
span { border-color: rgb(204,86,23); }
td.TdClassName
{
border-color: #CC5617;
}
.TagClassName
{
border-color: #CC5617;
}
</style>