Shades of Careys Pink #D19BA9
Tints of Careys Pink #D19BA9
RGB
CMYK
RGB Variations
Color information
#D19BA9 (or 0xD19BA9) is known color: Careys Pink. HEX triplet: D1, 9B and A9. RGB value is (209,155,169). Sum of RGB (Red+Green+Blue) = 209+155+169=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BA9 is #2E6456. Grayscale: #ACACAC. Windows color (decimal): -3040343 or 11115473. OLE color: 11115473.
HSL color Cylindrical-coordinate representation of color #D19BA9: hue angle of 344.44º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BA9 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 169 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.18 |
| HSL | 344.44º | 0.37% | 0.71% | - |
| HSV(B) | 344.44º | 0.26% | 0.82% | - |
| XYZ | 45.18 | 39.86 | 42.85 | - |
| YUV | 172.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 169 | 0 | 0.26 | 0.19 | 0.18 | 344.44 | 0.37 | 0.71 |
| Hex | D1 | 9B | A9 | 0 | 1A | 13 | 12 | 158 | 25 | 47 |
| Octal | 321 | 233 | 251 | 0 | 32 | 23 | 22 | 530 | 45 | 107 |
| Binary | 11010001 | 10011011 | 10101001 | 0 | 11010 | 10011 | 10010 | 101011000 | 100101 | 1000111 |
Color Harmonies of #D19BA9
Complementary color
Monochromatic Colors of #D19BA9
Black with #D19BA9
Text Example
Text Example
White with #D19BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BA9; }
p { color: rgb(209,155,169); }
H1.HeaderClassName
{
color: #D19BA9;
}
.AnyTagClassName
{
color: #D19BA9;
}
</style>
background-color css
<style>
a { background-color: #D19BA9; }
a { background-color: rgb(209,155,169); }
div.DivClassName
{
background-color: #D19BA9;
}
.BgClassName
{
background-color: #D19BA9;
}
</style>
border-color css
<style>
span { border-color: #D19BA9; }
span { border-color: rgb(209,155,169); }
td.TdClassName
{
border-color: #D19BA9;
}
.TagClassName
{
border-color: #D19BA9;
}
</style>