Shades of Chocolate #CC5A20
Tints of Chocolate #CC5A20
RGB
CMYK
RGB Variations
Color information
#CC5A20 (or 0xCC5A20) is known color: Chocolate. HEX triplet: CC, 5A and 20. RGB value is (204,90,32). Sum of RGB (Red+Green+Blue) = 204+90+32=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A20 is #33A5DF. Grayscale: #757575. Windows color (decimal): -3384800 or 2120396. OLE color: 2120396.
HSL color Cylindrical-coordinate representation of color #CC5A20: hue angle of 20.23º 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 #CC5A20 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 32 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.2 |
| HSL | 20.23º | 0.73% | 0.46% | - |
| HSV(B) | 20.23º | 0.84% | 0.8% | - |
| XYZ | 28.82 | 20.25 | 3.76 | - |
| YUV | 117.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 32 | 0 | 0.56 | 0.84 | 0.2 | 20.23 | 0.73 | 0.46 |
| Hex | CC | 5A | 20 | 0 | 38 | 54 | 14 | 14 | 49 | 2E |
| Octal | 314 | 132 | 40 | 0 | 70 | 124 | 24 | 24 | 111 | 56 |
| Binary | 11001100 | 1011010 | 100000 | 0 | 111000 | 1010100 | 10100 | 10100 | 1001001 | 101110 |
Color Harmonies of #CC5A20
Complementary color
Monochromatic Colors of #CC5A20
Black with #CC5A20
Text Example
Text Example
White with #CC5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A20; }
p { color: rgb(204,90,32); }
H1.HeaderClassName
{
color: #CC5A20;
}
.AnyTagClassName
{
color: #CC5A20;
}
</style>
background-color css
<style>
a { background-color: #CC5A20; }
a { background-color: rgb(204,90,32); }
div.DivClassName
{
background-color: #CC5A20;
}
.BgClassName
{
background-color: #CC5A20;
}
</style>
border-color css
<style>
span { border-color: #CC5A20; }
span { border-color: rgb(204,90,32); }
td.TdClassName
{
border-color: #CC5A20;
}
.TagClassName
{
border-color: #CC5A20;
}
</style>