Shades of Chocolate #CC5319
Tints of Chocolate #CC5319
RGB
CMYK
RGB Variations
Color information
#CC5319 (or 0xCC5319) is known color: Chocolate. HEX triplet: CC, 53 and 19. RGB value is (204,83,25). Sum of RGB (Red+Green+Blue) = 204+83+25=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5319 is #33ACE6. Grayscale: #707070. Windows color (decimal): -3386599 or 1659852. OLE color: 1659852.
HSL color Cylindrical-coordinate representation of color #CC5319: hue angle of 19.44º 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 #CC5319 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 25 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.2 |
| HSL | 19.44º | 0.78% | 0.45% | - |
| HSV(B) | 19.44º | 0.88% | 0.8% | - |
| XYZ | 28.17 | 19.09 | 3.12 | - |
| YUV | 112.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 25 | 0 | 0.59 | 0.88 | 0.2 | 19.44 | 0.78 | 0.45 |
| Hex | CC | 53 | 19 | 0 | 3B | 58 | 14 | 13 | 4E | 2D |
| Octal | 314 | 123 | 31 | 0 | 73 | 130 | 24 | 23 | 116 | 55 |
| Binary | 11001100 | 1010011 | 11001 | 0 | 111011 | 1011000 | 10100 | 10011 | 1001110 | 101101 |
Color Harmonies of #CC5319
Complementary color
Monochromatic Colors of #CC5319
Black with #CC5319
Text Example
Text Example
White with #CC5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5319; }
p { color: rgb(204,83,25); }
H1.HeaderClassName
{
color: #CC5319;
}
.AnyTagClassName
{
color: #CC5319;
}
</style>
background-color css
<style>
a { background-color: #CC5319; }
a { background-color: rgb(204,83,25); }
div.DivClassName
{
background-color: #CC5319;
}
.BgClassName
{
background-color: #CC5319;
}
</style>
border-color css
<style>
span { border-color: #CC5319; }
span { border-color: rgb(204,83,25); }
td.TdClassName
{
border-color: #CC5319;
}
.TagClassName
{
border-color: #CC5319;
}
</style>