Shades of Chocolate #CC5C21
Tints of Chocolate #CC5C21
RGB
CMYK
RGB Variations
Color information
#CC5C21 (or 0xCC5C21) is known color: Chocolate. HEX triplet: CC, 5C and 21. RGB value is (204,92,33). Sum of RGB (Red+Green+Blue) = 204+92+33=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C21 is #33A3DE. Grayscale: #777777. Windows color (decimal): -3384287 or 2186444. OLE color: 2186444.
HSL color Cylindrical-coordinate representation of color #CC5C21: hue angle of 20.7º 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 #CC5C21 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 33 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.2 |
| HSL | 20.7º | 0.72% | 0.46% | - |
| HSV(B) | 20.7º | 0.84% | 0.8% | - |
| XYZ | 29 | 20.6 | 3.89 | - |
| YUV | 118.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 33 | 0 | 0.55 | 0.84 | 0.2 | 20.7 | 0.72 | 0.46 |
| Hex | CC | 5C | 21 | 0 | 37 | 54 | 14 | 15 | 48 | 2E |
| Octal | 314 | 134 | 41 | 0 | 67 | 124 | 24 | 25 | 110 | 56 |
| Binary | 11001100 | 1011100 | 100001 | 0 | 110111 | 1010100 | 10100 | 10101 | 1001000 | 101110 |
Color Harmonies of #CC5C21
Complementary color
Monochromatic Colors of #CC5C21
Black with #CC5C21
Text Example
Text Example
White with #CC5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C21; }
p { color: rgb(204,92,33); }
H1.HeaderClassName
{
color: #CC5C21;
}
.AnyTagClassName
{
color: #CC5C21;
}
</style>
background-color css
<style>
a { background-color: #CC5C21; }
a { background-color: rgb(204,92,33); }
div.DivClassName
{
background-color: #CC5C21;
}
.BgClassName
{
background-color: #CC5C21;
}
</style>
border-color css
<style>
span { border-color: #CC5C21; }
span { border-color: rgb(204,92,33); }
td.TdClassName
{
border-color: #CC5C21;
}
.TagClassName
{
border-color: #CC5C21;
}
</style>