Shades of Zest #CE6E3F
Tints of Zest #CE6E3F
RGB
CMYK
RGB Variations
Color information
#CE6E3F (or 0xCE6E3F) is known color: Zest. HEX triplet: CE, 6E and 3F. RGB value is (206,110,63). Sum of RGB (Red+Green+Blue) = 206+110+63=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E3F is #3191C0. Grayscale: #858585. Windows color (decimal): -3248577 or 4157134. OLE color: 4157134.
HSL color Cylindrical-coordinate representation of color #CE6E3F: hue angle of 19.72º 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 #CE6E3F is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 63 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.19 |
| HSL | 19.72º | 0.59% | 0.53% | - |
| HSV(B) | 19.72º | 0.69% | 0.81% | - |
| XYZ | 31.93 | 24.63 | 7.77 | - |
| YUV | 133.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 63 | 0 | 0.47 | 0.69 | 0.19 | 19.72 | 0.59 | 0.53 |
| Hex | CE | 6E | 3F | 0 | 2F | 45 | 13 | 14 | 3B | 35 |
| Octal | 316 | 156 | 77 | 0 | 57 | 105 | 23 | 24 | 73 | 65 |
| Binary | 11001110 | 1101110 | 111111 | 0 | 101111 | 1000101 | 10011 | 10100 | 111011 | 110101 |
Color Harmonies of #CE6E3F
Complementary color
Monochromatic Colors of #CE6E3F
Black with #CE6E3F
Text Example
Text Example
White with #CE6E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E3F; }
p { color: rgb(206,110,63); }
H1.HeaderClassName
{
color: #CE6E3F;
}
.AnyTagClassName
{
color: #CE6E3F;
}
</style>
background-color css
<style>
a { background-color: #CE6E3F; }
a { background-color: rgb(206,110,63); }
div.DivClassName
{
background-color: #CE6E3F;
}
.BgClassName
{
background-color: #CE6E3F;
}
</style>
border-color css
<style>
span { border-color: #CE6E3F; }
span { border-color: rgb(206,110,63); }
td.TdClassName
{
border-color: #CE6E3F;
}
.TagClassName
{
border-color: #CE6E3F;
}
</style>