Shades of Eunry #CEA9A1
Tints of Eunry #CEA9A1
RGB
CMYK
RGB Variations
Color information
#CEA9A1 (or 0xCEA9A1) is known color: Eunry. HEX triplet: CE, A9 and A1. RGB value is (206,169,161). Sum of RGB (Red+Green+Blue) = 206+169+161=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9A1 is #31565E. Grayscale: #B3B3B3. Windows color (decimal): -3233375 or 10594766. OLE color: 10594766.
HSL color Cylindrical-coordinate representation of color #CEA9A1: hue angle of 10.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA9A1 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 161 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.19 |
| HSL | 10.67º | 0.31% | 0.72% | - |
| HSV(B) | 10.67º | 0.22% | 0.81% | - |
| XYZ | 46.07 | 44.07 | 39.8 | - |
| YUV | 179.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 161 | 0 | 0.18 | 0.22 | 0.19 | 10.67 | 0.31 | 0.72 |
| Hex | CE | A9 | A1 | 0 | 12 | 16 | 13 | B | 1F | 48 |
| Octal | 316 | 251 | 241 | 0 | 22 | 26 | 23 | 13 | 37 | 110 |
| Binary | 11001110 | 10101001 | 10100001 | 0 | 10010 | 10110 | 10011 | 1011 | 11111 | 1001000 |
Color Harmonies of #CEA9A1
Complementary color
Monochromatic Colors of #CEA9A1
Black with #CEA9A1
Text Example
Text Example
White with #CEA9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9A1; }
p { color: rgb(206,169,161); }
H1.HeaderClassName
{
color: #CEA9A1;
}
.AnyTagClassName
{
color: #CEA9A1;
}
</style>
background-color css
<style>
a { background-color: #CEA9A1; }
a { background-color: rgb(206,169,161); }
div.DivClassName
{
background-color: #CEA9A1;
}
.BgClassName
{
background-color: #CEA9A1;
}
</style>
border-color css
<style>
span { border-color: #CEA9A1; }
span { border-color: rgb(206,169,161); }
td.TdClassName
{
border-color: #CEA9A1;
}
.TagClassName
{
border-color: #CEA9A1;
}
</style>