Shades of Eunry #CE9F99
Tints of Eunry #CE9F99
RGB
CMYK
RGB Variations
Color information
#CE9F99 (or 0xCE9F99) is known color: Eunry. HEX triplet: CE, 9F and 99. RGB value is (206,159,153). Sum of RGB (Red+Green+Blue) = 206+159+153=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F99 is #316066. Grayscale: #ACACAC. Windows color (decimal): -3235943 or 10067918. OLE color: 10067918.
HSL color Cylindrical-coordinate representation of color #CE9F99: hue angle of 6.79º 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 #CE9F99 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 153 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.19 |
| HSL | 6.79º | 0.35% | 0.7% | - |
| HSV(B) | 6.79º | 0.26% | 0.81% | - |
| XYZ | 43.6 | 40.22 | 35.6 | - |
| YUV | 172.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 153 | 0 | 0.23 | 0.26 | 0.19 | 6.79 | 0.35 | 0.7 |
| Hex | CE | 9F | 99 | 0 | 17 | 1A | 13 | 7 | 23 | 46 |
| Octal | 316 | 237 | 231 | 0 | 27 | 32 | 23 | 7 | 43 | 106 |
| Binary | 11001110 | 10011111 | 10011001 | 0 | 10111 | 11010 | 10011 | 111 | 100011 | 1000110 |
Color Harmonies of #CE9F99
Complementary color
Monochromatic Colors of #CE9F99
Black with #CE9F99
Text Example
Text Example
White with #CE9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F99; }
p { color: rgb(206,159,153); }
H1.HeaderClassName
{
color: #CE9F99;
}
.AnyTagClassName
{
color: #CE9F99;
}
</style>
background-color css
<style>
a { background-color: #CE9F99; }
a { background-color: rgb(206,159,153); }
div.DivClassName
{
background-color: #CE9F99;
}
.BgClassName
{
background-color: #CE9F99;
}
</style>
border-color css
<style>
span { border-color: #CE9F99; }
span { border-color: rgb(206,159,153); }
td.TdClassName
{
border-color: #CE9F99;
}
.TagClassName
{
border-color: #CE9F99;
}
</style>