Shades of Zest #CF6E3F
Tints of Zest #CF6E3F
RGB
CMYK
RGB Variations
Color information
#CF6E3F (or 0xCF6E3F) is known color: Zest. HEX triplet: CF, 6E and 3F. RGB value is (207,110,63). Sum of RGB (Red+Green+Blue) = 207+110+63=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E3F is #3091C0. Grayscale: #858585. Windows color (decimal): -3183041 or 4157135. OLE color: 4157135.
HSL color Cylindrical-coordinate representation of color #CF6E3F: hue angle of 19.58º 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 #CF6E3F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 63 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.19 |
| HSL | 19.58º | 0.6% | 0.53% | - |
| HSV(B) | 19.58º | 0.7% | 0.81% | - |
| XYZ | 32.21 | 24.78 | 7.79 | - |
| YUV | 133.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 63 | 0 | 0.47 | 0.70 | 0.19 | 19.58 | 0.6 | 0.53 |
| Hex | CF | 6E | 3F | 0 | 2F | 46 | 13 | 14 | 3C | 35 |
| Octal | 317 | 156 | 77 | 0 | 57 | 106 | 23 | 24 | 74 | 65 |
| Binary | 11001111 | 1101110 | 111111 | 0 | 101111 | 1000110 | 10011 | 10100 | 111100 | 110101 |
Color Harmonies of #CF6E3F
Complementary color
Monochromatic Colors of #CF6E3F
Black with #CF6E3F
Text Example
Text Example
White with #CF6E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E3F; }
p { color: rgb(207,110,63); }
H1.HeaderClassName
{
color: #CF6E3F;
}
.AnyTagClassName
{
color: #CF6E3F;
}
</style>
background-color css
<style>
a { background-color: #CF6E3F; }
a { background-color: rgb(207,110,63); }
div.DivClassName
{
background-color: #CF6E3F;
}
.BgClassName
{
background-color: #CF6E3F;
}
</style>
border-color css
<style>
span { border-color: #CF6E3F; }
span { border-color: rgb(207,110,63); }
td.TdClassName
{
border-color: #CF6E3F;
}
.TagClassName
{
border-color: #CF6E3F;
}
</style>