Shades of Chocolate #CC5219
Tints of Chocolate #CC5219
RGB
CMYK
RGB Variations
Color information
#CC5219 (or 0xCC5219) is known color: Chocolate. HEX triplet: CC, 52 and 19. RGB value is (204,82,25). Sum of RGB (Red+Green+Blue) = 204+82+25=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5219 is #33ADE6. Grayscale: #707070. Windows color (decimal): -3386855 or 1659596. OLE color: 1659596.
HSL color Cylindrical-coordinate representation of color #CC5219: hue angle of 19.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 #CC5219 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 25 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.2 |
| HSL | 19.11º | 0.78% | 0.45% | - |
| HSV(B) | 19.11º | 0.88% | 0.8% | - |
| XYZ | 28.09 | 18.94 | 3.1 | - |
| YUV | 111.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 25 | 0 | 0.60 | 0.88 | 0.2 | 19.11 | 0.78 | 0.45 |
| Hex | CC | 52 | 19 | 0 | 3C | 58 | 14 | 13 | 4E | 2D |
| Octal | 314 | 122 | 31 | 0 | 74 | 130 | 24 | 23 | 116 | 55 |
| Binary | 11001100 | 1010010 | 11001 | 0 | 111100 | 1011000 | 10100 | 10011 | 1001110 | 101101 |
Color Harmonies of #CC5219
Complementary color
Monochromatic Colors of #CC5219
Black with #CC5219
Text Example
Text Example
White with #CC5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5219; }
p { color: rgb(204,82,25); }
H1.HeaderClassName
{
color: #CC5219;
}
.AnyTagClassName
{
color: #CC5219;
}
</style>
background-color css
<style>
a { background-color: #CC5219; }
a { background-color: rgb(204,82,25); }
div.DivClassName
{
background-color: #CC5219;
}
.BgClassName
{
background-color: #CC5219;
}
</style>
border-color css
<style>
span { border-color: #CC5219; }
span { border-color: rgb(204,82,25); }
td.TdClassName
{
border-color: #CC5219;
}
.TagClassName
{
border-color: #CC5219;
}
</style>