Shades of Zest #CE763B
Tints of Zest #CE763B
RGB
CMYK
RGB Variations
Color information
#CE763B (or 0xCE763B) is known color: Zest. HEX triplet: CE, 76 and 3B. RGB value is (206,118,59). Sum of RGB (Red+Green+Blue) = 206+118+59=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE763B is #3189C4. Grayscale: #898989. Windows color (decimal): -3246533 or 3897038. OLE color: 3897038.
HSL color Cylindrical-coordinate representation of color #CE763B: hue angle of 24.08º 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 #CE763B is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 59 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.19 |
| HSL | 24.08º | 0.6% | 0.52% | - |
| HSV(B) | 24.08º | 0.71% | 0.81% | - |
| XYZ | 32.72 | 26.39 | 7.51 | - |
| YUV | 137.59 | 83.65 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 59 | 0 | 0.43 | 0.71 | 0.19 | 24.08 | 0.6 | 0.52 |
| Hex | CE | 76 | 3B | 0 | 2B | 47 | 13 | 18 | 3C | 34 |
| Octal | 316 | 166 | 73 | 0 | 53 | 107 | 23 | 30 | 74 | 64 |
| Binary | 11001110 | 1110110 | 111011 | 0 | 101011 | 1000111 | 10011 | 11000 | 111100 | 110100 |
Color Harmonies of #CE763B
Complementary color
Monochromatic Colors of #CE763B
Black with #CE763B
Text Example
Text Example
White with #CE763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE763B; }
p { color: rgb(206,118,59); }
H1.HeaderClassName
{
color: #CE763B;
}
.AnyTagClassName
{
color: #CE763B;
}
</style>
background-color css
<style>
a { background-color: #CE763B; }
a { background-color: rgb(206,118,59); }
div.DivClassName
{
background-color: #CE763B;
}
.BgClassName
{
background-color: #CE763B;
}
</style>
border-color css
<style>
span { border-color: #CE763B; }
span { border-color: rgb(206,118,59); }
td.TdClassName
{
border-color: #CE763B;
}
.TagClassName
{
border-color: #CE763B;
}
</style>