Shades of Rose #D49D93
Tints of Rose #D49D93
RGB
CMYK
RGB Variations
Color information
#D49D93 (or 0xD49D93) is known color: Rose. HEX triplet: D4, 9D and 93. RGB value is (212,157,147). Sum of RGB (Red+Green+Blue) = 212+157+147=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D93 is #2B626C. Grayscale: #ACACAC. Windows color (decimal): -2843245 or 9674196. OLE color: 9674196.
HSL color Cylindrical-coordinate representation of color #D49D93: hue angle of 9.23º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49D93 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 147 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.17 |
| HSL | 9.23º | 0.43% | 0.7% | - |
| HSV(B) | 9.23º | 0.31% | 0.83% | - |
| XYZ | 44.47 | 40.22 | 33.02 | - |
| YUV | 172.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 147 | 0 | 0.26 | 0.31 | 0.17 | 9.23 | 0.43 | 0.7 |
| Hex | D4 | 9D | 93 | 0 | 1A | 1F | 11 | 9 | 2B | 46 |
| Octal | 324 | 235 | 223 | 0 | 32 | 37 | 21 | 11 | 53 | 106 |
| Binary | 11010100 | 10011101 | 10010011 | 0 | 11010 | 11111 | 10001 | 1001 | 101011 | 1000110 |
Color Harmonies of #D49D93
Complementary color
Monochromatic Colors of #D49D93
Black with #D49D93
Text Example
Text Example
White with #D49D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D93; }
p { color: rgb(212,157,147); }
H1.HeaderClassName
{
color: #D49D93;
}
.AnyTagClassName
{
color: #D49D93;
}
</style>
background-color css
<style>
a { background-color: #D49D93; }
a { background-color: rgb(212,157,147); }
div.DivClassName
{
background-color: #D49D93;
}
.BgClassName
{
background-color: #D49D93;
}
</style>
border-color css
<style>
span { border-color: #D49D93; }
span { border-color: rgb(212,157,147); }
td.TdClassName
{
border-color: #D49D93;
}
.TagClassName
{
border-color: #D49D93;
}
</style>