Shades of Careys Pink #D19A9F
Tints of Careys Pink #D19A9F
RGB
CMYK
RGB Variations
Color information
#D19A9F (or 0xD19A9F) is known color: Careys Pink. HEX triplet: D1, 9A and 9F. RGB value is (209,154,159). Sum of RGB (Red+Green+Blue) = 209+154+159=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A9F is #2E6560. Grayscale: #ABABAB. Windows color (decimal): -3040609 or 10459857. OLE color: 10459857.
HSL color Cylindrical-coordinate representation of color #D19A9F: hue angle of 354.55º 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 #D19A9F is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 159 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.18 |
| HSL | 354.55º | 0.37% | 0.71% | - |
| HSV(B) | 354.55º | 0.26% | 0.82% | - |
| XYZ | 44.11 | 39.17 | 38.04 | - |
| YUV | 171.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 159 | 0 | 0.26 | 0.24 | 0.18 | 354.55 | 0.37 | 0.71 |
| Hex | D1 | 9A | 9F | 0 | 1A | 18 | 12 | 163 | 25 | 47 |
| Octal | 321 | 232 | 237 | 0 | 32 | 30 | 22 | 543 | 45 | 107 |
| Binary | 11010001 | 10011010 | 10011111 | 0 | 11010 | 11000 | 10010 | 101100011 | 100101 | 1000111 |
Color Harmonies of #D19A9F
Complementary color
Monochromatic Colors of #D19A9F
Black with #D19A9F
Text Example
Text Example
White with #D19A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A9F; }
p { color: rgb(209,154,159); }
H1.HeaderClassName
{
color: #D19A9F;
}
.AnyTagClassName
{
color: #D19A9F;
}
</style>
background-color css
<style>
a { background-color: #D19A9F; }
a { background-color: rgb(209,154,159); }
div.DivClassName
{
background-color: #D19A9F;
}
.BgClassName
{
background-color: #D19A9F;
}
</style>
border-color css
<style>
span { border-color: #D19A9F; }
span { border-color: rgb(209,154,159); }
td.TdClassName
{
border-color: #D19A9F;
}
.TagClassName
{
border-color: #D19A9F;
}
</style>