Shades of Rose #D19C96
Tints of Rose #D19C96
RGB
CMYK
RGB Variations
Color information
#D19C96 (or 0xD19C96) is known color: Rose. HEX triplet: D1, 9C and 96. RGB value is (209,156,150). Sum of RGB (Red+Green+Blue) = 209+156+150=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C96 is #2E6369. Grayscale: #ABABAB. Windows color (decimal): -3040106 or 9870545. OLE color: 9870545.
HSL color Cylindrical-coordinate representation of color #D19C96: hue angle of 6.1º 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 #D19C96 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 150 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.18 |
| HSL | 6.1º | 0.39% | 0.7% | - |
| HSV(B) | 6.1º | 0.28% | 0.82% | - |
| XYZ | 43.69 | 39.53 | 34.18 | - |
| YUV | 171.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 150 | 0 | 0.25 | 0.28 | 0.18 | 6.1 | 0.39 | 0.7 |
| Hex | D1 | 9C | 96 | 0 | 19 | 1C | 12 | 6 | 27 | 46 |
| Octal | 321 | 234 | 226 | 0 | 31 | 34 | 22 | 6 | 47 | 106 |
| Binary | 11010001 | 10011100 | 10010110 | 0 | 11001 | 11100 | 10010 | 110 | 100111 | 1000110 |
Color Harmonies of #D19C96
Complementary color
Monochromatic Colors of #D19C96
Black with #D19C96
Text Example
Text Example
White with #D19C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C96; }
p { color: rgb(209,156,150); }
H1.HeaderClassName
{
color: #D19C96;
}
.AnyTagClassName
{
color: #D19C96;
}
</style>
background-color css
<style>
a { background-color: #D19C96; }
a { background-color: rgb(209,156,150); }
div.DivClassName
{
background-color: #D19C96;
}
.BgClassName
{
background-color: #D19C96;
}
</style>
border-color css
<style>
span { border-color: #D19C96; }
span { border-color: rgb(209,156,150); }
td.TdClassName
{
border-color: #D19C96;
}
.TagClassName
{
border-color: #D19C96;
}
</style>