Shades of Chocolate #CC5519
Tints of Chocolate #CC5519
RGB
CMYK
RGB Variations
Color information
#CC5519 (or 0xCC5519) is known color: Chocolate. HEX triplet: CC, 55 and 19. RGB value is (204,85,25). Sum of RGB (Red+Green+Blue) = 204+85+25=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5519 is #33AAE6. Grayscale: #727272. Windows color (decimal): -3386087 or 1660364. OLE color: 1660364.
HSL color Cylindrical-coordinate representation of color #CC5519: hue angle of 20.11º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC5519 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 25 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.2 |
| HSL | 20.11º | 0.78% | 0.45% | - |
| HSV(B) | 20.11º | 0.88% | 0.8% | - |
| XYZ | 28.33 | 19.4 | 3.17 | - |
| YUV | 113.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 25 | 0 | 0.58 | 0.88 | 0.2 | 20.11 | 0.78 | 0.45 |
| Hex | CC | 55 | 19 | 0 | 3A | 58 | 14 | 14 | 4E | 2D |
| Octal | 314 | 125 | 31 | 0 | 72 | 130 | 24 | 24 | 116 | 55 |
| Binary | 11001100 | 1010101 | 11001 | 0 | 111010 | 1011000 | 10100 | 10100 | 1001110 | 101101 |
Color Harmonies of #CC5519
Complementary color
Monochromatic Colors of #CC5519
Black with #CC5519
Text Example
Text Example
White with #CC5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5519; }
p { color: rgb(204,85,25); }
H1.HeaderClassName
{
color: #CC5519;
}
.AnyTagClassName
{
color: #CC5519;
}
</style>
background-color css
<style>
a { background-color: #CC5519; }
a { background-color: rgb(204,85,25); }
div.DivClassName
{
background-color: #CC5519;
}
.BgClassName
{
background-color: #CC5519;
}
</style>
border-color css
<style>
span { border-color: #CC5519; }
span { border-color: rgb(204,85,25); }
td.TdClassName
{
border-color: #CC5519;
}
.TagClassName
{
border-color: #CC5519;
}
</style>