Shades of Zest #CC7436
Tints of Zest #CC7436
RGB
CMYK
RGB Variations
Color information
#CC7436 (or 0xCC7436) is known color: Zest. HEX triplet: CC, 74 and 36. RGB value is (204,116,54). Sum of RGB (Red+Green+Blue) = 204+116+54=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7436 is #338BC9. Grayscale: #878787. Windows color (decimal): -3378122 or 3568844. OLE color: 3568844.
HSL color Cylindrical-coordinate representation of color #CC7436: hue angle of 24.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7436 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 54 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.2 |
| HSL | 24.8º | 0.6% | 0.51% | - |
| HSV(B) | 24.8º | 0.74% | 0.8% | - |
| XYZ | 31.81 | 25.59 | 6.75 | - |
| YUV | 135.24 | 82.15 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 54 | 0 | 0.43 | 0.74 | 0.2 | 24.8 | 0.6 | 0.51 |
| Hex | CC | 74 | 36 | 0 | 2B | 4A | 14 | 19 | 3C | 33 |
| Octal | 314 | 164 | 66 | 0 | 53 | 112 | 24 | 31 | 74 | 63 |
| Binary | 11001100 | 1110100 | 110110 | 0 | 101011 | 1001010 | 10100 | 11001 | 111100 | 110011 |
Color Harmonies of #CC7436
Complementary color
Monochromatic Colors of #CC7436
Black with #CC7436
Text Example
Text Example
White with #CC7436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7436; }
p { color: rgb(204,116,54); }
H1.HeaderClassName
{
color: #CC7436;
}
.AnyTagClassName
{
color: #CC7436;
}
</style>
background-color css
<style>
a { background-color: #CC7436; }
a { background-color: rgb(204,116,54); }
div.DivClassName
{
background-color: #CC7436;
}
.BgClassName
{
background-color: #CC7436;
}
</style>
border-color css
<style>
span { border-color: #CC7436; }
span { border-color: rgb(204,116,54); }
td.TdClassName
{
border-color: #CC7436;
}
.TagClassName
{
border-color: #CC7436;
}
</style>