Shades of Chocolate #CC5821
Tints of Chocolate #CC5821
RGB
CMYK
RGB Variations
Color information
#CC5821 (or 0xCC5821) is known color: Chocolate. HEX triplet: CC, 58 and 21. RGB value is (204,88,33). Sum of RGB (Red+Green+Blue) = 204+88+33=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5821 is #33A7DE. Grayscale: #747474. Windows color (decimal): -3385311 or 2185420. OLE color: 2185420.
HSL color Cylindrical-coordinate representation of color #CC5821: hue angle of 19.3º 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 #CC5821 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 33 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.2 |
| HSL | 19.3º | 0.72% | 0.46% | - |
| HSV(B) | 19.3º | 0.84% | 0.8% | - |
| XYZ | 28.67 | 19.93 | 3.77 | - |
| YUV | 116.41 | 80.93 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 33 | 0 | 0.57 | 0.84 | 0.2 | 19.3 | 0.72 | 0.46 |
| Hex | CC | 58 | 21 | 0 | 39 | 54 | 14 | 13 | 48 | 2E |
| Octal | 314 | 130 | 41 | 0 | 71 | 124 | 24 | 23 | 110 | 56 |
| Binary | 11001100 | 1011000 | 100001 | 0 | 111001 | 1010100 | 10100 | 10011 | 1001000 | 101110 |
Color Harmonies of #CC5821
Complementary color
Monochromatic Colors of #CC5821
Black with #CC5821
Text Example
Text Example
White with #CC5821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5821; }
p { color: rgb(204,88,33); }
H1.HeaderClassName
{
color: #CC5821;
}
.AnyTagClassName
{
color: #CC5821;
}
</style>
background-color css
<style>
a { background-color: #CC5821; }
a { background-color: rgb(204,88,33); }
div.DivClassName
{
background-color: #CC5821;
}
.BgClassName
{
background-color: #CC5821;
}
</style>
border-color css
<style>
span { border-color: #CC5821; }
span { border-color: rgb(204,88,33); }
td.TdClassName
{
border-color: #CC5821;
}
.TagClassName
{
border-color: #CC5821;
}
</style>