Shades of Zest #CF793A
Tints of Zest #CF793A
RGB
CMYK
RGB Variations
Color information
#CF793A (or 0xCF793A) is known color: Zest. HEX triplet: CF, 79 and 3A. RGB value is (207,121,58). Sum of RGB (Red+Green+Blue) = 207+121+58=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF793A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF793A is #3086C5. Grayscale: #8B8B8B. Windows color (decimal): -3180230 or 3832271. OLE color: 3832271.
HSL color Cylindrical-coordinate representation of color #CF793A: hue angle of 25.37º 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 #CF793A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 58 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.19 |
| HSL | 25.37º | 0.61% | 0.52% | - |
| HSV(B) | 25.37º | 0.72% | 0.81% | - |
| XYZ | 33.33 | 27.25 | 7.51 | - |
| YUV | 139.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 58 | 0 | 0.42 | 0.72 | 0.19 | 25.37 | 0.61 | 0.52 |
| Hex | CF | 79 | 3A | 0 | 2A | 48 | 13 | 19 | 3D | 34 |
| Octal | 317 | 171 | 72 | 0 | 52 | 110 | 23 | 31 | 75 | 64 |
| Binary | 11001111 | 1111001 | 111010 | 0 | 101010 | 1001000 | 10011 | 11001 | 111101 | 110100 |
Color Harmonies of #CF793A
Complementary color
Monochromatic Colors of #CF793A
Black with #CF793A
Text Example
Text Example
White with #CF793A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF793A; }
p { color: rgb(207,121,58); }
H1.HeaderClassName
{
color: #CF793A;
}
.AnyTagClassName
{
color: #CF793A;
}
</style>
background-color css
<style>
a { background-color: #CF793A; }
a { background-color: rgb(207,121,58); }
div.DivClassName
{
background-color: #CF793A;
}
.BgClassName
{
background-color: #CF793A;
}
</style>
border-color css
<style>
span { border-color: #CF793A; }
span { border-color: rgb(207,121,58); }
td.TdClassName
{
border-color: #CF793A;
}
.TagClassName
{
border-color: #CF793A;
}
</style>