Shades of Careys Pink #D19EA0
Tints of Careys Pink #D19EA0
RGB
CMYK
RGB Variations
Color information
#D19EA0 (or 0xD19EA0) is known color: Careys Pink. HEX triplet: D1, 9E and A0. RGB value is (209,158,160). Sum of RGB (Red+Green+Blue) = 209+158+160=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19EA0 is #2E615F. Grayscale: #ADADAD. Windows color (decimal): -3039584 or 10526417. OLE color: 10526417.
HSL color Cylindrical-coordinate representation of color #D19EA0: hue angle of 357.65º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19EA0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 160 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.18 |
| HSL | 357.65º | 0.36% | 0.72% | - |
| HSV(B) | 357.65º | 0.24% | 0.82% | - |
| XYZ | 44.87 | 40.55 | 38.72 | - |
| YUV | 173.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 160 | 0 | 0.24 | 0.23 | 0.18 | 357.65 | 0.36 | 0.72 |
| Hex | D1 | 9E | A0 | 0 | 18 | 17 | 12 | 166 | 24 | 48 |
| Octal | 321 | 236 | 240 | 0 | 30 | 27 | 22 | 546 | 44 | 110 |
| Binary | 11010001 | 10011110 | 10100000 | 0 | 11000 | 10111 | 10010 | 101100110 | 100100 | 1001000 |
Color Harmonies of #D19EA0
Complementary color
Monochromatic Colors of #D19EA0
Black with #D19EA0
Text Example
Text Example
White with #D19EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EA0; }
p { color: rgb(209,158,160); }
H1.HeaderClassName
{
color: #D19EA0;
}
.AnyTagClassName
{
color: #D19EA0;
}
</style>
background-color css
<style>
a { background-color: #D19EA0; }
a { background-color: rgb(209,158,160); }
div.DivClassName
{
background-color: #D19EA0;
}
.BgClassName
{
background-color: #D19EA0;
}
</style>
border-color css
<style>
span { border-color: #D19EA0; }
span { border-color: rgb(209,158,160); }
td.TdClassName
{
border-color: #D19EA0;
}
.TagClassName
{
border-color: #D19EA0;
}
</style>