Shades of Rose #D2A092
Tints of Rose #D2A092
RGB
CMYK
RGB Variations
Color information
#D2A092 (or 0xD2A092) is known color: Rose. HEX triplet: D2, A0 and 92. RGB value is (210,160,146). Sum of RGB (Red+Green+Blue) = 210+160+146=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A092 is #2D5F6D. Grayscale: #ADADAD. Windows color (decimal): -2973550 or 9609426. OLE color: 9609426.
HSL color Cylindrical-coordinate representation of color #D2A092: hue angle of 13.12º degrees, saturation: 0.42, 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 #D2A092 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 146 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.18 |
| HSL | 13.13º | 0.42% | 0.7% | - |
| HSV(B) | 13.13º | 0.3% | 0.82% | - |
| XYZ | 44.34 | 40.92 | 32.76 | - |
| YUV | 173.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 146 | 0 | 0.24 | 0.30 | 0.18 | 13.13 | 0.42 | 0.7 |
| Hex | D2 | A0 | 92 | 0 | 18 | 1E | 12 | D | 2A | 46 |
| Octal | 322 | 240 | 222 | 0 | 30 | 36 | 22 | 15 | 52 | 106 |
| Binary | 11010010 | 10100000 | 10010010 | 0 | 11000 | 11110 | 10010 | 1101 | 101010 | 1000110 |
Color Harmonies of #D2A092
Complementary color
Monochromatic Colors of #D2A092
Black with #D2A092
Text Example
Text Example
White with #D2A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A092; }
p { color: rgb(210,160,146); }
H1.HeaderClassName
{
color: #D2A092;
}
.AnyTagClassName
{
color: #D2A092;
}
</style>
background-color css
<style>
a { background-color: #D2A092; }
a { background-color: rgb(210,160,146); }
div.DivClassName
{
background-color: #D2A092;
}
.BgClassName
{
background-color: #D2A092;
}
</style>
border-color css
<style>
span { border-color: #D2A092; }
span { border-color: rgb(210,160,146); }
td.TdClassName
{
border-color: #D2A092;
}
.TagClassName
{
border-color: #D2A092;
}
</style>