Shades of Chocolate #CC6520
Tints of Chocolate #CC6520
RGB
CMYK
RGB Variations
Color information
#CC6520 (or 0xCC6520) is known color: Chocolate. HEX triplet: CC, 65 and 20. RGB value is (204,101,32). Sum of RGB (Red+Green+Blue) = 204+101+32=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6520 is #339ADF. Grayscale: #7C7C7C. Windows color (decimal): -3381984 or 2123212. OLE color: 2123212.
HSL color Cylindrical-coordinate representation of color #CC6520: hue angle of 24.07º 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 #CC6520 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 32 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.2 |
| HSL | 24.07º | 0.73% | 0.46% | - |
| HSV(B) | 24.07º | 0.84% | 0.8% | - |
| XYZ | 29.82 | 22.25 | 4.09 | - |
| YUV | 123.93 | 76.12 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 32 | 0 | 0.50 | 0.84 | 0.2 | 24.07 | 0.73 | 0.46 |
| Hex | CC | 65 | 20 | 0 | 32 | 54 | 14 | 18 | 49 | 2E |
| Octal | 314 | 145 | 40 | 0 | 62 | 124 | 24 | 30 | 111 | 56 |
| Binary | 11001100 | 1100101 | 100000 | 0 | 110010 | 1010100 | 10100 | 11000 | 1001001 | 101110 |
Color Harmonies of #CC6520
Complementary color
Monochromatic Colors of #CC6520
Black with #CC6520
Text Example
Text Example
White with #CC6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6520; }
p { color: rgb(204,101,32); }
H1.HeaderClassName
{
color: #CC6520;
}
.AnyTagClassName
{
color: #CC6520;
}
</style>
background-color css
<style>
a { background-color: #CC6520; }
a { background-color: rgb(204,101,32); }
div.DivClassName
{
background-color: #CC6520;
}
.BgClassName
{
background-color: #CC6520;
}
</style>
border-color css
<style>
span { border-color: #CC6520; }
span { border-color: rgb(204,101,32); }
td.TdClassName
{
border-color: #CC6520;
}
.TagClassName
{
border-color: #CC6520;
}
</style>