Shades of Rose #D49B8C
Tints of Rose #D49B8C
RGB
CMYK
RGB Variations
Color information
#D49B8C (or 0xD49B8C) is known color: Rose. HEX triplet: D4, 9B and 8C. RGB value is (212,155,140). Sum of RGB (Red+Green+Blue) = 212+155+140=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49B8C is #2B6473. Grayscale: #AAAAAA. Windows color (decimal): -2843764 or 9214932. OLE color: 9214932.
HSL color Cylindrical-coordinate representation of color #D49B8C: hue angle of 12.5º 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 #D49B8C is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 140 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.17 |
| HSL | 12.5º | 0.46% | 0.69% | - |
| HSV(B) | 12.5º | 0.34% | 0.83% | - |
| XYZ | 43.61 | 39.33 | 30.1 | - |
| YUV | 170.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 140 | 0 | 0.27 | 0.34 | 0.17 | 12.5 | 0.46 | 0.69 |
| Hex | D4 | 9B | 8C | 0 | 1B | 22 | 11 | C | 2E | 45 |
| Octal | 324 | 233 | 214 | 0 | 33 | 42 | 21 | 14 | 56 | 105 |
| Binary | 11010100 | 10011011 | 10001100 | 0 | 11011 | 100010 | 10001 | 1100 | 101110 | 1000101 |
Color Harmonies of #D49B8C
Complementary color
Monochromatic Colors of #D49B8C
Black with #D49B8C
Text Example
Text Example
White with #D49B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B8C; }
p { color: rgb(212,155,140); }
H1.HeaderClassName
{
color: #D49B8C;
}
.AnyTagClassName
{
color: #D49B8C;
}
</style>
background-color css
<style>
a { background-color: #D49B8C; }
a { background-color: rgb(212,155,140); }
div.DivClassName
{
background-color: #D49B8C;
}
.BgClassName
{
background-color: #D49B8C;
}
</style>
border-color css
<style>
span { border-color: #D49B8C; }
span { border-color: rgb(212,155,140); }
td.TdClassName
{
border-color: #D49B8C;
}
.TagClassName
{
border-color: #D49B8C;
}
</style>