Shades of Chocolate #CC6222
Tints of Chocolate #CC6222
RGB
CMYK
RGB Variations
Color information
#CC6222 (or 0xCC6222) is known color: Chocolate. HEX triplet: CC, 62 and 22. RGB value is (204,98,34). Sum of RGB (Red+Green+Blue) = 204+98+34=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6222 is #339DDD. Grayscale: #7A7A7A. Windows color (decimal): -3382750 or 2253516. OLE color: 2253516.
HSL color Cylindrical-coordinate representation of color #CC6222: hue angle of 22.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC6222 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 34 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.2 |
| HSL | 22.59º | 0.71% | 0.47% | - |
| HSV(B) | 22.59º | 0.83% | 0.8% | - |
| XYZ | 29.56 | 21.69 | 4.14 | - |
| YUV | 122.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 34 | 0 | 0.52 | 0.83 | 0.2 | 22.59 | 0.71 | 0.47 |
| Hex | CC | 62 | 22 | 0 | 34 | 53 | 14 | 17 | 47 | 2F |
| Octal | 314 | 142 | 42 | 0 | 64 | 123 | 24 | 27 | 107 | 57 |
| Binary | 11001100 | 1100010 | 100010 | 0 | 110100 | 1010011 | 10100 | 10111 | 1000111 | 101111 |
Color Harmonies of #CC6222
Complementary color
Monochromatic Colors of #CC6222
Black with #CC6222
Text Example
Text Example
White with #CC6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6222; }
p { color: rgb(204,98,34); }
H1.HeaderClassName
{
color: #CC6222;
}
.AnyTagClassName
{
color: #CC6222;
}
</style>
background-color css
<style>
a { background-color: #CC6222; }
a { background-color: rgb(204,98,34); }
div.DivClassName
{
background-color: #CC6222;
}
.BgClassName
{
background-color: #CC6222;
}
</style>
border-color css
<style>
span { border-color: #CC6222; }
span { border-color: rgb(204,98,34); }
td.TdClassName
{
border-color: #CC6222;
}
.TagClassName
{
border-color: #CC6222;
}
</style>