Shades of Zest #CF7440
Tints of Zest #CF7440
RGB
CMYK
RGB Variations
Color information
#CF7440 (or 0xCF7440) is known color: Zest. HEX triplet: CF, 74 and 40. RGB value is (207,116,64). Sum of RGB (Red+Green+Blue) = 207+116+64=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7440 is #308BBF. Grayscale: #898989. Windows color (decimal): -3181504 or 4224207. OLE color: 4224207.
HSL color Cylindrical-coordinate representation of color #CF7440: hue angle of 21.82º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF7440 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 64 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.19 |
| HSL | 21.82º | 0.6% | 0.53% | - |
| HSV(B) | 21.82º | 0.69% | 0.81% | - |
| XYZ | 32.9 | 26.13 | 8.16 | - |
| YUV | 137.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 64 | 0 | 0.44 | 0.69 | 0.19 | 21.82 | 0.6 | 0.53 |
| Hex | CF | 74 | 40 | 0 | 2C | 45 | 13 | 16 | 3C | 35 |
| Octal | 317 | 164 | 100 | 0 | 54 | 105 | 23 | 26 | 74 | 65 |
| Binary | 11001111 | 1110100 | 1000000 | 0 | 101100 | 1000101 | 10011 | 10110 | 111100 | 110101 |
Color Harmonies of #CF7440
Complementary color
Monochromatic Colors of #CF7440
Black with #CF7440
Text Example
Text Example
White with #CF7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7440; }
p { color: rgb(207,116,64); }
H1.HeaderClassName
{
color: #CF7440;
}
.AnyTagClassName
{
color: #CF7440;
}
</style>
background-color css
<style>
a { background-color: #CF7440; }
a { background-color: rgb(207,116,64); }
div.DivClassName
{
background-color: #CF7440;
}
.BgClassName
{
background-color: #CF7440;
}
</style>
border-color css
<style>
span { border-color: #CF7440; }
span { border-color: rgb(207,116,64); }
td.TdClassName
{
border-color: #CF7440;
}
.TagClassName
{
border-color: #CF7440;
}
</style>