Shades of Chocolate #CC6220
Tints of Chocolate #CC6220
RGB
CMYK
RGB Variations
Color information
#CC6220 (or 0xCC6220) is known color: Chocolate. HEX triplet: CC, 62 and 20. RGB value is (204,98,32). Sum of RGB (Red+Green+Blue) = 204+98+32=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6220 is #339DDF. Grayscale: #7A7A7A. Windows color (decimal): -3382752 or 2122444. OLE color: 2122444.
HSL color Cylindrical-coordinate representation of color #CC6220: hue angle of 23.02º degrees, saturation: 0.73, 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 #CC6220 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 32 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.2 |
| HSL | 23.02º | 0.73% | 0.46% | - |
| HSV(B) | 23.02º | 0.84% | 0.8% | - |
| XYZ | 29.53 | 21.68 | 3.99 | - |
| YUV | 122.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 32 | 0 | 0.52 | 0.84 | 0.2 | 23.02 | 0.73 | 0.46 |
| Hex | CC | 62 | 20 | 0 | 34 | 54 | 14 | 17 | 49 | 2E |
| Octal | 314 | 142 | 40 | 0 | 64 | 124 | 24 | 27 | 111 | 56 |
| Binary | 11001100 | 1100010 | 100000 | 0 | 110100 | 1010100 | 10100 | 10111 | 1001001 | 101110 |
Color Harmonies of #CC6220
Complementary color
Monochromatic Colors of #CC6220
Black with #CC6220
Text Example
Text Example
White with #CC6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6220; }
p { color: rgb(204,98,32); }
H1.HeaderClassName
{
color: #CC6220;
}
.AnyTagClassName
{
color: #CC6220;
}
</style>
background-color css
<style>
a { background-color: #CC6220; }
a { background-color: rgb(204,98,32); }
div.DivClassName
{
background-color: #CC6220;
}
.BgClassName
{
background-color: #CC6220;
}
</style>
border-color css
<style>
span { border-color: #CC6220; }
span { border-color: rgb(204,98,32); }
td.TdClassName
{
border-color: #CC6220;
}
.TagClassName
{
border-color: #CC6220;
}
</style>