Shades of Zest #CF763E
Tints of Zest #CF763E
RGB
CMYK
RGB Variations
Color information
#CF763E (or 0xCF763E) is known color: Zest. HEX triplet: CF, 76 and 3E. RGB value is (207,118,62). Sum of RGB (Red+Green+Blue) = 207+118+62=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF763E is #3089C1. Grayscale: #8A8A8A. Windows color (decimal): -3180994 or 4093647. OLE color: 4093647.
HSL color Cylindrical-coordinate representation of color #CF763E: hue angle of 23.17º 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 #CF763E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 62 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.19 |
| HSL | 23.17º | 0.6% | 0.53% | - |
| HSV(B) | 23.17º | 0.7% | 0.81% | - |
| XYZ | 33.08 | 26.57 | 7.94 | - |
| YUV | 138.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 62 | 0 | 0.43 | 0.70 | 0.19 | 23.17 | 0.6 | 0.53 |
| Hex | CF | 76 | 3E | 0 | 2B | 46 | 13 | 17 | 3C | 35 |
| Octal | 317 | 166 | 76 | 0 | 53 | 106 | 23 | 27 | 74 | 65 |
| Binary | 11001111 | 1110110 | 111110 | 0 | 101011 | 1000110 | 10011 | 10111 | 111100 | 110101 |
Color Harmonies of #CF763E
Complementary color
Monochromatic Colors of #CF763E
Black with #CF763E
Text Example
Text Example
White with #CF763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF763E; }
p { color: rgb(207,118,62); }
H1.HeaderClassName
{
color: #CF763E;
}
.AnyTagClassName
{
color: #CF763E;
}
</style>
background-color css
<style>
a { background-color: #CF763E; }
a { background-color: rgb(207,118,62); }
div.DivClassName
{
background-color: #CF763E;
}
.BgClassName
{
background-color: #CF763E;
}
</style>
border-color css
<style>
span { border-color: #CF763E; }
span { border-color: rgb(207,118,62); }
td.TdClassName
{
border-color: #CF763E;
}
.TagClassName
{
border-color: #CF763E;
}
</style>