Shades of Rose #D1A192
Tints of Rose #D1A192
RGB
CMYK
RGB Variations
Color information
#D1A192 (or 0xD1A192) is known color: Rose. HEX triplet: D1, A1 and 92. RGB value is (209,161,146). Sum of RGB (Red+Green+Blue) = 209+161+146=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A192 is #2E5E6D. Grayscale: #ADADAD. Windows color (decimal): -3038830 or 9609681. OLE color: 9609681.
HSL color Cylindrical-coordinate representation of color #D1A192: hue angle of 14.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1A192 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 146 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.18 |
| HSL | 14.29º | 0.41% | 0.7% | - |
| HSV(B) | 14.29º | 0.3% | 0.82% | - |
| XYZ | 44.23 | 41.12 | 32.8 | - |
| YUV | 173.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 146 | 0 | 0.23 | 0.30 | 0.18 | 14.29 | 0.41 | 0.7 |
| Hex | D1 | A1 | 92 | 0 | 17 | 1E | 12 | E | 29 | 46 |
| Octal | 321 | 241 | 222 | 0 | 27 | 36 | 22 | 16 | 51 | 106 |
| Binary | 11010001 | 10100001 | 10010010 | 0 | 10111 | 11110 | 10010 | 1110 | 101001 | 1000110 |
Color Harmonies of #D1A192
Complementary color
Monochromatic Colors of #D1A192
Black with #D1A192
Text Example
Text Example
White with #D1A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A192; }
p { color: rgb(209,161,146); }
H1.HeaderClassName
{
color: #D1A192;
}
.AnyTagClassName
{
color: #D1A192;
}
</style>
background-color css
<style>
a { background-color: #D1A192; }
a { background-color: rgb(209,161,146); }
div.DivClassName
{
background-color: #D1A192;
}
.BgClassName
{
background-color: #D1A192;
}
</style>
border-color css
<style>
span { border-color: #D1A192; }
span { border-color: rgb(209,161,146); }
td.TdClassName
{
border-color: #D1A192;
}
.TagClassName
{
border-color: #D1A192;
}
</style>