Shades of Eunry #D1A7A6
Tints of Eunry #D1A7A6
RGB
CMYK
RGB Variations
Color information
#D1A7A6 (or 0xD1A7A6) is known color: Eunry. HEX triplet: D1, A7 and A6. RGB value is (209,167,166). Sum of RGB (Red+Green+Blue) = 209+167+166=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A7A6 is #2E5859. Grayscale: #B3B3B3. Windows color (decimal): -3037274 or 10921937. OLE color: 10921937.
HSL color Cylindrical-coordinate representation of color #D1A7A6: hue angle of 1.4º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A7A6 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 166 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.18 |
| HSL | 1.4º | 0.32% | 0.74% | - |
| HSV(B) | 1.4º | 0.21% | 0.82% | - |
| XYZ | 47 | 43.95 | 42.08 | - |
| YUV | 179.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 166 | 0 | 0.20 | 0.21 | 0.18 | 1.4 | 0.32 | 0.74 |
| Hex | D1 | A7 | A6 | 0 | 14 | 15 | 12 | 1 | 20 | 4A |
| Octal | 321 | 247 | 246 | 0 | 24 | 25 | 22 | 1 | 40 | 112 |
| Binary | 11010001 | 10100111 | 10100110 | 0 | 10100 | 10101 | 10010 | 1 | 100000 | 1001010 |
Color Harmonies of #D1A7A6
Complementary color
Monochromatic Colors of #D1A7A6
Black with #D1A7A6
Text Example
Text Example
White with #D1A7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7A6; }
p { color: rgb(209,167,166); }
H1.HeaderClassName
{
color: #D1A7A6;
}
.AnyTagClassName
{
color: #D1A7A6;
}
</style>
background-color css
<style>
a { background-color: #D1A7A6; }
a { background-color: rgb(209,167,166); }
div.DivClassName
{
background-color: #D1A7A6;
}
.BgClassName
{
background-color: #D1A7A6;
}
</style>
border-color css
<style>
span { border-color: #D1A7A6; }
span { border-color: rgb(209,167,166); }
td.TdClassName
{
border-color: #D1A7A6;
}
.TagClassName
{
border-color: #D1A7A6;
}
</style>