Shades of Chocolate #CC6221
Tints of Chocolate #CC6221
RGB
CMYK
RGB Variations
Color information
#CC6221 (or 0xCC6221) is known color: Chocolate. HEX triplet: CC, 62 and 21. RGB value is (204,98,33). Sum of RGB (Red+Green+Blue) = 204+98+33=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6221 is #339DDE. Grayscale: #7A7A7A. Windows color (decimal): -3382751 or 2187980. OLE color: 2187980.
HSL color Cylindrical-coordinate representation of color #CC6221: hue angle of 22.81º degrees, saturation: 0.72, 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 #CC6221 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.2 |
| HSL | 22.81º | 0.72% | 0.46% | - |
| HSV(B) | 22.81º | 0.84% | 0.8% | - |
| XYZ | 29.54 | 21.68 | 4.07 | - |
| YUV | 122.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 33 | 0 | 0.52 | 0.84 | 0.2 | 22.81 | 0.72 | 0.46 |
| Hex | CC | 62 | 21 | 0 | 34 | 54 | 14 | 17 | 48 | 2E |
| Octal | 314 | 142 | 41 | 0 | 64 | 124 | 24 | 27 | 110 | 56 |
| Binary | 11001100 | 1100010 | 100001 | 0 | 110100 | 1010100 | 10100 | 10111 | 1001000 | 101110 |
Color Harmonies of #CC6221
Complementary color
Monochromatic Colors of #CC6221
Black with #CC6221
Text Example
Text Example
White with #CC6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6221; }
p { color: rgb(204,98,33); }
H1.HeaderClassName
{
color: #CC6221;
}
.AnyTagClassName
{
color: #CC6221;
}
</style>
background-color css
<style>
a { background-color: #CC6221; }
a { background-color: rgb(204,98,33); }
div.DivClassName
{
background-color: #CC6221;
}
.BgClassName
{
background-color: #CC6221;
}
</style>
border-color css
<style>
span { border-color: #CC6221; }
span { border-color: rgb(204,98,33); }
td.TdClassName
{
border-color: #CC6221;
}
.TagClassName
{
border-color: #CC6221;
}
</style>