Shades of Rose #D49F96
Tints of Rose #D49F96
RGB
CMYK
RGB Variations
Color information
#D49F96 (or 0xD49F96) is known color: Rose. HEX triplet: D4, 9F and 96. RGB value is (212,159,150). Sum of RGB (Red+Green+Blue) = 212+159+150=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F96 is #2B6069. Grayscale: #ADADAD. Windows color (decimal): -2842730 or 9871316. OLE color: 9871316.
HSL color Cylindrical-coordinate representation of color #D49F96: hue angle of 8.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49F96 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 150 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.17 |
| HSL | 8.71º | 0.42% | 0.71% | - |
| HSV(B) | 8.71º | 0.29% | 0.83% | - |
| XYZ | 45.05 | 41 | 34.39 | - |
| YUV | 173.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 150 | 0 | 0.25 | 0.29 | 0.17 | 8.71 | 0.42 | 0.71 |
| Hex | D4 | 9F | 96 | 0 | 19 | 1D | 11 | 9 | 2A | 47 |
| Octal | 324 | 237 | 226 | 0 | 31 | 35 | 21 | 11 | 52 | 107 |
| Binary | 11010100 | 10011111 | 10010110 | 0 | 11001 | 11101 | 10001 | 1001 | 101010 | 1000111 |
Color Harmonies of #D49F96
Complementary color
Monochromatic Colors of #D49F96
Black with #D49F96
Text Example
Text Example
White with #D49F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F96; }
p { color: rgb(212,159,150); }
H1.HeaderClassName
{
color: #D49F96;
}
.AnyTagClassName
{
color: #D49F96;
}
</style>
background-color css
<style>
a { background-color: #D49F96; }
a { background-color: rgb(212,159,150); }
div.DivClassName
{
background-color: #D49F96;
}
.BgClassName
{
background-color: #D49F96;
}
</style>
border-color css
<style>
span { border-color: #D49F96; }
span { border-color: rgb(212,159,150); }
td.TdClassName
{
border-color: #D49F96;
}
.TagClassName
{
border-color: #D49F96;
}
</style>