Shades of Rose #D1A292
Tints of Rose #D1A292
RGB
CMYK
RGB Variations
Color information
#D1A292 (or 0xD1A292) is known color: Rose. HEX triplet: D1, A2 and 92. RGB value is (209,162,146). Sum of RGB (Red+Green+Blue) = 209+162+146=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A292 is #2E5D6D. Grayscale: #AEAEAE. Windows color (decimal): -3038574 or 9609937. OLE color: 9609937.
HSL color Cylindrical-coordinate representation of color #D1A292: hue angle of 15.24º 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 #D1A292 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 146 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.18 |
| HSL | 15.24º | 0.41% | 0.7% | - |
| HSV(B) | 15.24º | 0.3% | 0.82% | - |
| XYZ | 44.4 | 41.47 | 32.86 | - |
| YUV | 174.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 146 | 0 | 0.22 | 0.30 | 0.18 | 15.24 | 0.41 | 0.7 |
| Hex | D1 | A2 | 92 | 0 | 16 | 1E | 12 | F | 29 | 46 |
| Octal | 321 | 242 | 222 | 0 | 26 | 36 | 22 | 17 | 51 | 106 |
| Binary | 11010001 | 10100010 | 10010010 | 0 | 10110 | 11110 | 10010 | 1111 | 101001 | 1000110 |
Color Harmonies of #D1A292
Complementary color
Monochromatic Colors of #D1A292
Black with #D1A292
Text Example
Text Example
White with #D1A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A292; }
p { color: rgb(209,162,146); }
H1.HeaderClassName
{
color: #D1A292;
}
.AnyTagClassName
{
color: #D1A292;
}
</style>
background-color css
<style>
a { background-color: #D1A292; }
a { background-color: rgb(209,162,146); }
div.DivClassName
{
background-color: #D1A292;
}
.BgClassName
{
background-color: #D1A292;
}
</style>
border-color css
<style>
span { border-color: #D1A292; }
span { border-color: rgb(209,162,146); }
td.TdClassName
{
border-color: #D1A292;
}
.TagClassName
{
border-color: #D1A292;
}
</style>