Shades of Chocolate #CC5F11
Tints of Chocolate #CC5F11
RGB
CMYK
RGB Variations
Color information
#CC5F11 (or 0xCC5F11) is known color: Chocolate. HEX triplet: CC, 5F and 11. RGB value is (204,95,17). Sum of RGB (Red+Green+Blue) = 204+95+17=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5F11 is #33A0EE. Grayscale: #777777. Windows color (decimal): -3383535 or 1138636. OLE color: 1138636.
HSL color Cylindrical-coordinate representation of color #CC5F11: hue angle of 25.03º 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 #CC5F11 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.2 |
| HSL | 25.03º | 0.85% | 0.43% | - |
| HSV(B) | 25.03º | 0.92% | 0.8% | - |
| XYZ | 29.1 | 21.06 | 3.06 | - |
| YUV | 118.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 17 | 0 | 0.53 | 0.92 | 0.2 | 25.03 | 0.85 | 0.43 |
| Hex | CC | 5F | 11 | 0 | 35 | 5C | 14 | 19 | 55 | 2B |
| Octal | 314 | 137 | 21 | 0 | 65 | 134 | 24 | 31 | 125 | 53 |
| Binary | 11001100 | 1011111 | 10001 | 0 | 110101 | 1011100 | 10100 | 11001 | 1010101 | 101011 |
Color Harmonies of #CC5F11
Complementary color
Monochromatic Colors of #CC5F11
Black with #CC5F11
Text Example
Text Example
White with #CC5F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F11; }
p { color: rgb(204,95,17); }
H1.HeaderClassName
{
color: #CC5F11;
}
.AnyTagClassName
{
color: #CC5F11;
}
</style>
background-color css
<style>
a { background-color: #CC5F11; }
a { background-color: rgb(204,95,17); }
div.DivClassName
{
background-color: #CC5F11;
}
.BgClassName
{
background-color: #CC5F11;
}
</style>
border-color css
<style>
span { border-color: #CC5F11; }
span { border-color: rgb(204,95,17); }
td.TdClassName
{
border-color: #CC5F11;
}
.TagClassName
{
border-color: #CC5F11;
}
</style>