Shades of Zest #CF713B
Tints of Zest #CF713B
RGB
CMYK
RGB Variations
Color information
#CF713B (or 0xCF713B) is known color: Zest. HEX triplet: CF, 71 and 3B. RGB value is (207,113,59). Sum of RGB (Red+Green+Blue) = 207+113+59=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF713B is #308EC4. Grayscale: #878787. Windows color (decimal): -3182277 or 3895759. OLE color: 3895759.
HSL color Cylindrical-coordinate representation of color #CF713B: hue angle of 21.89º 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 #CF713B is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 59 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.19 |
| HSL | 21.89º | 0.61% | 0.52% | - |
| HSV(B) | 21.89º | 0.71% | 0.81% | - |
| XYZ | 32.43 | 25.39 | 7.33 | - |
| YUV | 134.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 59 | 0 | 0.45 | 0.71 | 0.19 | 21.89 | 0.61 | 0.52 |
| Hex | CF | 71 | 3B | 0 | 2D | 47 | 13 | 16 | 3D | 34 |
| Octal | 317 | 161 | 73 | 0 | 55 | 107 | 23 | 26 | 75 | 64 |
| Binary | 11001111 | 1110001 | 111011 | 0 | 101101 | 1000111 | 10011 | 10110 | 111101 | 110100 |
Color Harmonies of #CF713B
Complementary color
Monochromatic Colors of #CF713B
Black with #CF713B
Text Example
Text Example
White with #CF713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF713B; }
p { color: rgb(207,113,59); }
H1.HeaderClassName
{
color: #CF713B;
}
.AnyTagClassName
{
color: #CF713B;
}
</style>
background-color css
<style>
a { background-color: #CF713B; }
a { background-color: rgb(207,113,59); }
div.DivClassName
{
background-color: #CF713B;
}
.BgClassName
{
background-color: #CF713B;
}
</style>
border-color css
<style>
span { border-color: #CF713B; }
span { border-color: rgb(207,113,59); }
td.TdClassName
{
border-color: #CF713B;
}
.TagClassName
{
border-color: #CF713B;
}
</style>