Shades of Rose #D7A092
Tints of Rose #D7A092
RGB
CMYK
RGB Variations
Color information
#D7A092 (or 0xD7A092) is known color: Rose. HEX triplet: D7, A0 and 92. RGB value is (215,160,146). Sum of RGB (Red+Green+Blue) = 215+160+146=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A092 is #285F6D. Grayscale: #AEAEAE. Windows color (decimal): -2645870 or 9609431. OLE color: 9609431.
HSL color Cylindrical-coordinate representation of color #D7A092: hue angle of 12.17º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7A092 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 146 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.16 |
| HSL | 12.17º | 0.46% | 0.71% | - |
| HSV(B) | 12.17º | 0.32% | 0.84% | - |
| XYZ | 45.78 | 41.66 | 32.82 | - |
| YUV | 174.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 146 | 0 | 0.26 | 0.32 | 0.16 | 12.17 | 0.46 | 0.71 |
| Hex | D7 | A0 | 92 | 0 | 1A | 20 | 10 | C | 2E | 47 |
| Octal | 327 | 240 | 222 | 0 | 32 | 40 | 20 | 14 | 56 | 107 |
| Binary | 11010111 | 10100000 | 10010010 | 0 | 11010 | 100000 | 10000 | 1100 | 101110 | 1000111 |
Color Harmonies of #D7A092
Complementary color
Monochromatic Colors of #D7A092
Black with #D7A092
Text Example
Text Example
White with #D7A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A092; }
p { color: rgb(215,160,146); }
H1.HeaderClassName
{
color: #D7A092;
}
.AnyTagClassName
{
color: #D7A092;
}
</style>
background-color css
<style>
a { background-color: #D7A092; }
a { background-color: rgb(215,160,146); }
div.DivClassName
{
background-color: #D7A092;
}
.BgClassName
{
background-color: #D7A092;
}
</style>
border-color css
<style>
span { border-color: #D7A092; }
span { border-color: rgb(215,160,146); }
td.TdClassName
{
border-color: #D7A092;
}
.TagClassName
{
border-color: #D7A092;
}
</style>