Shades of Careys Pink #D19BA5
Tints of Careys Pink #D19BA5
RGB
CMYK
RGB Variations
Color information
#D19BA5 (or 0xD19BA5) is known color: Careys Pink. HEX triplet: D1, 9B and A5. RGB value is (209,155,165). Sum of RGB (Red+Green+Blue) = 209+155+165=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BA5 is #2E645A. Grayscale: #ACACAC. Windows color (decimal): -3040347 or 10853329. OLE color: 10853329.
HSL color Cylindrical-coordinate representation of color #D19BA5: hue angle of 348.89º 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 #D19BA5 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 165 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.18 |
| HSL | 348.89º | 0.37% | 0.71% | - |
| HSV(B) | 348.89º | 0.26% | 0.82% | - |
| XYZ | 44.81 | 39.71 | 40.9 | - |
| YUV | 172.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 165 | 0 | 0.26 | 0.21 | 0.18 | 348.89 | 0.37 | 0.71 |
| Hex | D1 | 9B | A5 | 0 | 1A | 15 | 12 | 15D | 25 | 47 |
| Octal | 321 | 233 | 245 | 0 | 32 | 25 | 22 | 535 | 45 | 107 |
| Binary | 11010001 | 10011011 | 10100101 | 0 | 11010 | 10101 | 10010 | 101011101 | 100101 | 1000111 |
Color Harmonies of #D19BA5
Complementary color
Monochromatic Colors of #D19BA5
Black with #D19BA5
Text Example
Text Example
White with #D19BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BA5; }
p { color: rgb(209,155,165); }
H1.HeaderClassName
{
color: #D19BA5;
}
.AnyTagClassName
{
color: #D19BA5;
}
</style>
background-color css
<style>
a { background-color: #D19BA5; }
a { background-color: rgb(209,155,165); }
div.DivClassName
{
background-color: #D19BA5;
}
.BgClassName
{
background-color: #D19BA5;
}
</style>
border-color css
<style>
span { border-color: #D19BA5; }
span { border-color: rgb(209,155,165); }
td.TdClassName
{
border-color: #D19BA5;
}
.TagClassName
{
border-color: #D19BA5;
}
</style>