Shades of Eunry #D5ABA0
Tints of Eunry #D5ABA0
RGB
CMYK
RGB Variations
Color information
#D5ABA0 (or 0xD5ABA0) is known color: Eunry. HEX triplet: D5, AB and A0. RGB value is (213,171,160). Sum of RGB (Red+Green+Blue) = 213+171+160=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABA0 is #2A545F. Grayscale: #B6B6B6. Windows color (decimal): -2774112 or 10529749. OLE color: 10529749.
HSL color Cylindrical-coordinate representation of color #D5ABA0: hue angle of 12.45º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5ABA0 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 160 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.16 |
| HSL | 12.45º | 0.39% | 0.73% | - |
| HSV(B) | 12.45º | 0.25% | 0.84% | - |
| XYZ | 48.35 | 45.81 | 39.55 | - |
| YUV | 182.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 160 | 0 | 0.20 | 0.25 | 0.16 | 12.45 | 0.39 | 0.73 |
| Hex | D5 | AB | A0 | 0 | 14 | 19 | 10 | C | 27 | 49 |
| Octal | 325 | 253 | 240 | 0 | 24 | 31 | 20 | 14 | 47 | 111 |
| Binary | 11010101 | 10101011 | 10100000 | 0 | 10100 | 11001 | 10000 | 1100 | 100111 | 1001001 |
Color Harmonies of #D5ABA0
Complementary color
Monochromatic Colors of #D5ABA0
Black with #D5ABA0
Text Example
Text Example
White with #D5ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABA0; }
p { color: rgb(213,171,160); }
H1.HeaderClassName
{
color: #D5ABA0;
}
.AnyTagClassName
{
color: #D5ABA0;
}
</style>
background-color css
<style>
a { background-color: #D5ABA0; }
a { background-color: rgb(213,171,160); }
div.DivClassName
{
background-color: #D5ABA0;
}
.BgClassName
{
background-color: #D5ABA0;
}
</style>
border-color css
<style>
span { border-color: #D5ABA0; }
span { border-color: rgb(213,171,160); }
td.TdClassName
{
border-color: #D5ABA0;
}
.TagClassName
{
border-color: #D5ABA0;
}
</style>