Shades of Zest #CF7240
Tints of Zest #CF7240
RGB
CMYK
RGB Variations
Color information
#CF7240 (or 0xCF7240) is known color: Zest. HEX triplet: CF, 72 and 40. RGB value is (207,114,64). Sum of RGB (Red+Green+Blue) = 207+114+64=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7240 is #308DBF. Grayscale: #888888. Windows color (decimal): -3182016 or 4223695. OLE color: 4223695.
HSL color Cylindrical-coordinate representation of color #CF7240: hue angle of 20.98º 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 #CF7240 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 64 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.19 |
| HSL | 20.98º | 0.6% | 0.53% | - |
| HSV(B) | 20.98º | 0.69% | 0.81% | - |
| XYZ | 32.67 | 25.67 | 8.08 | - |
| YUV | 136.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 64 | 0 | 0.45 | 0.69 | 0.19 | 20.98 | 0.6 | 0.53 |
| Hex | CF | 72 | 40 | 0 | 2D | 45 | 13 | 15 | 3C | 35 |
| Octal | 317 | 162 | 100 | 0 | 55 | 105 | 23 | 25 | 74 | 65 |
| Binary | 11001111 | 1110010 | 1000000 | 0 | 101101 | 1000101 | 10011 | 10101 | 111100 | 110101 |
Color Harmonies of #CF7240
Complementary color
Monochromatic Colors of #CF7240
Black with #CF7240
Text Example
Text Example
White with #CF7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7240; }
p { color: rgb(207,114,64); }
H1.HeaderClassName
{
color: #CF7240;
}
.AnyTagClassName
{
color: #CF7240;
}
</style>
background-color css
<style>
a { background-color: #CF7240; }
a { background-color: rgb(207,114,64); }
div.DivClassName
{
background-color: #CF7240;
}
.BgClassName
{
background-color: #CF7240;
}
</style>
border-color css
<style>
span { border-color: #CF7240; }
span { border-color: rgb(207,114,64); }
td.TdClassName
{
border-color: #CF7240;
}
.TagClassName
{
border-color: #CF7240;
}
</style>