Shades of Chocolate #CC6320
Tints of Chocolate #CC6320
RGB
CMYK
RGB Variations
Color information
#CC6320 (or 0xCC6320) is known color: Chocolate. HEX triplet: CC, 63 and 20. RGB value is (204,99,32). Sum of RGB (Red+Green+Blue) = 204+99+32=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6320 is #339CDF. Grayscale: #7B7B7B. Windows color (decimal): -3382496 or 2122700. OLE color: 2122700.
HSL color Cylindrical-coordinate representation of color #CC6320: hue angle of 23.37º 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 #CC6320 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 32 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.2 |
| HSL | 23.37º | 0.73% | 0.46% | - |
| HSV(B) | 23.37º | 0.84% | 0.8% | - |
| XYZ | 29.62 | 21.87 | 4.03 | - |
| YUV | 122.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 32 | 0 | 0.51 | 0.84 | 0.2 | 23.37 | 0.73 | 0.46 |
| Hex | CC | 63 | 20 | 0 | 33 | 54 | 14 | 17 | 49 | 2E |
| Octal | 314 | 143 | 40 | 0 | 63 | 124 | 24 | 27 | 111 | 56 |
| Binary | 11001100 | 1100011 | 100000 | 0 | 110011 | 1010100 | 10100 | 10111 | 1001001 | 101110 |
Color Harmonies of #CC6320
Complementary color
Monochromatic Colors of #CC6320
Black with #CC6320
Text Example
Text Example
White with #CC6320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6320; }
p { color: rgb(204,99,32); }
H1.HeaderClassName
{
color: #CC6320;
}
.AnyTagClassName
{
color: #CC6320;
}
</style>
background-color css
<style>
a { background-color: #CC6320; }
a { background-color: rgb(204,99,32); }
div.DivClassName
{
background-color: #CC6320;
}
.BgClassName
{
background-color: #CC6320;
}
</style>
border-color css
<style>
span { border-color: #CC6320; }
span { border-color: rgb(204,99,32); }
td.TdClassName
{
border-color: #CC6320;
}
.TagClassName
{
border-color: #CC6320;
}
</style>