Shades of Zest #CE763E
Tints of Zest #CE763E
RGB
CMYK
RGB Variations
Color information
#CE763E (or 0xCE763E) is known color: Zest. HEX triplet: CE, 76 and 3E. RGB value is (206,118,62). Sum of RGB (Red+Green+Blue) = 206+118+62=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE763E is #3189C1. Grayscale: #8A8A8A. Windows color (decimal): -3246530 or 4093646. OLE color: 4093646.
HSL color Cylindrical-coordinate representation of color #CE763E: hue angle of 23.33º 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 #CE763E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 62 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.19 |
| HSL | 23.33º | 0.6% | 0.53% | - |
| HSV(B) | 23.33º | 0.7% | 0.81% | - |
| XYZ | 32.8 | 26.43 | 7.93 | - |
| YUV | 137.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 62 | 0 | 0.43 | 0.70 | 0.19 | 23.33 | 0.6 | 0.53 |
| Hex | CE | 76 | 3E | 0 | 2B | 46 | 13 | 17 | 3C | 35 |
| Octal | 316 | 166 | 76 | 0 | 53 | 106 | 23 | 27 | 74 | 65 |
| Binary | 11001110 | 1110110 | 111110 | 0 | 101011 | 1000110 | 10011 | 10111 | 111100 | 110101 |
Color Harmonies of #CE763E
Complementary color
Monochromatic Colors of #CE763E
Black with #CE763E
Text Example
Text Example
White with #CE763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE763E; }
p { color: rgb(206,118,62); }
H1.HeaderClassName
{
color: #CE763E;
}
.AnyTagClassName
{
color: #CE763E;
}
</style>
background-color css
<style>
a { background-color: #CE763E; }
a { background-color: rgb(206,118,62); }
div.DivClassName
{
background-color: #CE763E;
}
.BgClassName
{
background-color: #CE763E;
}
</style>
border-color css
<style>
span { border-color: #CE763E; }
span { border-color: rgb(206,118,62); }
td.TdClassName
{
border-color: #CE763E;
}
.TagClassName
{
border-color: #CE763E;
}
</style>