Shades of Zest #CC7041
Tints of Zest #CC7041
RGB
CMYK
RGB Variations
Color information
#CC7041 (or 0xCC7041) is known color: Zest. HEX triplet: CC, 70 and 41. RGB value is (204,112,65). Sum of RGB (Red+Green+Blue) = 204+112+65=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7041 is #338FBE. Grayscale: #868686. Windows color (decimal): -3379135 or 4288716. OLE color: 4288716.
HSL color Cylindrical-coordinate representation of color #CC7041: hue angle of 20.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC7041 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 65 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.2 |
| HSL | 20.29º | 0.58% | 0.53% | - |
| HSV(B) | 20.29º | 0.68% | 0.8% | - |
| XYZ | 31.65 | 24.81 | 8.12 | - |
| YUV | 134.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 65 | 0 | 0.45 | 0.68 | 0.2 | 20.29 | 0.58 | 0.53 |
| Hex | CC | 70 | 41 | 0 | 2D | 44 | 14 | 14 | 3A | 35 |
| Octal | 314 | 160 | 101 | 0 | 55 | 104 | 24 | 24 | 72 | 65 |
| Binary | 11001100 | 1110000 | 1000001 | 0 | 101101 | 1000100 | 10100 | 10100 | 111010 | 110101 |
Color Harmonies of #CC7041
Complementary color
Monochromatic Colors of #CC7041
Black with #CC7041
Text Example
Text Example
White with #CC7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7041; }
p { color: rgb(204,112,65); }
H1.HeaderClassName
{
color: #CC7041;
}
.AnyTagClassName
{
color: #CC7041;
}
</style>
background-color css
<style>
a { background-color: #CC7041; }
a { background-color: rgb(204,112,65); }
div.DivClassName
{
background-color: #CC7041;
}
.BgClassName
{
background-color: #CC7041;
}
</style>
border-color css
<style>
span { border-color: #CC7041; }
span { border-color: rgb(204,112,65); }
td.TdClassName
{
border-color: #CC7041;
}
.TagClassName
{
border-color: #CC7041;
}
</style>