Shades of Rose #D19C89
Tints of Rose #D19C89
RGB
CMYK
RGB Variations
Color information
#D19C89 (or 0xD19C89) is known color: Rose. HEX triplet: D1, 9C and 89. RGB value is (209,156,137). Sum of RGB (Red+Green+Blue) = 209+156+137=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C89 is #2E6376. Grayscale: #A9A9A9. Windows color (decimal): -3040119 or 9018577. OLE color: 9018577.
HSL color Cylindrical-coordinate representation of color #D19C89: hue angle of 15.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D19C89 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 137 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.18 |
| HSL | 15.83º | 0.44% | 0.68% | - |
| HSV(B) | 15.83º | 0.34% | 0.82% | - |
| XYZ | 42.7 | 39.14 | 28.97 | - |
| YUV | 169.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 137 | 0 | 0.25 | 0.34 | 0.18 | 15.83 | 0.44 | 0.68 |
| Hex | D1 | 9C | 89 | 0 | 19 | 22 | 12 | 10 | 2C | 44 |
| Octal | 321 | 234 | 211 | 0 | 31 | 42 | 22 | 20 | 54 | 104 |
| Binary | 11010001 | 10011100 | 10001001 | 0 | 11001 | 100010 | 10010 | 10000 | 101100 | 1000100 |
Color Harmonies of #D19C89
Complementary color
Monochromatic Colors of #D19C89
Black with #D19C89
Text Example
Text Example
White with #D19C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C89; }
p { color: rgb(209,156,137); }
H1.HeaderClassName
{
color: #D19C89;
}
.AnyTagClassName
{
color: #D19C89;
}
</style>
background-color css
<style>
a { background-color: #D19C89; }
a { background-color: rgb(209,156,137); }
div.DivClassName
{
background-color: #D19C89;
}
.BgClassName
{
background-color: #D19C89;
}
</style>
border-color css
<style>
span { border-color: #D19C89; }
span { border-color: rgb(209,156,137); }
td.TdClassName
{
border-color: #D19C89;
}
.TagClassName
{
border-color: #D19C89;
}
</style>