Shades of Zest #CF713E
Tints of Zest #CF713E
RGB
CMYK
RGB Variations
Color information
#CF713E (or 0xCF713E) is known color: Zest. HEX triplet: CF, 71 and 3E. RGB value is (207,113,62). Sum of RGB (Red+Green+Blue) = 207+113+62=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF713E is #308EC1. Grayscale: #878787. Windows color (decimal): -3182274 or 4092367. OLE color: 4092367.
HSL color Cylindrical-coordinate representation of color #CF713E: hue angle of 21.1º 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 #CF713E is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 62 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.19 |
| HSL | 21.1º | 0.6% | 0.53% | - |
| HSV(B) | 21.1º | 0.7% | 0.81% | - |
| XYZ | 32.51 | 25.42 | 7.75 | - |
| YUV | 135.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 62 | 0 | 0.45 | 0.70 | 0.19 | 21.1 | 0.6 | 0.53 |
| Hex | CF | 71 | 3E | 0 | 2D | 46 | 13 | 15 | 3C | 35 |
| Octal | 317 | 161 | 76 | 0 | 55 | 106 | 23 | 25 | 74 | 65 |
| Binary | 11001111 | 1110001 | 111110 | 0 | 101101 | 1000110 | 10011 | 10101 | 111100 | 110101 |
Color Harmonies of #CF713E
Complementary color
Monochromatic Colors of #CF713E
Black with #CF713E
Text Example
Text Example
White with #CF713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF713E; }
p { color: rgb(207,113,62); }
H1.HeaderClassName
{
color: #CF713E;
}
.AnyTagClassName
{
color: #CF713E;
}
</style>
background-color css
<style>
a { background-color: #CF713E; }
a { background-color: rgb(207,113,62); }
div.DivClassName
{
background-color: #CF713E;
}
.BgClassName
{
background-color: #CF713E;
}
</style>
border-color css
<style>
span { border-color: #CF713E; }
span { border-color: rgb(207,113,62); }
td.TdClassName
{
border-color: #CF713E;
}
.TagClassName
{
border-color: #CF713E;
}
</style>