Shades of Careys Pink #D19BA0
Tints of Careys Pink #D19BA0
RGB
CMYK
RGB Variations
Color information
#D19BA0 (or 0xD19BA0) is known color: Careys Pink. HEX triplet: D1, 9B and A0. RGB value is (209,155,160). Sum of RGB (Red+Green+Blue) = 209+155+160=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BA0 is #2E645F. Grayscale: #ABABAB. Windows color (decimal): -3040352 or 10525649. OLE color: 10525649.
HSL color Cylindrical-coordinate representation of color #D19BA0: hue angle of 354.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 #D19BA0 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 160 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.18 |
| HSL | 354.44º | 0.37% | 0.71% | - |
| HSV(B) | 354.44º | 0.26% | 0.82% | - |
| XYZ | 44.36 | 39.54 | 38.55 | - |
| YUV | 171.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 160 | 0 | 0.26 | 0.23 | 0.18 | 354.44 | 0.37 | 0.71 |
| Hex | D1 | 9B | A0 | 0 | 1A | 17 | 12 | 162 | 25 | 47 |
| Octal | 321 | 233 | 240 | 0 | 32 | 27 | 22 | 542 | 45 | 107 |
| Binary | 11010001 | 10011011 | 10100000 | 0 | 11010 | 10111 | 10010 | 101100010 | 100101 | 1000111 |
Color Harmonies of #D19BA0
Complementary color
Monochromatic Colors of #D19BA0
Black with #D19BA0
Text Example
Text Example
White with #D19BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BA0; }
p { color: rgb(209,155,160); }
H1.HeaderClassName
{
color: #D19BA0;
}
.AnyTagClassName
{
color: #D19BA0;
}
</style>
background-color css
<style>
a { background-color: #D19BA0; }
a { background-color: rgb(209,155,160); }
div.DivClassName
{
background-color: #D19BA0;
}
.BgClassName
{
background-color: #D19BA0;
}
</style>
border-color css
<style>
span { border-color: #D19BA0; }
span { border-color: rgb(209,155,160); }
td.TdClassName
{
border-color: #D19BA0;
}
.TagClassName
{
border-color: #D19BA0;
}
</style>