Shades of Rose #D1A094
Tints of Rose #D1A094
RGB
CMYK
RGB Variations
Color information
#D1A094 (or 0xD1A094) is known color: Rose. HEX triplet: D1, A0 and 94. RGB value is (209,160,148). Sum of RGB (Red+Green+Blue) = 209+160+148=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A094 is #2E5F6B. Grayscale: #ADADAD. Windows color (decimal): -3039084 or 9740497. OLE color: 9740497.
HSL color Cylindrical-coordinate representation of color #D1A094: hue angle of 11.8º degrees, saturation: 0.4, 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 #D1A094 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 148 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.18 |
| HSL | 11.8º | 0.4% | 0.7% | - |
| HSV(B) | 11.8º | 0.29% | 0.82% | - |
| XYZ | 44.21 | 40.84 | 33.57 | - |
| YUV | 173.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 148 | 0 | 0.23 | 0.29 | 0.18 | 11.8 | 0.4 | 0.7 |
| Hex | D1 | A0 | 94 | 0 | 17 | 1D | 12 | C | 28 | 46 |
| Octal | 321 | 240 | 224 | 0 | 27 | 35 | 22 | 14 | 50 | 106 |
| Binary | 11010001 | 10100000 | 10010100 | 0 | 10111 | 11101 | 10010 | 1100 | 101000 | 1000110 |
Color Harmonies of #D1A094
Complementary color
Monochromatic Colors of #D1A094
Black with #D1A094
Text Example
Text Example
White with #D1A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A094; }
p { color: rgb(209,160,148); }
H1.HeaderClassName
{
color: #D1A094;
}
.AnyTagClassName
{
color: #D1A094;
}
</style>
background-color css
<style>
a { background-color: #D1A094; }
a { background-color: rgb(209,160,148); }
div.DivClassName
{
background-color: #D1A094;
}
.BgClassName
{
background-color: #D1A094;
}
</style>
border-color css
<style>
span { border-color: #D1A094; }
span { border-color: rgb(209,160,148); }
td.TdClassName
{
border-color: #D1A094;
}
.TagClassName
{
border-color: #D1A094;
}
</style>