Shades of Rose #D0A095
Tints of Rose #D0A095
RGB
CMYK
RGB Variations
Color information
#D0A095 (or 0xD0A095) is known color: Rose. HEX triplet: D0, A0 and 95. RGB value is (208,160,149). Sum of RGB (Red+Green+Blue) = 208+160+149=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A095 is #2F5F6A. Grayscale: #ADADAD. Windows color (decimal): -3104619 or 9806032. OLE color: 9806032.
HSL color Cylindrical-coordinate representation of color #D0A095: hue angle of 11.19º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0A095 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 149 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.18 |
| HSL | 11.19º | 0.39% | 0.7% | - |
| HSV(B) | 11.19º | 0.28% | 0.82% | - |
| XYZ | 44.01 | 40.72 | 33.97 | - |
| YUV | 173.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 149 | 0 | 0.23 | 0.28 | 0.18 | 11.19 | 0.39 | 0.7 |
| Hex | D0 | A0 | 95 | 0 | 17 | 1C | 12 | B | 27 | 46 |
| Octal | 320 | 240 | 225 | 0 | 27 | 34 | 22 | 13 | 47 | 106 |
| Binary | 11010000 | 10100000 | 10010101 | 0 | 10111 | 11100 | 10010 | 1011 | 100111 | 1000110 |
Color Harmonies of #D0A095
Complementary color
Monochromatic Colors of #D0A095
Black with #D0A095
Text Example
Text Example
White with #D0A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A095; }
p { color: rgb(208,160,149); }
H1.HeaderClassName
{
color: #D0A095;
}
.AnyTagClassName
{
color: #D0A095;
}
</style>
background-color css
<style>
a { background-color: #D0A095; }
a { background-color: rgb(208,160,149); }
div.DivClassName
{
background-color: #D0A095;
}
.BgClassName
{
background-color: #D0A095;
}
</style>
border-color css
<style>
span { border-color: #D0A095; }
span { border-color: rgb(208,160,149); }
td.TdClassName
{
border-color: #D0A095;
}
.TagClassName
{
border-color: #D0A095;
}
</style>