Shades of Chocolate #CC6121
Tints of Chocolate #CC6121
RGB
CMYK
RGB Variations
Color information
#CC6121 (or 0xCC6121) is known color: Chocolate. HEX triplet: CC, 61 and 21. RGB value is (204,97,33). Sum of RGB (Red+Green+Blue) = 204+97+33=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6121 is #339EDE. Grayscale: #7A7A7A. Windows color (decimal): -3383007 or 2187724. OLE color: 2187724.
HSL color Cylindrical-coordinate representation of color #CC6121: hue angle of 22.46º 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 #CC6121 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.2 |
| HSL | 22.46º | 0.72% | 0.46% | - |
| HSV(B) | 22.46º | 0.84% | 0.8% | - |
| XYZ | 29.45 | 21.5 | 4.04 | - |
| YUV | 121.7 | 77.95 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 33 | 0 | 0.52 | 0.84 | 0.2 | 22.46 | 0.72 | 0.46 |
| Hex | CC | 61 | 21 | 0 | 34 | 54 | 14 | 16 | 48 | 2E |
| Octal | 314 | 141 | 41 | 0 | 64 | 124 | 24 | 26 | 110 | 56 |
| Binary | 11001100 | 1100001 | 100001 | 0 | 110100 | 1010100 | 10100 | 10110 | 1001000 | 101110 |
Color Harmonies of #CC6121
Complementary color
Monochromatic Colors of #CC6121
Black with #CC6121
Text Example
Text Example
White with #CC6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6121; }
p { color: rgb(204,97,33); }
H1.HeaderClassName
{
color: #CC6121;
}
.AnyTagClassName
{
color: #CC6121;
}
</style>
background-color css
<style>
a { background-color: #CC6121; }
a { background-color: rgb(204,97,33); }
div.DivClassName
{
background-color: #CC6121;
}
.BgClassName
{
background-color: #CC6121;
}
</style>
border-color css
<style>
span { border-color: #CC6121; }
span { border-color: rgb(204,97,33); }
td.TdClassName
{
border-color: #CC6121;
}
.TagClassName
{
border-color: #CC6121;
}
</style>