Shades of Eunry #CEA8A1
Tints of Eunry #CEA8A1
RGB
CMYK
RGB Variations
Color information
#CEA8A1 (or 0xCEA8A1) is known color: Eunry. HEX triplet: CE, A8 and A1. RGB value is (206,168,161). Sum of RGB (Red+Green+Blue) = 206+168+161=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8A1 is #31575E. Grayscale: #B2B2B2. Windows color (decimal): -3233631 or 10594510. OLE color: 10594510.
HSL color Cylindrical-coordinate representation of color #CEA8A1: hue angle of 9.33º 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 #CEA8A1 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 161 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.19 |
| HSL | 9.33º | 0.31% | 0.72% | - |
| HSV(B) | 9.33º | 0.22% | 0.81% | - |
| XYZ | 45.89 | 43.7 | 39.73 | - |
| YUV | 178.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 161 | 0 | 0.18 | 0.22 | 0.19 | 9.33 | 0.31 | 0.72 |
| Hex | CE | A8 | A1 | 0 | 12 | 16 | 13 | 9 | 1F | 48 |
| Octal | 316 | 250 | 241 | 0 | 22 | 26 | 23 | 11 | 37 | 110 |
| Binary | 11001110 | 10101000 | 10100001 | 0 | 10010 | 10110 | 10011 | 1001 | 11111 | 1001000 |
Color Harmonies of #CEA8A1
Complementary color
Monochromatic Colors of #CEA8A1
Black with #CEA8A1
Text Example
Text Example
White with #CEA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8A1; }
p { color: rgb(206,168,161); }
H1.HeaderClassName
{
color: #CEA8A1;
}
.AnyTagClassName
{
color: #CEA8A1;
}
</style>
background-color css
<style>
a { background-color: #CEA8A1; }
a { background-color: rgb(206,168,161); }
div.DivClassName
{
background-color: #CEA8A1;
}
.BgClassName
{
background-color: #CEA8A1;
}
</style>
border-color css
<style>
span { border-color: #CEA8A1; }
span { border-color: rgb(206,168,161); }
td.TdClassName
{
border-color: #CEA8A1;
}
.TagClassName
{
border-color: #CEA8A1;
}
</style>