Shades of Chocolate #CC5820
Tints of Chocolate #CC5820
RGB
CMYK
RGB Variations
Color information
#CC5820 (or 0xCC5820) is known color: Chocolate. HEX triplet: CC, 58 and 20. RGB value is (204,88,32). Sum of RGB (Red+Green+Blue) = 204+88+32=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5820 is #33A7DF. Grayscale: #747474. Windows color (decimal): -3385312 or 2119884. OLE color: 2119884.
HSL color Cylindrical-coordinate representation of color #CC5820: hue angle of 19.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC5820 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 32 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.2 |
| HSL | 19.53º | 0.73% | 0.46% | - |
| HSV(B) | 19.53º | 0.84% | 0.8% | - |
| XYZ | 28.65 | 19.92 | 3.7 | - |
| YUV | 116.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 32 | 0 | 0.57 | 0.84 | 0.2 | 19.53 | 0.73 | 0.46 |
| Hex | CC | 58 | 20 | 0 | 39 | 54 | 14 | 14 | 49 | 2E |
| Octal | 314 | 130 | 40 | 0 | 71 | 124 | 24 | 24 | 111 | 56 |
| Binary | 11001100 | 1011000 | 100000 | 0 | 111001 | 1010100 | 10100 | 10100 | 1001001 | 101110 |
Color Harmonies of #CC5820
Complementary color
Monochromatic Colors of #CC5820
Black with #CC5820
Text Example
Text Example
White with #CC5820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5820; }
p { color: rgb(204,88,32); }
H1.HeaderClassName
{
color: #CC5820;
}
.AnyTagClassName
{
color: #CC5820;
}
</style>
background-color css
<style>
a { background-color: #CC5820; }
a { background-color: rgb(204,88,32); }
div.DivClassName
{
background-color: #CC5820;
}
.BgClassName
{
background-color: #CC5820;
}
</style>
border-color css
<style>
span { border-color: #CC5820; }
span { border-color: rgb(204,88,32); }
td.TdClassName
{
border-color: #CC5820;
}
.TagClassName
{
border-color: #CC5820;
}
</style>