Shades of Rose #D19F96
Tints of Rose #D19F96
RGB
CMYK
RGB Variations
Color information
#D19F96 (or 0xD19F96) is known color: Rose. HEX triplet: D1, 9F and 96. RGB value is (209,159,150). Sum of RGB (Red+Green+Blue) = 209+159+150=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19F96 is #2E6069. Grayscale: #ADADAD. Windows color (decimal): -3039338 or 9871313. OLE color: 9871313.
HSL color Cylindrical-coordinate representation of color #D19F96: hue angle of 9.15º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19F96 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 150 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.18 |
| HSL | 9.15º | 0.39% | 0.7% | - |
| HSV(B) | 9.15º | 0.28% | 0.82% | - |
| XYZ | 44.2 | 40.55 | 34.35 | - |
| YUV | 172.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 150 | 0 | 0.24 | 0.28 | 0.18 | 9.15 | 0.39 | 0.7 |
| Hex | D1 | 9F | 96 | 0 | 18 | 1C | 12 | 9 | 27 | 46 |
| Octal | 321 | 237 | 226 | 0 | 30 | 34 | 22 | 11 | 47 | 106 |
| Binary | 11010001 | 10011111 | 10010110 | 0 | 11000 | 11100 | 10010 | 1001 | 100111 | 1000110 |
Color Harmonies of #D19F96
Complementary color
Monochromatic Colors of #D19F96
Black with #D19F96
Text Example
Text Example
White with #D19F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F96; }
p { color: rgb(209,159,150); }
H1.HeaderClassName
{
color: #D19F96;
}
.AnyTagClassName
{
color: #D19F96;
}
</style>
background-color css
<style>
a { background-color: #D19F96; }
a { background-color: rgb(209,159,150); }
div.DivClassName
{
background-color: #D19F96;
}
.BgClassName
{
background-color: #D19F96;
}
</style>
border-color css
<style>
span { border-color: #D19F96; }
span { border-color: rgb(209,159,150); }
td.TdClassName
{
border-color: #D19F96;
}
.TagClassName
{
border-color: #D19F96;
}
</style>