Shades of Zest #CE763F
Tints of Zest #CE763F
RGB
CMYK
RGB Variations
Color information
#CE763F (or 0xCE763F) is known color: Zest. HEX triplet: CE, 76 and 3F. RGB value is (206,118,63). Sum of RGB (Red+Green+Blue) = 206+118+63=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE763F is #3189C0. Grayscale: #8A8A8A. Windows color (decimal): -3246529 or 4159182. OLE color: 4159182.
HSL color Cylindrical-coordinate representation of color #CE763F: hue angle of 23.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE763F is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 63 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.19 |
| HSL | 23.08º | 0.59% | 0.53% | - |
| HSV(B) | 23.08º | 0.69% | 0.81% | - |
| XYZ | 32.83 | 26.44 | 8.08 | - |
| YUV | 138.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 63 | 0 | 0.43 | 0.69 | 0.19 | 23.08 | 0.59 | 0.53 |
| Hex | CE | 76 | 3F | 0 | 2B | 45 | 13 | 17 | 3B | 35 |
| Octal | 316 | 166 | 77 | 0 | 53 | 105 | 23 | 27 | 73 | 65 |
| Binary | 11001110 | 1110110 | 111111 | 0 | 101011 | 1000101 | 10011 | 10111 | 111011 | 110101 |
Color Harmonies of #CE763F
Complementary color
Monochromatic Colors of #CE763F
Black with #CE763F
Text Example
Text Example
White with #CE763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE763F; }
p { color: rgb(206,118,63); }
H1.HeaderClassName
{
color: #CE763F;
}
.AnyTagClassName
{
color: #CE763F;
}
</style>
background-color css
<style>
a { background-color: #CE763F; }
a { background-color: rgb(206,118,63); }
div.DivClassName
{
background-color: #CE763F;
}
.BgClassName
{
background-color: #CE763F;
}
</style>
border-color css
<style>
span { border-color: #CE763F; }
span { border-color: rgb(206,118,63); }
td.TdClassName
{
border-color: #CE763F;
}
.TagClassName
{
border-color: #CE763F;
}
</style>