Shades of Zest #CC7639
Tints of Zest #CC7639
RGB
CMYK
RGB Variations
Color information
#CC7639 (or 0xCC7639) is known color: Zest. HEX triplet: CC, 76 and 39. RGB value is (204,118,57). Sum of RGB (Red+Green+Blue) = 204+118+57=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7639 is #3389C6. Grayscale: #898989. Windows color (decimal): -3377607 or 3765964. OLE color: 3765964.
HSL color Cylindrical-coordinate representation of color #CC7639: hue angle of 24.9º 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 #CC7639 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 57 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.2 |
| HSL | 24.9º | 0.59% | 0.51% | - |
| HSV(B) | 24.9º | 0.72% | 0.8% | - |
| XYZ | 32.12 | 26.09 | 7.21 | - |
| YUV | 136.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 57 | 0 | 0.42 | 0.72 | 0.2 | 24.9 | 0.59 | 0.51 |
| Hex | CC | 76 | 39 | 0 | 2A | 48 | 14 | 19 | 3B | 33 |
| Octal | 314 | 166 | 71 | 0 | 52 | 110 | 24 | 31 | 73 | 63 |
| Binary | 11001100 | 1110110 | 111001 | 0 | 101010 | 1001000 | 10100 | 11001 | 111011 | 110011 |
Color Harmonies of #CC7639
Complementary color
Monochromatic Colors of #CC7639
Black with #CC7639
Text Example
Text Example
White with #CC7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7639; }
p { color: rgb(204,118,57); }
H1.HeaderClassName
{
color: #CC7639;
}
.AnyTagClassName
{
color: #CC7639;
}
</style>
background-color css
<style>
a { background-color: #CC7639; }
a { background-color: rgb(204,118,57); }
div.DivClassName
{
background-color: #CC7639;
}
.BgClassName
{
background-color: #CC7639;
}
</style>
border-color css
<style>
span { border-color: #CC7639; }
span { border-color: rgb(204,118,57); }
td.TdClassName
{
border-color: #CC7639;
}
.TagClassName
{
border-color: #CC7639;
}
</style>