Shades of Zest #CC7536
Tints of Zest #CC7536
RGB
CMYK
RGB Variations
Color information
#CC7536 (or 0xCC7536) is known color: Zest. HEX triplet: CC, 75 and 36. RGB value is (204,117,54). Sum of RGB (Red+Green+Blue) = 204+117+54=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7536 is #338AC9. Grayscale: #888888. Windows color (decimal): -3377866 or 3569100. OLE color: 3569100.
HSL color Cylindrical-coordinate representation of color #CC7536: hue angle of 25.2º 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 #CC7536 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 54 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.2 |
| HSL | 25.2º | 0.6% | 0.51% | - |
| HSV(B) | 25.2º | 0.74% | 0.8% | - |
| XYZ | 31.93 | 25.83 | 6.79 | - |
| YUV | 135.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 54 | 0 | 0.43 | 0.74 | 0.2 | 25.2 | 0.6 | 0.51 |
| Hex | CC | 75 | 36 | 0 | 2B | 4A | 14 | 19 | 3C | 33 |
| Octal | 314 | 165 | 66 | 0 | 53 | 112 | 24 | 31 | 74 | 63 |
| Binary | 11001100 | 1110101 | 110110 | 0 | 101011 | 1001010 | 10100 | 11001 | 111100 | 110011 |
Color Harmonies of #CC7536
Complementary color
Monochromatic Colors of #CC7536
Black with #CC7536
Text Example
Text Example
White with #CC7536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7536; }
p { color: rgb(204,117,54); }
H1.HeaderClassName
{
color: #CC7536;
}
.AnyTagClassName
{
color: #CC7536;
}
</style>
background-color css
<style>
a { background-color: #CC7536; }
a { background-color: rgb(204,117,54); }
div.DivClassName
{
background-color: #CC7536;
}
.BgClassName
{
background-color: #CC7536;
}
</style>
border-color css
<style>
span { border-color: #CC7536; }
span { border-color: rgb(204,117,54); }
td.TdClassName
{
border-color: #CC7536;
}
.TagClassName
{
border-color: #CC7536;
}
</style>