Shades of Eunry #CEA19E
Tints of Eunry #CEA19E
RGB
CMYK
RGB Variations
Color information
#CEA19E (or 0xCEA19E) is known color: Eunry. HEX triplet: CE, A1 and 9E. RGB value is (206,161,158). Sum of RGB (Red+Green+Blue) = 206+161+158=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA19E is #315E61. Grayscale: #AEAEAE. Windows color (decimal): -3235426 or 10396110. OLE color: 10396110.
HSL color Cylindrical-coordinate representation of color #CEA19E: hue angle of 3.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 #CEA19E is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 158 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.19 |
| HSL | 3.75º | 0.33% | 0.71% | - |
| HSV(B) | 3.75º | 0.23% | 0.81% | - |
| XYZ | 44.37 | 41.08 | 37.94 | - |
| YUV | 174.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 158 | 0 | 0.22 | 0.23 | 0.19 | 3.75 | 0.33 | 0.71 |
| Hex | CE | A1 | 9E | 0 | 16 | 17 | 13 | 4 | 21 | 47 |
| Octal | 316 | 241 | 236 | 0 | 26 | 27 | 23 | 4 | 41 | 107 |
| Binary | 11001110 | 10100001 | 10011110 | 0 | 10110 | 10111 | 10011 | 100 | 100001 | 1000111 |
Color Harmonies of #CEA19E
Complementary color
Monochromatic Colors of #CEA19E
Black with #CEA19E
Text Example
Text Example
White with #CEA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA19E; }
p { color: rgb(206,161,158); }
H1.HeaderClassName
{
color: #CEA19E;
}
.AnyTagClassName
{
color: #CEA19E;
}
</style>
background-color css
<style>
a { background-color: #CEA19E; }
a { background-color: rgb(206,161,158); }
div.DivClassName
{
background-color: #CEA19E;
}
.BgClassName
{
background-color: #CEA19E;
}
</style>
border-color css
<style>
span { border-color: #CEA19E; }
span { border-color: rgb(206,161,158); }
td.TdClassName
{
border-color: #CEA19E;
}
.TagClassName
{
border-color: #CEA19E;
}
</style>