Shades of Careys Pink #D19899
Tints of Careys Pink #D19899
RGB
CMYK
RGB Variations
Color information
#D19899 (or 0xD19899) is known color: Careys Pink. HEX triplet: D1, 98 and 99. RGB value is (209,152,153). Sum of RGB (Red+Green+Blue) = 209+152+153=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D19899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19899 is #2E6766. Grayscale: #A9A9A9. Windows color (decimal): -3041127 or 10066129. OLE color: 10066129.
HSL color Cylindrical-coordinate representation of color #D19899: hue angle of 358.95º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D19899 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 153 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.18 |
| HSL | 358.95º | 0.38% | 0.71% | - |
| HSV(B) | 358.95º | 0.27% | 0.82% | - |
| XYZ | 43.27 | 38.31 | 35.25 | - |
| YUV | 169.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 153 | 0 | 0.27 | 0.27 | 0.18 | 358.95 | 0.38 | 0.71 |
| Hex | D1 | 98 | 99 | 0 | 1B | 1B | 12 | 167 | 26 | 47 |
| Octal | 321 | 230 | 231 | 0 | 33 | 33 | 22 | 547 | 46 | 107 |
| Binary | 11010001 | 10011000 | 10011001 | 0 | 11011 | 11011 | 10010 | 101100111 | 100110 | 1000111 |
Color Harmonies of #D19899
Complementary color
Monochromatic Colors of #D19899
Black with #D19899
Text Example
Text Example
White with #D19899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19899; }
p { color: rgb(209,152,153); }
H1.HeaderClassName
{
color: #D19899;
}
.AnyTagClassName
{
color: #D19899;
}
</style>
background-color css
<style>
a { background-color: #D19899; }
a { background-color: rgb(209,152,153); }
div.DivClassName
{
background-color: #D19899;
}
.BgClassName
{
background-color: #D19899;
}
</style>
border-color css
<style>
span { border-color: #D19899; }
span { border-color: rgb(209,152,153); }
td.TdClassName
{
border-color: #D19899;
}
.TagClassName
{
border-color: #D19899;
}
</style>