Shades of Eunry #D7ABA0
Tints of Eunry #D7ABA0
RGB
CMYK
RGB Variations
Color information
#D7ABA0 (or 0xD7ABA0) is known color: Eunry. HEX triplet: D7, AB and A0. RGB value is (215,171,160). Sum of RGB (Red+Green+Blue) = 215+171+160=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ABA0 is #28545F. Grayscale: #B6B6B6. Windows color (decimal): -2643040 or 10529751. OLE color: 10529751.
HSL color Cylindrical-coordinate representation of color #D7ABA0: hue angle of 12º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7ABA0 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 160 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.16 |
| HSL | 12º | 0.41% | 0.74% | - |
| HSV(B) | 12º | 0.26% | 0.84% | - |
| XYZ | 48.93 | 46.11 | 39.58 | - |
| YUV | 182.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 160 | 0 | 0.20 | 0.26 | 0.16 | 12 | 0.41 | 0.74 |
| Hex | D7 | AB | A0 | 0 | 14 | 1A | 10 | C | 29 | 4A |
| Octal | 327 | 253 | 240 | 0 | 24 | 32 | 20 | 14 | 51 | 112 |
| Binary | 11010111 | 10101011 | 10100000 | 0 | 10100 | 11010 | 10000 | 1100 | 101001 | 1001010 |
Color Harmonies of #D7ABA0
Complementary color
Monochromatic Colors of #D7ABA0
Black with #D7ABA0
Text Example
Text Example
White with #D7ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABA0; }
p { color: rgb(215,171,160); }
H1.HeaderClassName
{
color: #D7ABA0;
}
.AnyTagClassName
{
color: #D7ABA0;
}
</style>
background-color css
<style>
a { background-color: #D7ABA0; }
a { background-color: rgb(215,171,160); }
div.DivClassName
{
background-color: #D7ABA0;
}
.BgClassName
{
background-color: #D7ABA0;
}
</style>
border-color css
<style>
span { border-color: #D7ABA0; }
span { border-color: rgb(215,171,160); }
td.TdClassName
{
border-color: #D7ABA0;
}
.TagClassName
{
border-color: #D7ABA0;
}
</style>