Shades of Eunry #D0A2A2
Tints of Eunry #D0A2A2
RGB
CMYK
RGB Variations
Color information
#D0A2A2 (or 0xD0A2A2) is known color: Eunry. HEX triplet: D0, A2 and A2. RGB value is (208,162,162). Sum of RGB (Red+Green+Blue) = 208+162+162=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A2A2 is #2F5D5D. Grayscale: #AFAFAF. Windows color (decimal): -3104094 or 10658512. OLE color: 10658512.
HSL color Cylindrical-coordinate representation of color #D0A2A2: hue angle of 0º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2A2 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 162 | 162 | - |
CMYK | 0 | 0.22 | 0.22 | 0.18 |
HSL | 0º | 0.33% | 0.73% | - |
HSV(B) | 0º | 0.22% | 0.82% | - |
XYZ | 45.45 | 41.86 | 39.87 | - |
YUV | 175.75 | 120.24 | 151 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 162 | 162 | 0 | 0.22 | 0.22 | 0.18 | 0 | 0.33 | 0.73 |
Hex | D0 | A2 | A2 | 0 | 16 | 16 | 12 | 0 | 21 | 49 |
Octal | 320 | 242 | 242 | 0 | 26 | 26 | 22 | 0 | 41 | 111 |
Binary | 11010000 | 10100010 | 10100010 | 0 | 10110 | 10110 | 10010 | 0 | 100001 | 1001001 |
Color Harmonies of #D0A2A2
Complementary color
Monochromatic Colors of #D0A2A2
Black with #D0A2A2
Text Example
Text Example
White with #D0A2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2A2; }
p { color: rgb(208,162,162); }
H1.HeaderClassName
{
color: #D0A2A2;
}
.AnyTagClassName
{
color: #D0A2A2;
}
</style>
background-color css
<style>
a { background-color: #D0A2A2; }
a { background-color: rgb(208,162,162); }
div.DivClassName
{
background-color: #D0A2A2;
}
.BgClassName
{
background-color: #D0A2A2;
}
</style>
border-color css
<style>
span { border-color: #D0A2A2; }
span { border-color: rgb(208,162,162); }
td.TdClassName
{
border-color: #D0A2A2;
}
.TagClassName
{
border-color: #D0A2A2;
}
</style>