Shades of Eunry #CEA99E
Tints of Eunry #CEA99E
RGB
CMYK
RGB Variations
Color information
#CEA99E (or 0xCEA99E) is known color: Eunry. HEX triplet: CE, A9 and 9E. RGB value is (206,169,158). Sum of RGB (Red+Green+Blue) = 206+169+158=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA99E is #315661. Grayscale: #B2B2B2. Windows color (decimal): -3233378 or 10398158. OLE color: 10398158.
HSL color Cylindrical-coordinate representation of color #CEA99E: hue angle of 13.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA99E is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 158 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.19 |
| HSL | 13.75º | 0.33% | 0.71% | - |
| HSV(B) | 13.75º | 0.23% | 0.81% | - |
| XYZ | 45.81 | 43.97 | 38.42 | - |
| YUV | 178.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 158 | 0 | 0.18 | 0.23 | 0.19 | 13.75 | 0.33 | 0.71 |
| Hex | CE | A9 | 9E | 0 | 12 | 17 | 13 | E | 21 | 47 |
| Octal | 316 | 251 | 236 | 0 | 22 | 27 | 23 | 16 | 41 | 107 |
| Binary | 11001110 | 10101001 | 10011110 | 0 | 10010 | 10111 | 10011 | 1110 | 100001 | 1000111 |
Color Harmonies of #CEA99E
Complementary color
Monochromatic Colors of #CEA99E
Black with #CEA99E
Text Example
Text Example
White with #CEA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA99E; }
p { color: rgb(206,169,158); }
H1.HeaderClassName
{
color: #CEA99E;
}
.AnyTagClassName
{
color: #CEA99E;
}
</style>
background-color css
<style>
a { background-color: #CEA99E; }
a { background-color: rgb(206,169,158); }
div.DivClassName
{
background-color: #CEA99E;
}
.BgClassName
{
background-color: #CEA99E;
}
</style>
border-color css
<style>
span { border-color: #CEA99E; }
span { border-color: rgb(206,169,158); }
td.TdClassName
{
border-color: #CEA99E;
}
.TagClassName
{
border-color: #CEA99E;
}
</style>