Shades of Zest #CE6E3C
Tints of Zest #CE6E3C
RGB
CMYK
RGB Variations
Color information
#CE6E3C (or 0xCE6E3C) is known color: Zest. HEX triplet: CE, 6E and 3C. RGB value is (206,110,60). Sum of RGB (Red+Green+Blue) = 206+110+60=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E3C is #3191C3. Grayscale: #858585. Windows color (decimal): -3248580 or 3960526. OLE color: 3960526.
HSL color Cylindrical-coordinate representation of color #CE6E3C: hue angle of 20.55º 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 #CE6E3C is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 60 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.19 |
| HSL | 20.55º | 0.6% | 0.52% | - |
| HSV(B) | 20.55º | 0.71% | 0.81% | - |
| XYZ | 31.85 | 24.6 | 7.34 | - |
| YUV | 133 | 86.8 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 60 | 0 | 0.47 | 0.71 | 0.19 | 20.55 | 0.6 | 0.52 |
| Hex | CE | 6E | 3C | 0 | 2F | 47 | 13 | 15 | 3C | 34 |
| Octal | 316 | 156 | 74 | 0 | 57 | 107 | 23 | 25 | 74 | 64 |
| Binary | 11001110 | 1101110 | 111100 | 0 | 101111 | 1000111 | 10011 | 10101 | 111100 | 110100 |
Color Harmonies of #CE6E3C
Complementary color
Monochromatic Colors of #CE6E3C
Black with #CE6E3C
Text Example
Text Example
White with #CE6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E3C; }
p { color: rgb(206,110,60); }
H1.HeaderClassName
{
color: #CE6E3C;
}
.AnyTagClassName
{
color: #CE6E3C;
}
</style>
background-color css
<style>
a { background-color: #CE6E3C; }
a { background-color: rgb(206,110,60); }
div.DivClassName
{
background-color: #CE6E3C;
}
.BgClassName
{
background-color: #CE6E3C;
}
</style>
border-color css
<style>
span { border-color: #CE6E3C; }
span { border-color: rgb(206,110,60); }
td.TdClassName
{
border-color: #CE6E3C;
}
.TagClassName
{
border-color: #CE6E3C;
}
</style>