Shades of Eunry #CEA7A1
Tints of Eunry #CEA7A1
RGB
CMYK
RGB Variations
Color information
#CEA7A1 (or 0xCEA7A1) is known color: Eunry. HEX triplet: CE, A7 and A1. RGB value is (206,167,161). Sum of RGB (Red+Green+Blue) = 206+167+161=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA7A1 is #31585E. Grayscale: #B2B2B2. Windows color (decimal): -3233887 or 10594254. OLE color: 10594254.
HSL color Cylindrical-coordinate representation of color #CEA7A1: hue angle of 8º 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 #CEA7A1 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 161 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.19 |
| HSL | 8º | 0.31% | 0.72% | - |
| HSV(B) | 8º | 0.22% | 0.81% | - |
| XYZ | 45.71 | 43.33 | 39.67 | - |
| YUV | 177.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 161 | 0 | 0.19 | 0.22 | 0.19 | 8 | 0.31 | 0.72 |
| Hex | CE | A7 | A1 | 0 | 13 | 16 | 13 | 8 | 1F | 48 |
| Octal | 316 | 247 | 241 | 0 | 23 | 26 | 23 | 10 | 37 | 110 |
| Binary | 11001110 | 10100111 | 10100001 | 0 | 10011 | 10110 | 10011 | 1000 | 11111 | 1001000 |
Color Harmonies of #CEA7A1
Complementary color
Monochromatic Colors of #CEA7A1
Black with #CEA7A1
Text Example
Text Example
White with #CEA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7A1; }
p { color: rgb(206,167,161); }
H1.HeaderClassName
{
color: #CEA7A1;
}
.AnyTagClassName
{
color: #CEA7A1;
}
</style>
background-color css
<style>
a { background-color: #CEA7A1; }
a { background-color: rgb(206,167,161); }
div.DivClassName
{
background-color: #CEA7A1;
}
.BgClassName
{
background-color: #CEA7A1;
}
</style>
border-color css
<style>
span { border-color: #CEA7A1; }
span { border-color: rgb(206,167,161); }
td.TdClassName
{
border-color: #CEA7A1;
}
.TagClassName
{
border-color: #CEA7A1;
}
</style>