Shades of Rose #D1A795
Tints of Rose #D1A795
RGB
CMYK
RGB Variations
Color information
#D1A795 (or 0xD1A795) is known color: Rose. HEX triplet: D1, A7 and 95. RGB value is (209,167,149). Sum of RGB (Red+Green+Blue) = 209+167+149=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A795 is #2E586A. Grayscale: #B1B1B1. Windows color (decimal): -3037291 or 9807825. OLE color: 9807825.
HSL color Cylindrical-coordinate representation of color #D1A795: hue angle of 18º 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 #D1A795 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 149 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.18 |
| HSL | 18º | 0.39% | 0.7% | - |
| HSV(B) | 18º | 0.29% | 0.82% | - |
| XYZ | 45.54 | 43.36 | 34.4 | - |
| YUV | 177.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 149 | 0 | 0.20 | 0.29 | 0.18 | 18 | 0.39 | 0.7 |
| Hex | D1 | A7 | 95 | 0 | 14 | 1D | 12 | 12 | 27 | 46 |
| Octal | 321 | 247 | 225 | 0 | 24 | 35 | 22 | 22 | 47 | 106 |
| Binary | 11010001 | 10100111 | 10010101 | 0 | 10100 | 11101 | 10010 | 10010 | 100111 | 1000110 |
Color Harmonies of #D1A795
Complementary color
Monochromatic Colors of #D1A795
Black with #D1A795
Text Example
Text Example
White with #D1A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A795; }
p { color: rgb(209,167,149); }
H1.HeaderClassName
{
color: #D1A795;
}
.AnyTagClassName
{
color: #D1A795;
}
</style>
background-color css
<style>
a { background-color: #D1A795; }
a { background-color: rgb(209,167,149); }
div.DivClassName
{
background-color: #D1A795;
}
.BgClassName
{
background-color: #D1A795;
}
</style>
border-color css
<style>
span { border-color: #D1A795; }
span { border-color: rgb(209,167,149); }
td.TdClassName
{
border-color: #D1A795;
}
.TagClassName
{
border-color: #D1A795;
}
</style>