Shades of Careys Pink #D19AA5
Tints of Careys Pink #D19AA5
RGB
CMYK
RGB Variations
Color information
#D19AA5 (or 0xD19AA5) is known color: Careys Pink. HEX triplet: D1, 9A and A5. RGB value is (209,154,165). Sum of RGB (Red+Green+Blue) = 209+154+165=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AA5 is #2E655A. Grayscale: #ABABAB. Windows color (decimal): -3040603 or 10853073. OLE color: 10853073.
HSL color Cylindrical-coordinate representation of color #D19AA5: hue angle of 348º 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 #D19AA5 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 165 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.18 |
| HSL | 348º | 0.37% | 0.71% | - |
| HSV(B) | 348º | 0.26% | 0.82% | - |
| XYZ | 44.64 | 39.38 | 40.85 | - |
| YUV | 171.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 165 | 0 | 0.26 | 0.21 | 0.18 | 348 | 0.37 | 0.71 |
| Hex | D1 | 9A | A5 | 0 | 1A | 15 | 12 | 15C | 25 | 47 |
| Octal | 321 | 232 | 245 | 0 | 32 | 25 | 22 | 534 | 45 | 107 |
| Binary | 11010001 | 10011010 | 10100101 | 0 | 11010 | 10101 | 10010 | 101011100 | 100101 | 1000111 |
Color Harmonies of #D19AA5
Complementary color
Monochromatic Colors of #D19AA5
Black with #D19AA5
Text Example
Text Example
White with #D19AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AA5; }
p { color: rgb(209,154,165); }
H1.HeaderClassName
{
color: #D19AA5;
}
.AnyTagClassName
{
color: #D19AA5;
}
</style>
background-color css
<style>
a { background-color: #D19AA5; }
a { background-color: rgb(209,154,165); }
div.DivClassName
{
background-color: #D19AA5;
}
.BgClassName
{
background-color: #D19AA5;
}
</style>
border-color css
<style>
span { border-color: #D19AA5; }
span { border-color: rgb(209,154,165); }
td.TdClassName
{
border-color: #D19AA5;
}
.TagClassName
{
border-color: #D19AA5;
}
</style>