Shades of Rose #D19B8F
Tints of Rose #D19B8F
RGB
CMYK
RGB Variations
Color information
#D19B8F (or 0xD19B8F) is known color: Rose. HEX triplet: D1, 9B and 8F. RGB value is (209,155,143). Sum of RGB (Red+Green+Blue) = 209+155+143=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19B8F is #2E6470. Grayscale: #A9A9A9. Windows color (decimal): -3040369 or 9411537. OLE color: 9411537.
HSL color Cylindrical-coordinate representation of color #D19B8F: hue angle of 10.91º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D19B8F is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 143 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.18 |
| HSL | 10.91º | 0.42% | 0.69% | - |
| HSV(B) | 10.91º | 0.32% | 0.82% | - |
| XYZ | 42.97 | 38.98 | 31.25 | - |
| YUV | 169.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 143 | 0 | 0.26 | 0.32 | 0.18 | 10.91 | 0.42 | 0.69 |
| Hex | D1 | 9B | 8F | 0 | 1A | 20 | 12 | B | 2A | 45 |
| Octal | 321 | 233 | 217 | 0 | 32 | 40 | 22 | 13 | 52 | 105 |
| Binary | 11010001 | 10011011 | 10001111 | 0 | 11010 | 100000 | 10010 | 1011 | 101010 | 1000101 |
Color Harmonies of #D19B8F
Complementary color
Monochromatic Colors of #D19B8F
Black with #D19B8F
Text Example
Text Example
White with #D19B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B8F; }
p { color: rgb(209,155,143); }
H1.HeaderClassName
{
color: #D19B8F;
}
.AnyTagClassName
{
color: #D19B8F;
}
</style>
background-color css
<style>
a { background-color: #D19B8F; }
a { background-color: rgb(209,155,143); }
div.DivClassName
{
background-color: #D19B8F;
}
.BgClassName
{
background-color: #D19B8F;
}
</style>
border-color css
<style>
span { border-color: #D19B8F; }
span { border-color: rgb(209,155,143); }
td.TdClassName
{
border-color: #D19B8F;
}
.TagClassName
{
border-color: #D19B8F;
}
</style>