Shades of Eunry #CEAA9F
Tints of Eunry #CEAA9F
RGB
CMYK
RGB Variations
Color information
#CEAA9F (or 0xCEAA9F) is known color: Eunry. HEX triplet: CE, AA and 9F. RGB value is (206,170,159). Sum of RGB (Red+Green+Blue) = 206+170+159=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA9F is #315560. Grayscale: #B3B3B3. Windows color (decimal): -3233121 or 10463950. OLE color: 10463950.
HSL color Cylindrical-coordinate representation of color #CEAA9F: hue angle of 14.04º 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 #CEAA9F is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 159 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.19 |
| HSL | 14.04º | 0.32% | 0.72% | - |
| HSV(B) | 14.04º | 0.23% | 0.81% | - |
| XYZ | 46.09 | 44.37 | 38.94 | - |
| YUV | 179.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 159 | 0 | 0.17 | 0.23 | 0.19 | 14.04 | 0.32 | 0.72 |
| Hex | CE | AA | 9F | 0 | 11 | 17 | 13 | E | 20 | 48 |
| Octal | 316 | 252 | 237 | 0 | 21 | 27 | 23 | 16 | 40 | 110 |
| Binary | 11001110 | 10101010 | 10011111 | 0 | 10001 | 10111 | 10011 | 1110 | 100000 | 1001000 |
Color Harmonies of #CEAA9F
Complementary color
Monochromatic Colors of #CEAA9F
Black with #CEAA9F
Text Example
Text Example
White with #CEAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA9F; }
p { color: rgb(206,170,159); }
H1.HeaderClassName
{
color: #CEAA9F;
}
.AnyTagClassName
{
color: #CEAA9F;
}
</style>
background-color css
<style>
a { background-color: #CEAA9F; }
a { background-color: rgb(206,170,159); }
div.DivClassName
{
background-color: #CEAA9F;
}
.BgClassName
{
background-color: #CEAA9F;
}
</style>
border-color css
<style>
span { border-color: #CEAA9F; }
span { border-color: rgb(206,170,159); }
td.TdClassName
{
border-color: #CEAA9F;
}
.TagClassName
{
border-color: #CEAA9F;
}
</style>