Shades of Eunry #D0A6A0
Tints of Eunry #D0A6A0
RGB
CMYK
RGB Variations
Color information
#D0A6A0 (or 0xD0A6A0) is known color: Eunry. HEX triplet: D0, A6 and A0. RGB value is (208,166,160). Sum of RGB (Red+Green+Blue) = 208+166+160=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6A0 is #2F595F. Grayscale: #B1B1B1. Windows color (decimal): -3103072 or 10528464. OLE color: 10528464.
HSL color Cylindrical-coordinate representation of color #D0A6A0: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A6A0 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 160 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.18 |
| HSL | 7.5º | 0.34% | 0.72% | - |
| HSV(B) | 7.5º | 0.23% | 0.82% | - |
| XYZ | 45.99 | 43.22 | 39.18 | - |
| YUV | 177.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 160 | 0 | 0.20 | 0.23 | 0.18 | 7.5 | 0.34 | 0.72 |
| Hex | D0 | A6 | A0 | 0 | 14 | 17 | 12 | 8 | 22 | 48 |
| Octal | 320 | 246 | 240 | 0 | 24 | 27 | 22 | 10 | 42 | 110 |
| Binary | 11010000 | 10100110 | 10100000 | 0 | 10100 | 10111 | 10010 | 1000 | 100010 | 1001000 |
Color Harmonies of #D0A6A0
Complementary color
Monochromatic Colors of #D0A6A0
Black with #D0A6A0
Text Example
Text Example
White with #D0A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6A0; }
p { color: rgb(208,166,160); }
H1.HeaderClassName
{
color: #D0A6A0;
}
.AnyTagClassName
{
color: #D0A6A0;
}
</style>
background-color css
<style>
a { background-color: #D0A6A0; }
a { background-color: rgb(208,166,160); }
div.DivClassName
{
background-color: #D0A6A0;
}
.BgClassName
{
background-color: #D0A6A0;
}
</style>
border-color css
<style>
span { border-color: #D0A6A0; }
span { border-color: rgb(208,166,160); }
td.TdClassName
{
border-color: #D0A6A0;
}
.TagClassName
{
border-color: #D0A6A0;
}
</style>