Shades of Zest #CC7237
Tints of Zest #CC7237
RGB
CMYK
RGB Variations
Color information
#CC7237 (or 0xCC7237) is known color: Zest. HEX triplet: CC, 72 and 37. RGB value is (204,114,55). Sum of RGB (Red+Green+Blue) = 204+114+55=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7237 is #338DC8. Grayscale: #868686. Windows color (decimal): -3378633 or 3633868. OLE color: 3633868.
HSL color Cylindrical-coordinate representation of color #CC7237: hue angle of 23.76º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC7237 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 55 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.2 |
| HSL | 23.76º | 0.59% | 0.51% | - |
| HSV(B) | 23.76º | 0.73% | 0.8% | - |
| XYZ | 31.61 | 25.15 | 6.8 | - |
| YUV | 134.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 55 | 0 | 0.44 | 0.73 | 0.2 | 23.76 | 0.59 | 0.51 |
| Hex | CC | 72 | 37 | 0 | 2C | 49 | 14 | 18 | 3B | 33 |
| Octal | 314 | 162 | 67 | 0 | 54 | 111 | 24 | 30 | 73 | 63 |
| Binary | 11001100 | 1110010 | 110111 | 0 | 101100 | 1001001 | 10100 | 11000 | 111011 | 110011 |
Color Harmonies of #CC7237
Complementary color
Monochromatic Colors of #CC7237
Black with #CC7237
Text Example
Text Example
White with #CC7237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7237; }
p { color: rgb(204,114,55); }
H1.HeaderClassName
{
color: #CC7237;
}
.AnyTagClassName
{
color: #CC7237;
}
</style>
background-color css
<style>
a { background-color: #CC7237; }
a { background-color: rgb(204,114,55); }
div.DivClassName
{
background-color: #CC7237;
}
.BgClassName
{
background-color: #CC7237;
}
</style>
border-color css
<style>
span { border-color: #CC7237; }
span { border-color: rgb(204,114,55); }
td.TdClassName
{
border-color: #CC7237;
}
.TagClassName
{
border-color: #CC7237;
}
</style>