Shades of Eunry #CEA4A1
Tints of Eunry #CEA4A1
RGB
CMYK
RGB Variations
Color information
#CEA4A1 (or 0xCEA4A1) is known color: Eunry. HEX triplet: CE, A4 and A1. RGB value is (206,164,161). Sum of RGB (Red+Green+Blue) = 206+164+161=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA4A1 is #315B5E. Grayscale: #B0B0B0. Windows color (decimal): -3234655 or 10593486. OLE color: 10593486.
HSL color Cylindrical-coordinate representation of color #CEA4A1: hue angle of 4º 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 #CEA4A1 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 161 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.19 |
| HSL | 4º | 0.31% | 0.72% | - |
| HSV(B) | 4º | 0.22% | 0.81% | - |
| XYZ | 45.16 | 42.25 | 39.49 | - |
| YUV | 176.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 161 | 0 | 0.20 | 0.22 | 0.19 | 4 | 0.31 | 0.72 |
| Hex | CE | A4 | A1 | 0 | 14 | 16 | 13 | 4 | 1F | 48 |
| Octal | 316 | 244 | 241 | 0 | 24 | 26 | 23 | 4 | 37 | 110 |
| Binary | 11001110 | 10100100 | 10100001 | 0 | 10100 | 10110 | 10011 | 100 | 11111 | 1001000 |
Color Harmonies of #CEA4A1
Complementary color
Monochromatic Colors of #CEA4A1
Black with #CEA4A1
Text Example
Text Example
White with #CEA4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4A1; }
p { color: rgb(206,164,161); }
H1.HeaderClassName
{
color: #CEA4A1;
}
.AnyTagClassName
{
color: #CEA4A1;
}
</style>
background-color css
<style>
a { background-color: #CEA4A1; }
a { background-color: rgb(206,164,161); }
div.DivClassName
{
background-color: #CEA4A1;
}
.BgClassName
{
background-color: #CEA4A1;
}
</style>
border-color css
<style>
span { border-color: #CEA4A1; }
span { border-color: rgb(206,164,161); }
td.TdClassName
{
border-color: #CEA4A1;
}
.TagClassName
{
border-color: #CEA4A1;
}
</style>