Shades of Rose #D49F90
Tints of Rose #D49F90
RGB
CMYK
RGB Variations
Color information
#D49F90 (or 0xD49F90) is known color: Rose. HEX triplet: D4, 9F and 90. RGB value is (212,159,144). Sum of RGB (Red+Green+Blue) = 212+159+144=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F90 is #2B606F. Grayscale: #ADADAD. Windows color (decimal): -2842736 or 9478100. OLE color: 9478100.
HSL color Cylindrical-coordinate representation of color #D49F90: hue angle of 13.24º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49F90 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 144 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.17 |
| HSL | 13.24º | 0.44% | 0.7% | - |
| HSV(B) | 13.24º | 0.32% | 0.83% | - |
| XYZ | 44.58 | 40.81 | 31.91 | - |
| YUV | 173.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 144 | 0 | 0.25 | 0.32 | 0.17 | 13.24 | 0.44 | 0.7 |
| Hex | D4 | 9F | 90 | 0 | 19 | 20 | 11 | D | 2C | 46 |
| Octal | 324 | 237 | 220 | 0 | 31 | 40 | 21 | 15 | 54 | 106 |
| Binary | 11010100 | 10011111 | 10010000 | 0 | 11001 | 100000 | 10001 | 1101 | 101100 | 1000110 |
Color Harmonies of #D49F90
Complementary color
Monochromatic Colors of #D49F90
Black with #D49F90
Text Example
Text Example
White with #D49F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F90; }
p { color: rgb(212,159,144); }
H1.HeaderClassName
{
color: #D49F90;
}
.AnyTagClassName
{
color: #D49F90;
}
</style>
background-color css
<style>
a { background-color: #D49F90; }
a { background-color: rgb(212,159,144); }
div.DivClassName
{
background-color: #D49F90;
}
.BgClassName
{
background-color: #D49F90;
}
</style>
border-color css
<style>
span { border-color: #D49F90; }
span { border-color: rgb(212,159,144); }
td.TdClassName
{
border-color: #D49F90;
}
.TagClassName
{
border-color: #D49F90;
}
</style>