Shades of Zest #CC7442
Tints of Zest #CC7442
RGB
CMYK
RGB Variations
Color information
#CC7442 (or 0xCC7442) is known color: Zest. HEX triplet: CC, 74 and 42. RGB value is (204,116,66). Sum of RGB (Red+Green+Blue) = 204+116+66=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7442 is #338BBD. Grayscale: #888888. Windows color (decimal): -3378110 or 4355276. OLE color: 4355276.
HSL color Cylindrical-coordinate representation of color #CC7442: hue angle of 21.74º degrees, saturation: 0.57, 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 #CC7442 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 66 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.2 |
| HSL | 21.74º | 0.58% | 0.53% | - |
| HSV(B) | 21.74º | 0.68% | 0.8% | - |
| XYZ | 32.13 | 25.72 | 8.43 | - |
| YUV | 136.61 | 88.15 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 66 | 0 | 0.43 | 0.68 | 0.2 | 21.74 | 0.58 | 0.53 |
| Hex | CC | 74 | 42 | 0 | 2B | 44 | 14 | 16 | 3A | 35 |
| Octal | 314 | 164 | 102 | 0 | 53 | 104 | 24 | 26 | 72 | 65 |
| Binary | 11001100 | 1110100 | 1000010 | 0 | 101011 | 1000100 | 10100 | 10110 | 111010 | 110101 |
Color Harmonies of #CC7442
Complementary color
Monochromatic Colors of #CC7442
Black with #CC7442
Text Example
Text Example
White with #CC7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7442; }
p { color: rgb(204,116,66); }
H1.HeaderClassName
{
color: #CC7442;
}
.AnyTagClassName
{
color: #CC7442;
}
</style>
background-color css
<style>
a { background-color: #CC7442; }
a { background-color: rgb(204,116,66); }
div.DivClassName
{
background-color: #CC7442;
}
.BgClassName
{
background-color: #CC7442;
}
</style>
border-color css
<style>
span { border-color: #CC7442; }
span { border-color: rgb(204,116,66); }
td.TdClassName
{
border-color: #CC7442;
}
.TagClassName
{
border-color: #CC7442;
}
</style>