Shades of Rose #D49E92
Tints of Rose #D49E92
RGB
CMYK
RGB Variations
Color information
#D49E92 (or 0xD49E92) is known color: Rose. HEX triplet: D4, 9E and 92. RGB value is (212,158,146). Sum of RGB (Red+Green+Blue) = 212+158+146=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E92 is #2B616D. Grayscale: #ACACAC. Windows color (decimal): -2842990 or 9608916. OLE color: 9608916.
HSL color Cylindrical-coordinate representation of color #D49E92: hue angle of 10.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49E92 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 146 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.17 |
| HSL | 10.91º | 0.43% | 0.7% | - |
| HSV(B) | 10.91º | 0.31% | 0.83% | - |
| XYZ | 44.57 | 40.53 | 32.67 | - |
| YUV | 172.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 146 | 0 | 0.25 | 0.31 | 0.17 | 10.91 | 0.43 | 0.7 |
| Hex | D4 | 9E | 92 | 0 | 19 | 1F | 11 | B | 2B | 46 |
| Octal | 324 | 236 | 222 | 0 | 31 | 37 | 21 | 13 | 53 | 106 |
| Binary | 11010100 | 10011110 | 10010010 | 0 | 11001 | 11111 | 10001 | 1011 | 101011 | 1000110 |
Color Harmonies of #D49E92
Complementary color
Monochromatic Colors of #D49E92
Black with #D49E92
Text Example
Text Example
White with #D49E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E92; }
p { color: rgb(212,158,146); }
H1.HeaderClassName
{
color: #D49E92;
}
.AnyTagClassName
{
color: #D49E92;
}
</style>
background-color css
<style>
a { background-color: #D49E92; }
a { background-color: rgb(212,158,146); }
div.DivClassName
{
background-color: #D49E92;
}
.BgClassName
{
background-color: #D49E92;
}
</style>
border-color css
<style>
span { border-color: #D49E92; }
span { border-color: rgb(212,158,146); }
td.TdClassName
{
border-color: #D49E92;
}
.TagClassName
{
border-color: #D49E92;
}
</style>