Shades of Rose #D1A995
Tints of Rose #D1A995
RGB
CMYK
RGB Variations
Color information
#D1A995 (or 0xD1A995) is known color: Rose. HEX triplet: D1, A9 and 95. RGB value is (209,169,149). Sum of RGB (Red+Green+Blue) = 209+169+149=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A995 is #2E566A. Grayscale: #B2B2B2. Windows color (decimal): -3036779 or 9808337. OLE color: 9808337.
HSL color Cylindrical-coordinate representation of color #D1A995: hue angle of 20º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1A995 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 149 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.18 |
| HSL | 20º | 0.39% | 0.7% | - |
| HSV(B) | 20º | 0.29% | 0.82% | - |
| XYZ | 45.91 | 44.1 | 34.53 | - |
| YUV | 178.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 149 | 0 | 0.19 | 0.29 | 0.18 | 20 | 0.39 | 0.7 |
| Hex | D1 | A9 | 95 | 0 | 13 | 1D | 12 | 14 | 27 | 46 |
| Octal | 321 | 251 | 225 | 0 | 23 | 35 | 22 | 24 | 47 | 106 |
| Binary | 11010001 | 10101001 | 10010101 | 0 | 10011 | 11101 | 10010 | 10100 | 100111 | 1000110 |
Color Harmonies of #D1A995
Complementary color
Monochromatic Colors of #D1A995
Black with #D1A995
Text Example
Text Example
White with #D1A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A995; }
p { color: rgb(209,169,149); }
H1.HeaderClassName
{
color: #D1A995;
}
.AnyTagClassName
{
color: #D1A995;
}
</style>
background-color css
<style>
a { background-color: #D1A995; }
a { background-color: rgb(209,169,149); }
div.DivClassName
{
background-color: #D1A995;
}
.BgClassName
{
background-color: #D1A995;
}
</style>
border-color css
<style>
span { border-color: #D1A995; }
span { border-color: rgb(209,169,149); }
td.TdClassName
{
border-color: #D1A995;
}
.TagClassName
{
border-color: #D1A995;
}
</style>