Shades of Chocolate #CC5E11
Tints of Chocolate #CC5E11
RGB
CMYK
RGB Variations
Color information
#CC5E11 (or 0xCC5E11) is known color: Chocolate. HEX triplet: CC, 5E and 11. RGB value is (204,94,17). Sum of RGB (Red+Green+Blue) = 204+94+17=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E11 is #33A1EE. Grayscale: #767676. Windows color (decimal): -3383791 or 1138380. OLE color: 1138380.
HSL color Cylindrical-coordinate representation of color #CC5E11: hue angle of 24.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC5E11 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.2 |
| HSL | 24.71º | 0.85% | 0.43% | - |
| HSV(B) | 24.71º | 0.92% | 0.8% | - |
| XYZ | 29.01 | 20.88 | 3.03 | - |
| YUV | 118.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 17 | 0 | 0.54 | 0.92 | 0.2 | 24.71 | 0.85 | 0.43 |
| Hex | CC | 5E | 11 | 0 | 36 | 5C | 14 | 19 | 55 | 2B |
| Octal | 314 | 136 | 21 | 0 | 66 | 134 | 24 | 31 | 125 | 53 |
| Binary | 11001100 | 1011110 | 10001 | 0 | 110110 | 1011100 | 10100 | 11001 | 1010101 | 101011 |
Color Harmonies of #CC5E11
Complementary color
Monochromatic Colors of #CC5E11
Black with #CC5E11
Text Example
Text Example
White with #CC5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E11; }
p { color: rgb(204,94,17); }
H1.HeaderClassName
{
color: #CC5E11;
}
.AnyTagClassName
{
color: #CC5E11;
}
</style>
background-color css
<style>
a { background-color: #CC5E11; }
a { background-color: rgb(204,94,17); }
div.DivClassName
{
background-color: #CC5E11;
}
.BgClassName
{
background-color: #CC5E11;
}
</style>
border-color css
<style>
span { border-color: #CC5E11; }
span { border-color: rgb(204,94,17); }
td.TdClassName
{
border-color: #CC5E11;
}
.TagClassName
{
border-color: #CC5E11;
}
</style>