Shades of Careys Pink #D19299
Tints of Careys Pink #D19299
RGB
CMYK
RGB Variations
Color information
#D19299 (or 0xD19299) is known color: Careys Pink. HEX triplet: D1, 92 and 99. RGB value is (209,146,153). Sum of RGB (Red+Green+Blue) = 209+146+153=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D19299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19299 is #2E6D66. Grayscale: #A5A5A5. Windows color (decimal): -3042663 or 10064593. OLE color: 10064593.
HSL color Cylindrical-coordinate representation of color #D19299: hue angle of 353.33º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19299 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 153 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.18 |
| HSL | 353.33º | 0.41% | 0.7% | - |
| HSV(B) | 353.33º | 0.3% | 0.82% | - |
| XYZ | 42.32 | 36.41 | 34.93 | - |
| YUV | 165.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 153 | 0 | 0.30 | 0.27 | 0.18 | 353.33 | 0.41 | 0.7 |
| Hex | D1 | 92 | 99 | 0 | 1E | 1B | 12 | 161 | 29 | 46 |
| Octal | 321 | 222 | 231 | 0 | 36 | 33 | 22 | 541 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10011001 | 0 | 11110 | 11011 | 10010 | 101100001 | 101001 | 1000110 |
Color Harmonies of #D19299
Complementary color
Monochromatic Colors of #D19299
Black with #D19299
Text Example
Text Example
White with #D19299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19299; }
p { color: rgb(209,146,153); }
H1.HeaderClassName
{
color: #D19299;
}
.AnyTagClassName
{
color: #D19299;
}
</style>
background-color css
<style>
a { background-color: #D19299; }
a { background-color: rgb(209,146,153); }
div.DivClassName
{
background-color: #D19299;
}
.BgClassName
{
background-color: #D19299;
}
</style>
border-color css
<style>
span { border-color: #D19299; }
span { border-color: rgb(209,146,153); }
td.TdClassName
{
border-color: #D19299;
}
.TagClassName
{
border-color: #D19299;
}
</style>