Shades of Rose #D1A896
Tints of Rose #D1A896
RGB
CMYK
RGB Variations
Color information
#D1A896 (or 0xD1A896) is known color: Rose. HEX triplet: D1, A8 and 96. RGB value is (209,168,150). Sum of RGB (Red+Green+Blue) = 209+168+150=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A896 is #2E5769. Grayscale: #B2B2B2. Windows color (decimal): -3037034 or 9873617. OLE color: 9873617.
HSL color Cylindrical-coordinate representation of color #D1A896: hue angle of 18.31º 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 #D1A896 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 150 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.18 |
| HSL | 18.31º | 0.39% | 0.7% | - |
| HSV(B) | 18.31º | 0.28% | 0.82% | - |
| XYZ | 45.8 | 43.76 | 34.89 | - |
| YUV | 178.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 150 | 0 | 0.20 | 0.28 | 0.18 | 18.31 | 0.39 | 0.7 |
| Hex | D1 | A8 | 96 | 0 | 14 | 1C | 12 | 12 | 27 | 46 |
| Octal | 321 | 250 | 226 | 0 | 24 | 34 | 22 | 22 | 47 | 106 |
| Binary | 11010001 | 10101000 | 10010110 | 0 | 10100 | 11100 | 10010 | 10010 | 100111 | 1000110 |
Color Harmonies of #D1A896
Complementary color
Monochromatic Colors of #D1A896
Black with #D1A896
Text Example
Text Example
White with #D1A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A896; }
p { color: rgb(209,168,150); }
H1.HeaderClassName
{
color: #D1A896;
}
.AnyTagClassName
{
color: #D1A896;
}
</style>
background-color css
<style>
a { background-color: #D1A896; }
a { background-color: rgb(209,168,150); }
div.DivClassName
{
background-color: #D1A896;
}
.BgClassName
{
background-color: #D1A896;
}
</style>
border-color css
<style>
span { border-color: #D1A896; }
span { border-color: rgb(209,168,150); }
td.TdClassName
{
border-color: #D1A896;
}
.TagClassName
{
border-color: #D1A896;
}
</style>