Shades of Chocolate #CC6211
Tints of Chocolate #CC6211
RGB
CMYK
RGB Variations
Color information
#CC6211 (or 0xCC6211) is known color: Chocolate. HEX triplet: CC, 62 and 11. RGB value is (204,98,17). Sum of RGB (Red+Green+Blue) = 204+98+17=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6211 is #339DEE. Grayscale: #787878. Windows color (decimal): -3382767 or 1139404. OLE color: 1139404.
HSL color Cylindrical-coordinate representation of color #CC6211: hue angle of 25.99º 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 #CC6211 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 17 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.2 |
| HSL | 25.99º | 0.85% | 0.43% | - |
| HSV(B) | 25.99º | 0.92% | 0.8% | - |
| XYZ | 29.37 | 21.61 | 3.15 | - |
| YUV | 120.46 | 69.62 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 17 | 0 | 0.52 | 0.92 | 0.2 | 25.99 | 0.85 | 0.43 |
| Hex | CC | 62 | 11 | 0 | 34 | 5C | 14 | 1A | 55 | 2B |
| Octal | 314 | 142 | 21 | 0 | 64 | 134 | 24 | 32 | 125 | 53 |
| Binary | 11001100 | 1100010 | 10001 | 0 | 110100 | 1011100 | 10100 | 11010 | 1010101 | 101011 |
Color Harmonies of #CC6211
Complementary color
Monochromatic Colors of #CC6211
Black with #CC6211
Text Example
Text Example
White with #CC6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6211; }
p { color: rgb(204,98,17); }
H1.HeaderClassName
{
color: #CC6211;
}
.AnyTagClassName
{
color: #CC6211;
}
</style>
background-color css
<style>
a { background-color: #CC6211; }
a { background-color: rgb(204,98,17); }
div.DivClassName
{
background-color: #CC6211;
}
.BgClassName
{
background-color: #CC6211;
}
</style>
border-color css
<style>
span { border-color: #CC6211; }
span { border-color: rgb(204,98,17); }
td.TdClassName
{
border-color: #CC6211;
}
.TagClassName
{
border-color: #CC6211;
}
</style>