Shades of Eunry #CEA8A4
Tints of Eunry #CEA8A4
RGB
CMYK
RGB Variations
Color information
#CEA8A4 (or 0xCEA8A4) is known color: Eunry. HEX triplet: CE, A8 and A4. RGB value is (206,168,164). Sum of RGB (Red+Green+Blue) = 206+168+164=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8A4 is #31575B. Grayscale: #B2B2B2. Windows color (decimal): -3233628 or 10791118. OLE color: 10791118.
HSL color Cylindrical-coordinate representation of color #CEA8A4: hue angle of 5.71º 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 #CEA8A4 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 164 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.19 |
| HSL | 5.71º | 0.3% | 0.73% | - |
| HSV(B) | 5.71º | 0.2% | 0.81% | - |
| XYZ | 46.16 | 43.81 | 41.14 | - |
| YUV | 178.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 164 | 0 | 0.18 | 0.20 | 0.19 | 5.71 | 0.3 | 0.73 |
| Hex | CE | A8 | A4 | 0 | 12 | 14 | 13 | 6 | 1E | 49 |
| Octal | 316 | 250 | 244 | 0 | 22 | 24 | 23 | 6 | 36 | 111 |
| Binary | 11001110 | 10101000 | 10100100 | 0 | 10010 | 10100 | 10011 | 110 | 11110 | 1001001 |
Color Harmonies of #CEA8A4
Complementary color
Monochromatic Colors of #CEA8A4
Black with #CEA8A4
Text Example
Text Example
White with #CEA8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8A4; }
p { color: rgb(206,168,164); }
H1.HeaderClassName
{
color: #CEA8A4;
}
.AnyTagClassName
{
color: #CEA8A4;
}
</style>
background-color css
<style>
a { background-color: #CEA8A4; }
a { background-color: rgb(206,168,164); }
div.DivClassName
{
background-color: #CEA8A4;
}
.BgClassName
{
background-color: #CEA8A4;
}
</style>
border-color css
<style>
span { border-color: #CEA8A4; }
span { border-color: rgb(206,168,164); }
td.TdClassName
{
border-color: #CEA8A4;
}
.TagClassName
{
border-color: #CEA8A4;
}
</style>