Shades of Rose #D1A895
Tints of Rose #D1A895
RGB
CMYK
RGB Variations
Color information
#D1A895 (or 0xD1A895) is known color: Rose. HEX triplet: D1, A8 and 95. RGB value is (209,168,149). Sum of RGB (Red+Green+Blue) = 209+168+149=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A895 is #2E576A. Grayscale: #B2B2B2. Windows color (decimal): -3037035 or 9808081. OLE color: 9808081.
HSL color Cylindrical-coordinate representation of color #D1A895: hue angle of 19º 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 #D1A895 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 149 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.18 |
| HSL | 19º | 0.39% | 0.7% | - |
| HSV(B) | 19º | 0.29% | 0.82% | - |
| XYZ | 45.72 | 43.73 | 34.46 | - |
| YUV | 178.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 149 | 0 | 0.20 | 0.29 | 0.18 | 19 | 0.39 | 0.7 |
| Hex | D1 | A8 | 95 | 0 | 14 | 1D | 12 | 13 | 27 | 46 |
| Octal | 321 | 250 | 225 | 0 | 24 | 35 | 22 | 23 | 47 | 106 |
| Binary | 11010001 | 10101000 | 10010101 | 0 | 10100 | 11101 | 10010 | 10011 | 100111 | 1000110 |
Color Harmonies of #D1A895
Complementary color
Monochromatic Colors of #D1A895
Black with #D1A895
Text Example
Text Example
White with #D1A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A895; }
p { color: rgb(209,168,149); }
H1.HeaderClassName
{
color: #D1A895;
}
.AnyTagClassName
{
color: #D1A895;
}
</style>
background-color css
<style>
a { background-color: #D1A895; }
a { background-color: rgb(209,168,149); }
div.DivClassName
{
background-color: #D1A895;
}
.BgClassName
{
background-color: #D1A895;
}
</style>
border-color css
<style>
span { border-color: #D1A895; }
span { border-color: rgb(209,168,149); }
td.TdClassName
{
border-color: #D1A895;
}
.TagClassName
{
border-color: #D1A895;
}
</style>