Shades of Eunry #CE9E99
Tints of Eunry #CE9E99
RGB
CMYK
RGB Variations
Color information
#CE9E99 (or 0xCE9E99) is known color: Eunry. HEX triplet: CE, 9E and 99. RGB value is (206,158,153). Sum of RGB (Red+Green+Blue) = 206+158+153=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E99 is #316166. Grayscale: #ABABAB. Windows color (decimal): -3236199 or 10067662. OLE color: 10067662.
HSL color Cylindrical-coordinate representation of color #CE9E99: hue angle of 5.66º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE9E99 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 153 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.19 |
| HSL | 5.66º | 0.35% | 0.7% | - |
| HSV(B) | 5.66º | 0.26% | 0.81% | - |
| XYZ | 43.43 | 39.88 | 35.54 | - |
| YUV | 171.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 153 | 0 | 0.23 | 0.26 | 0.19 | 5.66 | 0.35 | 0.7 |
| Hex | CE | 9E | 99 | 0 | 17 | 1A | 13 | 6 | 23 | 46 |
| Octal | 316 | 236 | 231 | 0 | 27 | 32 | 23 | 6 | 43 | 106 |
| Binary | 11001110 | 10011110 | 10011001 | 0 | 10111 | 11010 | 10011 | 110 | 100011 | 1000110 |
Color Harmonies of #CE9E99
Complementary color
Monochromatic Colors of #CE9E99
Black with #CE9E99
Text Example
Text Example
White with #CE9E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E99; }
p { color: rgb(206,158,153); }
H1.HeaderClassName
{
color: #CE9E99;
}
.AnyTagClassName
{
color: #CE9E99;
}
</style>
background-color css
<style>
a { background-color: #CE9E99; }
a { background-color: rgb(206,158,153); }
div.DivClassName
{
background-color: #CE9E99;
}
.BgClassName
{
background-color: #CE9E99;
}
</style>
border-color css
<style>
span { border-color: #CE9E99; }
span { border-color: rgb(206,158,153); }
td.TdClassName
{
border-color: #CE9E99;
}
.TagClassName
{
border-color: #CE9E99;
}
</style>