Shades of Zest #CE753D
Tints of Zest #CE753D
RGB
CMYK
RGB Variations
Color information
#CE753D (or 0xCE753D) is known color: Zest. HEX triplet: CE, 75 and 3D. RGB value is (206,117,61). Sum of RGB (Red+Green+Blue) = 206+117+61=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE753D is #318AC2. Grayscale: #898989. Windows color (decimal): -3246787 or 4027854. OLE color: 4027854.
HSL color Cylindrical-coordinate representation of color #CE753D: hue angle of 23.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE753D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 61 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.19 |
| HSL | 23.17º | 0.6% | 0.52% | - |
| HSV(B) | 23.17º | 0.7% | 0.81% | - |
| XYZ | 32.66 | 26.18 | 7.75 | - |
| YUV | 137.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 61 | 0 | 0.43 | 0.70 | 0.19 | 23.17 | 0.6 | 0.52 |
| Hex | CE | 75 | 3D | 0 | 2B | 46 | 13 | 17 | 3C | 34 |
| Octal | 316 | 165 | 75 | 0 | 53 | 106 | 23 | 27 | 74 | 64 |
| Binary | 11001110 | 1110101 | 111101 | 0 | 101011 | 1000110 | 10011 | 10111 | 111100 | 110100 |
Color Harmonies of #CE753D
Complementary color
Monochromatic Colors of #CE753D
Black with #CE753D
Text Example
Text Example
White with #CE753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE753D; }
p { color: rgb(206,117,61); }
H1.HeaderClassName
{
color: #CE753D;
}
.AnyTagClassName
{
color: #CE753D;
}
</style>
background-color css
<style>
a { background-color: #CE753D; }
a { background-color: rgb(206,117,61); }
div.DivClassName
{
background-color: #CE753D;
}
.BgClassName
{
background-color: #CE753D;
}
</style>
border-color css
<style>
span { border-color: #CE753D; }
span { border-color: rgb(206,117,61); }
td.TdClassName
{
border-color: #CE753D;
}
.TagClassName
{
border-color: #CE753D;
}
</style>