Shades of Eunry #CEAB9E
Tints of Eunry #CEAB9E
RGB
CMYK
RGB Variations
Color information
#CEAB9E (or 0xCEAB9E) is known color: Eunry. HEX triplet: CE, AB and 9E. RGB value is (206,171,158). Sum of RGB (Red+Green+Blue) = 206+171+158=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB9E is #315461. Grayscale: #B4B4B4. Windows color (decimal): -3232866 or 10398670. OLE color: 10398670.
HSL color Cylindrical-coordinate representation of color #CEAB9E: hue angle of 16.25º 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 #CEAB9E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 158 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.19 |
| HSL | 16.25º | 0.33% | 0.71% | - |
| HSV(B) | 16.25º | 0.23% | 0.81% | - |
| XYZ | 46.19 | 44.72 | 38.54 | - |
| YUV | 179.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 158 | 0 | 0.17 | 0.23 | 0.19 | 16.25 | 0.33 | 0.71 |
| Hex | CE | AB | 9E | 0 | 11 | 17 | 13 | 10 | 21 | 47 |
| Octal | 316 | 253 | 236 | 0 | 21 | 27 | 23 | 20 | 41 | 107 |
| Binary | 11001110 | 10101011 | 10011110 | 0 | 10001 | 10111 | 10011 | 10000 | 100001 | 1000111 |
Color Harmonies of #CEAB9E
Complementary color
Monochromatic Colors of #CEAB9E
Black with #CEAB9E
Text Example
Text Example
White with #CEAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB9E; }
p { color: rgb(206,171,158); }
H1.HeaderClassName
{
color: #CEAB9E;
}
.AnyTagClassName
{
color: #CEAB9E;
}
</style>
background-color css
<style>
a { background-color: #CEAB9E; }
a { background-color: rgb(206,171,158); }
div.DivClassName
{
background-color: #CEAB9E;
}
.BgClassName
{
background-color: #CEAB9E;
}
</style>
border-color css
<style>
span { border-color: #CEAB9E; }
span { border-color: rgb(206,171,158); }
td.TdClassName
{
border-color: #CEAB9E;
}
.TagClassName
{
border-color: #CEAB9E;
}
</style>