Shades of Eunry #CEA09F
Tints of Eunry #CEA09F
RGB
CMYK
RGB Variations
Color information
#CEA09F (or 0xCEA09F) is known color: Eunry. HEX triplet: CE, A0 and 9F. RGB value is (206,160,159). Sum of RGB (Red+Green+Blue) = 206+160+159=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA09F is #315F60. Grayscale: #ADADAD. Windows color (decimal): -3235681 or 10461390. OLE color: 10461390.
HSL color Cylindrical-coordinate representation of color #CEA09F: hue angle of 1.28º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA09F is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 159 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.19 |
| HSL | 1.28º | 0.32% | 0.72% | - |
| HSV(B) | 1.28º | 0.23% | 0.81% | - |
| XYZ | 44.28 | 40.77 | 38.34 | - |
| YUV | 173.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 159 | 0 | 0.22 | 0.23 | 0.19 | 1.28 | 0.32 | 0.72 |
| Hex | CE | A0 | 9F | 0 | 16 | 17 | 13 | 1 | 20 | 48 |
| Octal | 316 | 240 | 237 | 0 | 26 | 27 | 23 | 1 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10011111 | 0 | 10110 | 10111 | 10011 | 1 | 100000 | 1001000 |
Color Harmonies of #CEA09F
Complementary color
Monochromatic Colors of #CEA09F
Black with #CEA09F
Text Example
Text Example
White with #CEA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA09F; }
p { color: rgb(206,160,159); }
H1.HeaderClassName
{
color: #CEA09F;
}
.AnyTagClassName
{
color: #CEA09F;
}
</style>
background-color css
<style>
a { background-color: #CEA09F; }
a { background-color: rgb(206,160,159); }
div.DivClassName
{
background-color: #CEA09F;
}
.BgClassName
{
background-color: #CEA09F;
}
</style>
border-color css
<style>
span { border-color: #CEA09F; }
span { border-color: rgb(206,160,159); }
td.TdClassName
{
border-color: #CEA09F;
}
.TagClassName
{
border-color: #CEA09F;
}
</style>