Shades of Rose #D49987
Tints of Rose #D49987
RGB
CMYK
RGB Variations
Color information
#D49987 (or 0xD49987) is known color: Rose. HEX triplet: D4, 99 and 87. RGB value is (212,153,135). Sum of RGB (Red+Green+Blue) = 212+153+135=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D49987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49987 is #2B6678. Grayscale: #A8A8A8. Windows color (decimal): -2844281 or 8886740. OLE color: 8886740.
HSL color Cylindrical-coordinate representation of color #D49987: hue angle of 14.03º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D49987 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 135 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.17 |
| HSL | 14.03º | 0.47% | 0.68% | - |
| HSV(B) | 14.03º | 0.36% | 0.83% | - |
| XYZ | 42.92 | 38.53 | 28.1 | - |
| YUV | 168.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 135 | 0 | 0.28 | 0.36 | 0.17 | 14.03 | 0.47 | 0.68 |
| Hex | D4 | 99 | 87 | 0 | 1C | 24 | 11 | E | 2F | 44 |
| Octal | 324 | 231 | 207 | 0 | 34 | 44 | 21 | 16 | 57 | 104 |
| Binary | 11010100 | 10011001 | 10000111 | 0 | 11100 | 100100 | 10001 | 1110 | 101111 | 1000100 |
Color Harmonies of #D49987
Complementary color
Monochromatic Colors of #D49987
Black with #D49987
Text Example
Text Example
White with #D49987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49987; }
p { color: rgb(212,153,135); }
H1.HeaderClassName
{
color: #D49987;
}
.AnyTagClassName
{
color: #D49987;
}
</style>
background-color css
<style>
a { background-color: #D49987; }
a { background-color: rgb(212,153,135); }
div.DivClassName
{
background-color: #D49987;
}
.BgClassName
{
background-color: #D49987;
}
</style>
border-color css
<style>
span { border-color: #D49987; }
span { border-color: rgb(212,153,135); }
td.TdClassName
{
border-color: #D49987;
}
.TagClassName
{
border-color: #D49987;
}
</style>