Shades of Zest #CF7737
Tints of Zest #CF7737
RGB
CMYK
RGB Variations
Color information
#CF7737 (or 0xCF7737) is known color: Zest. HEX triplet: CF, 77 and 37. RGB value is (207,119,55). Sum of RGB (Red+Green+Blue) = 207+119+55=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7737 is #3088C8. Grayscale: #8A8A8A. Windows color (decimal): -3180745 or 3635151. OLE color: 3635151.
HSL color Cylindrical-coordinate representation of color #CF7737: hue angle of 25.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7737 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 55 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.19 |
| HSL | 25.26º | 0.61% | 0.51% | - |
| HSV(B) | 25.26º | 0.73% | 0.81% | - |
| XYZ | 33.02 | 26.73 | 7.03 | - |
| YUV | 138.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 55 | 0 | 0.43 | 0.73 | 0.19 | 25.26 | 0.61 | 0.51 |
| Hex | CF | 77 | 37 | 0 | 2B | 49 | 13 | 19 | 3D | 33 |
| Octal | 317 | 167 | 67 | 0 | 53 | 111 | 23 | 31 | 75 | 63 |
| Binary | 11001111 | 1110111 | 110111 | 0 | 101011 | 1001001 | 10011 | 11001 | 111101 | 110011 |
Color Harmonies of #CF7737
Complementary color
Monochromatic Colors of #CF7737
Black with #CF7737
Text Example
Text Example
White with #CF7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7737; }
p { color: rgb(207,119,55); }
H1.HeaderClassName
{
color: #CF7737;
}
.AnyTagClassName
{
color: #CF7737;
}
</style>
background-color css
<style>
a { background-color: #CF7737; }
a { background-color: rgb(207,119,55); }
div.DivClassName
{
background-color: #CF7737;
}
.BgClassName
{
background-color: #CF7737;
}
</style>
border-color css
<style>
span { border-color: #CF7737; }
span { border-color: rgb(207,119,55); }
td.TdClassName
{
border-color: #CF7737;
}
.TagClassName
{
border-color: #CF7737;
}
</style>