Shades of Zest #CC7539
Tints of Zest #CC7539
RGB
CMYK
RGB Variations
Color information
#CC7539 (or 0xCC7539) is known color: Zest. HEX triplet: CC, 75 and 39. RGB value is (204,117,57). Sum of RGB (Red+Green+Blue) = 204+117+57=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7539 is #338AC6. Grayscale: #888888. Windows color (decimal): -3377863 or 3765708. OLE color: 3765708.
HSL color Cylindrical-coordinate representation of color #CC7539: hue angle of 24.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC7539 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 57 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.2 |
| HSL | 24.49º | 0.59% | 0.51% | - |
| HSV(B) | 24.49º | 0.72% | 0.8% | - |
| XYZ | 32 | 25.86 | 7.17 | - |
| YUV | 136.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 57 | 0 | 0.43 | 0.72 | 0.2 | 24.49 | 0.59 | 0.51 |
| Hex | CC | 75 | 39 | 0 | 2B | 48 | 14 | 18 | 3B | 33 |
| Octal | 314 | 165 | 71 | 0 | 53 | 110 | 24 | 30 | 73 | 63 |
| Binary | 11001100 | 1110101 | 111001 | 0 | 101011 | 1001000 | 10100 | 11000 | 111011 | 110011 |
Color Harmonies of #CC7539
Complementary color
Monochromatic Colors of #CC7539
Black with #CC7539
Text Example
Text Example
White with #CC7539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7539; }
p { color: rgb(204,117,57); }
H1.HeaderClassName
{
color: #CC7539;
}
.AnyTagClassName
{
color: #CC7539;
}
</style>
background-color css
<style>
a { background-color: #CC7539; }
a { background-color: rgb(204,117,57); }
div.DivClassName
{
background-color: #CC7539;
}
.BgClassName
{
background-color: #CC7539;
}
</style>
border-color css
<style>
span { border-color: #CC7539; }
span { border-color: rgb(204,117,57); }
td.TdClassName
{
border-color: #CC7539;
}
.TagClassName
{
border-color: #CC7539;
}
</style>