Shades of Zest #CF7339
Tints of Zest #CF7339
RGB
CMYK
RGB Variations
Color information
#CF7339 (or 0xCF7339) is known color: Zest. HEX triplet: CF, 73 and 39. RGB value is (207,115,57). Sum of RGB (Red+Green+Blue) = 207+115+57=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7339 is #308CC6. Grayscale: #888888. Windows color (decimal): -3181767 or 3765199. OLE color: 3765199.
HSL color Cylindrical-coordinate representation of color #CF7339: hue angle of 23.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF7339 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 57 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.19 |
| HSL | 23.2º | 0.61% | 0.52% | - |
| HSV(B) | 23.2º | 0.72% | 0.81% | - |
| XYZ | 32.6 | 25.82 | 7.14 | - |
| YUV | 135.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 57 | 0 | 0.44 | 0.72 | 0.19 | 23.2 | 0.61 | 0.52 |
| Hex | CF | 73 | 39 | 0 | 2C | 48 | 13 | 17 | 3D | 34 |
| Octal | 317 | 163 | 71 | 0 | 54 | 110 | 23 | 27 | 75 | 64 |
| Binary | 11001111 | 1110011 | 111001 | 0 | 101100 | 1001000 | 10011 | 10111 | 111101 | 110100 |
Color Harmonies of #CF7339
Complementary color
Monochromatic Colors of #CF7339
Black with #CF7339
Text Example
Text Example
White with #CF7339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7339; }
p { color: rgb(207,115,57); }
H1.HeaderClassName
{
color: #CF7339;
}
.AnyTagClassName
{
color: #CF7339;
}
</style>
background-color css
<style>
a { background-color: #CF7339; }
a { background-color: rgb(207,115,57); }
div.DivClassName
{
background-color: #CF7339;
}
.BgClassName
{
background-color: #CF7339;
}
</style>
border-color css
<style>
span { border-color: #CF7339; }
span { border-color: rgb(207,115,57); }
td.TdClassName
{
border-color: #CF7339;
}
.TagClassName
{
border-color: #CF7339;
}
</style>