Shades of Rose #D49E8C
Tints of Rose #D49E8C
RGB
CMYK
RGB Variations
Color information
#D49E8C (or 0xD49E8C) is known color: Rose. HEX triplet: D4, 9E and 8C. RGB value is (212,158,140). Sum of RGB (Red+Green+Blue) = 212+158+140=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E8C is #2B6173. Grayscale: #ACACAC. Windows color (decimal): -2842996 or 9215700. OLE color: 9215700.
HSL color Cylindrical-coordinate representation of color #D49E8C: hue angle of 15º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D49E8C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 140 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.17 |
| HSL | 15º | 0.46% | 0.69% | - |
| HSV(B) | 15º | 0.34% | 0.83% | - |
| XYZ | 44.11 | 40.34 | 30.27 | - |
| YUV | 172.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 140 | 0 | 0.25 | 0.34 | 0.17 | 15 | 0.46 | 0.69 |
| Hex | D4 | 9E | 8C | 0 | 19 | 22 | 11 | F | 2E | 45 |
| Octal | 324 | 236 | 214 | 0 | 31 | 42 | 21 | 17 | 56 | 105 |
| Binary | 11010100 | 10011110 | 10001100 | 0 | 11001 | 100010 | 10001 | 1111 | 101110 | 1000101 |
Color Harmonies of #D49E8C
Complementary color
Monochromatic Colors of #D49E8C
Black with #D49E8C
Text Example
Text Example
White with #D49E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E8C; }
p { color: rgb(212,158,140); }
H1.HeaderClassName
{
color: #D49E8C;
}
.AnyTagClassName
{
color: #D49E8C;
}
</style>
background-color css
<style>
a { background-color: #D49E8C; }
a { background-color: rgb(212,158,140); }
div.DivClassName
{
background-color: #D49E8C;
}
.BgClassName
{
background-color: #D49E8C;
}
</style>
border-color css
<style>
span { border-color: #D49E8C; }
span { border-color: rgb(212,158,140); }
td.TdClassName
{
border-color: #D49E8C;
}
.TagClassName
{
border-color: #D49E8C;
}
</style>