Shades of Zest #CE753F
Tints of Zest #CE753F
RGB
CMYK
RGB Variations
Color information
#CE753F (or 0xCE753F) is known color: Zest. HEX triplet: CE, 75 and 3F. RGB value is (206,117,63). Sum of RGB (Red+Green+Blue) = 206+117+63=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE753F is #318AC0. Grayscale: #898989. Windows color (decimal): -3246785 or 4158926. OLE color: 4158926.
HSL color Cylindrical-coordinate representation of color #CE753F: hue angle of 22.66º 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 #CE753F is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 63 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.19 |
| HSL | 22.66º | 0.59% | 0.53% | - |
| HSV(B) | 22.66º | 0.69% | 0.81% | - |
| XYZ | 32.71 | 26.2 | 8.04 | - |
| YUV | 137.46 | 85.99 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 63 | 0 | 0.43 | 0.69 | 0.19 | 22.66 | 0.59 | 0.53 |
| Hex | CE | 75 | 3F | 0 | 2B | 45 | 13 | 17 | 3B | 35 |
| Octal | 316 | 165 | 77 | 0 | 53 | 105 | 23 | 27 | 73 | 65 |
| Binary | 11001110 | 1110101 | 111111 | 0 | 101011 | 1000101 | 10011 | 10111 | 111011 | 110101 |
Color Harmonies of #CE753F
Complementary color
Monochromatic Colors of #CE753F
Black with #CE753F
Text Example
Text Example
White with #CE753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE753F; }
p { color: rgb(206,117,63); }
H1.HeaderClassName
{
color: #CE753F;
}
.AnyTagClassName
{
color: #CE753F;
}
</style>
background-color css
<style>
a { background-color: #CE753F; }
a { background-color: rgb(206,117,63); }
div.DivClassName
{
background-color: #CE753F;
}
.BgClassName
{
background-color: #CE753F;
}
</style>
border-color css
<style>
span { border-color: #CE753F; }
span { border-color: rgb(206,117,63); }
td.TdClassName
{
border-color: #CE753F;
}
.TagClassName
{
border-color: #CE753F;
}
</style>