Shades of Zest #CE763C
Tints of Zest #CE763C
RGB
CMYK
RGB Variations
Color information
#CE763C (or 0xCE763C) is known color: Zest. HEX triplet: CE, 76 and 3C. RGB value is (206,118,60). Sum of RGB (Red+Green+Blue) = 206+118+60=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE763C is #3189C3. Grayscale: #8A8A8A. Windows color (decimal): -3246532 or 3962574. OLE color: 3962574.
HSL color Cylindrical-coordinate representation of color #CE763C: hue angle of 23.84º degrees, saturation: 0.6, 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 #CE763C is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 60 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.19 |
| HSL | 23.84º | 0.6% | 0.52% | - |
| HSV(B) | 23.84º | 0.71% | 0.81% | - |
| XYZ | 32.75 | 26.4 | 7.65 | - |
| YUV | 137.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 60 | 0 | 0.43 | 0.71 | 0.19 | 23.84 | 0.6 | 0.52 |
| Hex | CE | 76 | 3C | 0 | 2B | 47 | 13 | 18 | 3C | 34 |
| Octal | 316 | 166 | 74 | 0 | 53 | 107 | 23 | 30 | 74 | 64 |
| Binary | 11001110 | 1110110 | 111100 | 0 | 101011 | 1000111 | 10011 | 11000 | 111100 | 110100 |
Color Harmonies of #CE763C
Complementary color
Monochromatic Colors of #CE763C
Black with #CE763C
Text Example
Text Example
White with #CE763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE763C; }
p { color: rgb(206,118,60); }
H1.HeaderClassName
{
color: #CE763C;
}
.AnyTagClassName
{
color: #CE763C;
}
</style>
background-color css
<style>
a { background-color: #CE763C; }
a { background-color: rgb(206,118,60); }
div.DivClassName
{
background-color: #CE763C;
}
.BgClassName
{
background-color: #CE763C;
}
</style>
border-color css
<style>
span { border-color: #CE763C; }
span { border-color: rgb(206,118,60); }
td.TdClassName
{
border-color: #CE763C;
}
.TagClassName
{
border-color: #CE763C;
}
</style>