Shades of Chocolate #CC5A22
Tints of Chocolate #CC5A22
RGB
CMYK
RGB Variations
Color information
#CC5A22 (or 0xCC5A22) is known color: Chocolate. HEX triplet: CC, 5A and 22. RGB value is (204,90,34). Sum of RGB (Red+Green+Blue) = 204+90+34=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A22 is #33A5DD. Grayscale: #767676. Windows color (decimal): -3384798 or 2251468. OLE color: 2251468.
HSL color Cylindrical-coordinate representation of color #CC5A22: hue angle of 19.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC5A22 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 34 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.2 |
| HSL | 19.76º | 0.71% | 0.47% | - |
| HSV(B) | 19.76º | 0.83% | 0.8% | - |
| XYZ | 28.85 | 20.27 | 3.9 | - |
| YUV | 117.7 | 80.77 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 34 | 0 | 0.56 | 0.83 | 0.2 | 19.76 | 0.71 | 0.47 |
| Hex | CC | 5A | 22 | 0 | 38 | 53 | 14 | 14 | 47 | 2F |
| Octal | 314 | 132 | 42 | 0 | 70 | 123 | 24 | 24 | 107 | 57 |
| Binary | 11001100 | 1011010 | 100010 | 0 | 111000 | 1010011 | 10100 | 10100 | 1000111 | 101111 |
Color Harmonies of #CC5A22
Complementary color
Monochromatic Colors of #CC5A22
Black with #CC5A22
Text Example
Text Example
White with #CC5A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A22; }
p { color: rgb(204,90,34); }
H1.HeaderClassName
{
color: #CC5A22;
}
.AnyTagClassName
{
color: #CC5A22;
}
</style>
background-color css
<style>
a { background-color: #CC5A22; }
a { background-color: rgb(204,90,34); }
div.DivClassName
{
background-color: #CC5A22;
}
.BgClassName
{
background-color: #CC5A22;
}
</style>
border-color css
<style>
span { border-color: #CC5A22; }
span { border-color: rgb(204,90,34); }
td.TdClassName
{
border-color: #CC5A22;
}
.TagClassName
{
border-color: #CC5A22;
}
</style>