Shades of Eunry #CEA6A1
Tints of Eunry #CEA6A1
RGB
CMYK
RGB Variations
Color information
#CEA6A1 (or 0xCEA6A1) is known color: Eunry. HEX triplet: CE, A6 and A1. RGB value is (206,166,161). Sum of RGB (Red+Green+Blue) = 206+166+161=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA6A1 is #31595E. Grayscale: #B1B1B1. Windows color (decimal): -3234143 or 10593998. OLE color: 10593998.
HSL color Cylindrical-coordinate representation of color #CEA6A1: hue angle of 6.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 #CEA6A1 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 161 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.19 |
| HSL | 6.67º | 0.31% | 0.72% | - |
| HSV(B) | 6.67º | 0.22% | 0.81% | - |
| XYZ | 45.52 | 42.97 | 39.61 | - |
| YUV | 177.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 161 | 0 | 0.19 | 0.22 | 0.19 | 6.67 | 0.31 | 0.72 |
| Hex | CE | A6 | A1 | 0 | 13 | 16 | 13 | 7 | 1F | 48 |
| Octal | 316 | 246 | 241 | 0 | 23 | 26 | 23 | 7 | 37 | 110 |
| Binary | 11001110 | 10100110 | 10100001 | 0 | 10011 | 10110 | 10011 | 111 | 11111 | 1001000 |
Color Harmonies of #CEA6A1
Complementary color
Monochromatic Colors of #CEA6A1
Black with #CEA6A1
Text Example
Text Example
White with #CEA6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6A1; }
p { color: rgb(206,166,161); }
H1.HeaderClassName
{
color: #CEA6A1;
}
.AnyTagClassName
{
color: #CEA6A1;
}
</style>
background-color css
<style>
a { background-color: #CEA6A1; }
a { background-color: rgb(206,166,161); }
div.DivClassName
{
background-color: #CEA6A1;
}
.BgClassName
{
background-color: #CEA6A1;
}
</style>
border-color css
<style>
span { border-color: #CEA6A1; }
span { border-color: rgb(206,166,161); }
td.TdClassName
{
border-color: #CEA6A1;
}
.TagClassName
{
border-color: #CEA6A1;
}
</style>