Shades of Rose #D19A8C
Tints of Rose #D19A8C
RGB
CMYK
RGB Variations
Color information
#D19A8C (or 0xD19A8C) is known color: Rose. HEX triplet: D1, 9A and 8C. RGB value is (209,154,140). Sum of RGB (Red+Green+Blue) = 209+154+140=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A8C is #2E6573. Grayscale: #A8A8A8. Windows color (decimal): -3040628 or 9214673. OLE color: 9214673.
HSL color Cylindrical-coordinate representation of color #D19A8C: hue angle of 12.17º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D19A8C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 140 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.18 |
| HSL | 12.17º | 0.43% | 0.68% | - |
| HSV(B) | 12.17º | 0.33% | 0.82% | - |
| XYZ | 42.58 | 38.56 | 30.01 | - |
| YUV | 168.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 140 | 0 | 0.26 | 0.33 | 0.18 | 12.17 | 0.43 | 0.68 |
| Hex | D1 | 9A | 8C | 0 | 1A | 21 | 12 | C | 2B | 44 |
| Octal | 321 | 232 | 214 | 0 | 32 | 41 | 22 | 14 | 53 | 104 |
| Binary | 11010001 | 10011010 | 10001100 | 0 | 11010 | 100001 | 10010 | 1100 | 101011 | 1000100 |
Color Harmonies of #D19A8C
Complementary color
Monochromatic Colors of #D19A8C
Black with #D19A8C
Text Example
Text Example
White with #D19A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A8C; }
p { color: rgb(209,154,140); }
H1.HeaderClassName
{
color: #D19A8C;
}
.AnyTagClassName
{
color: #D19A8C;
}
</style>
background-color css
<style>
a { background-color: #D19A8C; }
a { background-color: rgb(209,154,140); }
div.DivClassName
{
background-color: #D19A8C;
}
.BgClassName
{
background-color: #D19A8C;
}
</style>
border-color css
<style>
span { border-color: #D19A8C; }
span { border-color: rgb(209,154,140); }
td.TdClassName
{
border-color: #D19A8C;
}
.TagClassName
{
border-color: #D19A8C;
}
</style>