Shades of Zest #CF703B
Tints of Zest #CF703B
RGB
CMYK
RGB Variations
Color information
#CF703B (or 0xCF703B) is known color: Zest. HEX triplet: CF, 70 and 3B. RGB value is (207,112,59). Sum of RGB (Red+Green+Blue) = 207+112+59=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF703B is #308FC4. Grayscale: #868686. Windows color (decimal): -3182533 or 3895503. OLE color: 3895503.
HSL color Cylindrical-coordinate representation of color #CF703B: hue angle of 21.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF703B is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 59 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.19 |
| HSL | 21.49º | 0.61% | 0.52% | - |
| HSV(B) | 21.49º | 0.71% | 0.81% | - |
| XYZ | 32.32 | 25.17 | 7.29 | - |
| YUV | 134.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 59 | 0 | 0.46 | 0.71 | 0.19 | 21.49 | 0.61 | 0.52 |
| Hex | CF | 70 | 3B | 0 | 2E | 47 | 13 | 15 | 3D | 34 |
| Octal | 317 | 160 | 73 | 0 | 56 | 107 | 23 | 25 | 75 | 64 |
| Binary | 11001111 | 1110000 | 111011 | 0 | 101110 | 1000111 | 10011 | 10101 | 111101 | 110100 |
Color Harmonies of #CF703B
Complementary color
Monochromatic Colors of #CF703B
Black with #CF703B
Text Example
Text Example
White with #CF703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF703B; }
p { color: rgb(207,112,59); }
H1.HeaderClassName
{
color: #CF703B;
}
.AnyTagClassName
{
color: #CF703B;
}
</style>
background-color css
<style>
a { background-color: #CF703B; }
a { background-color: rgb(207,112,59); }
div.DivClassName
{
background-color: #CF703B;
}
.BgClassName
{
background-color: #CF703B;
}
</style>
border-color css
<style>
span { border-color: #CF703B; }
span { border-color: rgb(207,112,59); }
td.TdClassName
{
border-color: #CF703B;
}
.TagClassName
{
border-color: #CF703B;
}
</style>