Shades of Zest #CF713F
Tints of Zest #CF713F
RGB
CMYK
RGB Variations
Color information
#CF713F (or 0xCF713F) is known color: Zest. HEX triplet: CF, 71 and 3F. RGB value is (207,113,63). Sum of RGB (Red+Green+Blue) = 207+113+63=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF713F is #308EC0. Grayscale: #878787. Windows color (decimal): -3182273 or 4157903. OLE color: 4157903.
HSL color Cylindrical-coordinate representation of color #CF713F: hue angle of 20.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF713F is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 63 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.19 |
| HSL | 20.83º | 0.6% | 0.53% | - |
| HSV(B) | 20.83º | 0.7% | 0.81% | - |
| XYZ | 32.53 | 25.43 | 7.9 | - |
| YUV | 135.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 63 | 0 | 0.45 | 0.70 | 0.19 | 20.83 | 0.6 | 0.53 |
| Hex | CF | 71 | 3F | 0 | 2D | 46 | 13 | 15 | 3C | 35 |
| Octal | 317 | 161 | 77 | 0 | 55 | 106 | 23 | 25 | 74 | 65 |
| Binary | 11001111 | 1110001 | 111111 | 0 | 101101 | 1000110 | 10011 | 10101 | 111100 | 110101 |
Color Harmonies of #CF713F
Complementary color
Monochromatic Colors of #CF713F
Black with #CF713F
Text Example
Text Example
White with #CF713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF713F; }
p { color: rgb(207,113,63); }
H1.HeaderClassName
{
color: #CF713F;
}
.AnyTagClassName
{
color: #CF713F;
}
</style>
background-color css
<style>
a { background-color: #CF713F; }
a { background-color: rgb(207,113,63); }
div.DivClassName
{
background-color: #CF713F;
}
.BgClassName
{
background-color: #CF713F;
}
</style>
border-color css
<style>
span { border-color: #CF713F; }
span { border-color: rgb(207,113,63); }
td.TdClassName
{
border-color: #CF713F;
}
.TagClassName
{
border-color: #CF713F;
}
</style>