Shades of Chocolate #CC5619
Tints of Chocolate #CC5619
RGB
CMYK
RGB Variations
Color information
#CC5619 (or 0xCC5619) is known color: Chocolate. HEX triplet: CC, 56 and 19. RGB value is (204,86,25). Sum of RGB (Red+Green+Blue) = 204+86+25=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5619 is #33A9E6. Grayscale: #727272. Windows color (decimal): -3385831 or 1660620. OLE color: 1660620.
HSL color Cylindrical-coordinate representation of color #CC5619: hue angle of 20.45º 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 #CC5619 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 25 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.2 |
| HSL | 20.45º | 0.78% | 0.45% | - |
| HSV(B) | 20.45º | 0.88% | 0.8% | - |
| XYZ | 28.41 | 19.56 | 3.2 | - |
| YUV | 114.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 25 | 0 | 0.58 | 0.88 | 0.2 | 20.45 | 0.78 | 0.45 |
| Hex | CC | 56 | 19 | 0 | 3A | 58 | 14 | 14 | 4E | 2D |
| Octal | 314 | 126 | 31 | 0 | 72 | 130 | 24 | 24 | 116 | 55 |
| Binary | 11001100 | 1010110 | 11001 | 0 | 111010 | 1011000 | 10100 | 10100 | 1001110 | 101101 |
Color Harmonies of #CC5619
Complementary color
Monochromatic Colors of #CC5619
Black with #CC5619
Text Example
Text Example
White with #CC5619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5619; }
p { color: rgb(204,86,25); }
H1.HeaderClassName
{
color: #CC5619;
}
.AnyTagClassName
{
color: #CC5619;
}
</style>
background-color css
<style>
a { background-color: #CC5619; }
a { background-color: rgb(204,86,25); }
div.DivClassName
{
background-color: #CC5619;
}
.BgClassName
{
background-color: #CC5619;
}
</style>
border-color css
<style>
span { border-color: #CC5619; }
span { border-color: rgb(204,86,25); }
td.TdClassName
{
border-color: #CC5619;
}
.TagClassName
{
border-color: #CC5619;
}
</style>