Shades of Chocolate #CC5C20
Tints of Chocolate #CC5C20
RGB
CMYK
RGB Variations
Color information
#CC5C20 (or 0xCC5C20) is known color: Chocolate. HEX triplet: CC, 5C and 20. RGB value is (204,92,32). Sum of RGB (Red+Green+Blue) = 204+92+32=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C20 is #33A3DF. Grayscale: #767676. Windows color (decimal): -3384288 or 2120908. OLE color: 2120908.
HSL color Cylindrical-coordinate representation of color #CC5C20: hue angle of 20.93º 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 #CC5C20 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 32 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.2 |
| HSL | 20.93º | 0.73% | 0.46% | - |
| HSV(B) | 20.93º | 0.84% | 0.8% | - |
| XYZ | 28.99 | 20.6 | 3.81 | - |
| YUV | 118.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 32 | 0 | 0.55 | 0.84 | 0.2 | 20.93 | 0.73 | 0.46 |
| Hex | CC | 5C | 20 | 0 | 37 | 54 | 14 | 15 | 49 | 2E |
| Octal | 314 | 134 | 40 | 0 | 67 | 124 | 24 | 25 | 111 | 56 |
| Binary | 11001100 | 1011100 | 100000 | 0 | 110111 | 1010100 | 10100 | 10101 | 1001001 | 101110 |
Color Harmonies of #CC5C20
Complementary color
Monochromatic Colors of #CC5C20
Black with #CC5C20
Text Example
Text Example
White with #CC5C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C20; }
p { color: rgb(204,92,32); }
H1.HeaderClassName
{
color: #CC5C20;
}
.AnyTagClassName
{
color: #CC5C20;
}
</style>
background-color css
<style>
a { background-color: #CC5C20; }
a { background-color: rgb(204,92,32); }
div.DivClassName
{
background-color: #CC5C20;
}
.BgClassName
{
background-color: #CC5C20;
}
</style>
border-color css
<style>
span { border-color: #CC5C20; }
span { border-color: rgb(204,92,32); }
td.TdClassName
{
border-color: #CC5C20;
}
.TagClassName
{
border-color: #CC5C20;
}
</style>