Shades of Chocolate #CC5A21
Tints of Chocolate #CC5A21
RGB
CMYK
RGB Variations
Color information
#CC5A21 (or 0xCC5A21) is known color: Chocolate. HEX triplet: CC, 5A and 21. RGB value is (204,90,33). Sum of RGB (Red+Green+Blue) = 204+90+33=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A21 is #33A5DE. Grayscale: #757575. Windows color (decimal): -3384799 or 2185932. OLE color: 2185932.
HSL color Cylindrical-coordinate representation of color #CC5A21: hue angle of 20º degrees, saturation: 0.72, 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 #CC5A21 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 33 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.2 |
| HSL | 20º | 0.72% | 0.46% | - |
| HSV(B) | 20º | 0.84% | 0.8% | - |
| XYZ | 28.83 | 20.26 | 3.83 | - |
| YUV | 117.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 33 | 0 | 0.56 | 0.84 | 0.2 | 20 | 0.72 | 0.46 |
| Hex | CC | 5A | 21 | 0 | 38 | 54 | 14 | 14 | 48 | 2E |
| Octal | 314 | 132 | 41 | 0 | 70 | 124 | 24 | 24 | 110 | 56 |
| Binary | 11001100 | 1011010 | 100001 | 0 | 111000 | 1010100 | 10100 | 10100 | 1001000 | 101110 |
Color Harmonies of #CC5A21
Complementary color
Monochromatic Colors of #CC5A21
Black with #CC5A21
Text Example
Text Example
White with #CC5A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A21; }
p { color: rgb(204,90,33); }
H1.HeaderClassName
{
color: #CC5A21;
}
.AnyTagClassName
{
color: #CC5A21;
}
</style>
background-color css
<style>
a { background-color: #CC5A21; }
a { background-color: rgb(204,90,33); }
div.DivClassName
{
background-color: #CC5A21;
}
.BgClassName
{
background-color: #CC5A21;
}
</style>
border-color css
<style>
span { border-color: #CC5A21; }
span { border-color: rgb(204,90,33); }
td.TdClassName
{
border-color: #CC5A21;
}
.TagClassName
{
border-color: #CC5A21;
}
</style>