Shades of Zest #CF7637
Tints of Zest #CF7637
RGB
CMYK
RGB Variations
Color information
#CF7637 (or 0xCF7637) is known color: Zest. HEX triplet: CF, 76 and 37. RGB value is (207,118,55). Sum of RGB (Red+Green+Blue) = 207+118+55=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7637 is #3089C8. Grayscale: #898989. Windows color (decimal): -3181001 or 3634895. OLE color: 3634895.
HSL color Cylindrical-coordinate representation of color #CF7637: hue angle of 24.87º 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 #CF7637 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 55 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.19 |
| HSL | 24.87º | 0.61% | 0.51% | - |
| HSV(B) | 24.87º | 0.73% | 0.81% | - |
| XYZ | 32.9 | 26.5 | 7 | - |
| YUV | 137.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 55 | 0 | 0.43 | 0.73 | 0.19 | 24.87 | 0.61 | 0.51 |
| Hex | CF | 76 | 37 | 0 | 2B | 49 | 13 | 19 | 3D | 33 |
| Octal | 317 | 166 | 67 | 0 | 53 | 111 | 23 | 31 | 75 | 63 |
| Binary | 11001111 | 1110110 | 110111 | 0 | 101011 | 1001001 | 10011 | 11001 | 111101 | 110011 |
Color Harmonies of #CF7637
Complementary color
Monochromatic Colors of #CF7637
Black with #CF7637
Text Example
Text Example
White with #CF7637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7637; }
p { color: rgb(207,118,55); }
H1.HeaderClassName
{
color: #CF7637;
}
.AnyTagClassName
{
color: #CF7637;
}
</style>
background-color css
<style>
a { background-color: #CF7637; }
a { background-color: rgb(207,118,55); }
div.DivClassName
{
background-color: #CF7637;
}
.BgClassName
{
background-color: #CF7637;
}
</style>
border-color css
<style>
span { border-color: #CF7637; }
span { border-color: rgb(207,118,55); }
td.TdClassName
{
border-color: #CF7637;
}
.TagClassName
{
border-color: #CF7637;
}
</style>