Shades of Chocolate #CC5D20
Tints of Chocolate #CC5D20
RGB
CMYK
RGB Variations
Color information
#CC5D20 (or 0xCC5D20) is known color: Chocolate. HEX triplet: CC, 5D and 20. RGB value is (204,93,32). Sum of RGB (Red+Green+Blue) = 204+93+32=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D20 is #33A2DF. Grayscale: #777777. Windows color (decimal): -3384032 or 2121164. OLE color: 2121164.
HSL color Cylindrical-coordinate representation of color #CC5D20: hue angle of 21.28º 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 #CC5D20 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 32 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.2 |
| HSL | 21.28º | 0.73% | 0.46% | - |
| HSV(B) | 21.28º | 0.84% | 0.8% | - |
| XYZ | 29.08 | 20.77 | 3.84 | - |
| YUV | 119.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 32 | 0 | 0.54 | 0.84 | 0.2 | 21.28 | 0.73 | 0.46 |
| Hex | CC | 5D | 20 | 0 | 36 | 54 | 14 | 15 | 49 | 2E |
| Octal | 314 | 135 | 40 | 0 | 66 | 124 | 24 | 25 | 111 | 56 |
| Binary | 11001100 | 1011101 | 100000 | 0 | 110110 | 1010100 | 10100 | 10101 | 1001001 | 101110 |
Color Harmonies of #CC5D20
Complementary color
Monochromatic Colors of #CC5D20
Black with #CC5D20
Text Example
Text Example
White with #CC5D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D20; }
p { color: rgb(204,93,32); }
H1.HeaderClassName
{
color: #CC5D20;
}
.AnyTagClassName
{
color: #CC5D20;
}
</style>
background-color css
<style>
a { background-color: #CC5D20; }
a { background-color: rgb(204,93,32); }
div.DivClassName
{
background-color: #CC5D20;
}
.BgClassName
{
background-color: #CC5D20;
}
</style>
border-color css
<style>
span { border-color: #CC5D20; }
span { border-color: rgb(204,93,32); }
td.TdClassName
{
border-color: #CC5D20;
}
.TagClassName
{
border-color: #CC5D20;
}
</style>