Shades of Eunry #CEA5A4
Tints of Eunry #CEA5A4
RGB
CMYK
RGB Variations
Color information
#CEA5A4 (or 0xCEA5A4) is known color: Eunry. HEX triplet: CE, A5 and A4. RGB value is (206,165,164). Sum of RGB (Red+Green+Blue) = 206+165+164=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA5A4 is #315A5B. Grayscale: #B1B1B1. Windows color (decimal): -3234396 or 10790350. OLE color: 10790350.
HSL color Cylindrical-coordinate representation of color #CEA5A4: hue angle of 1.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA5A4 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 164 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.19 |
| HSL | 1.43º | 0.3% | 0.73% | - |
| HSV(B) | 1.43º | 0.2% | 0.81% | - |
| XYZ | 45.61 | 42.71 | 40.96 | - |
| YUV | 177.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 164 | 0 | 0.20 | 0.20 | 0.19 | 1.43 | 0.3 | 0.73 |
| Hex | CE | A5 | A4 | 0 | 14 | 14 | 13 | 1 | 1E | 49 |
| Octal | 316 | 245 | 244 | 0 | 24 | 24 | 23 | 1 | 36 | 111 |
| Binary | 11001110 | 10100101 | 10100100 | 0 | 10100 | 10100 | 10011 | 1 | 11110 | 1001001 |
Color Harmonies of #CEA5A4
Complementary color
Monochromatic Colors of #CEA5A4
Black with #CEA5A4
Text Example
Text Example
White with #CEA5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5A4; }
p { color: rgb(206,165,164); }
H1.HeaderClassName
{
color: #CEA5A4;
}
.AnyTagClassName
{
color: #CEA5A4;
}
</style>
background-color css
<style>
a { background-color: #CEA5A4; }
a { background-color: rgb(206,165,164); }
div.DivClassName
{
background-color: #CEA5A4;
}
.BgClassName
{
background-color: #CEA5A4;
}
</style>
border-color css
<style>
span { border-color: #CEA5A4; }
span { border-color: rgb(206,165,164); }
td.TdClassName
{
border-color: #CEA5A4;
}
.TagClassName
{
border-color: #CEA5A4;
}
</style>