Shades of Careys Pink #D19599
Tints of Careys Pink #D19599
RGB
CMYK
RGB Variations
Color information
#D19599 (or 0xD19599) is known color: Careys Pink. HEX triplet: D1, 95 and 99. RGB value is (209,149,153). Sum of RGB (Red+Green+Blue) = 209+149+153=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D19599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19599 is #2E6A66. Grayscale: #A7A7A7. Windows color (decimal): -3041895 or 10065361. OLE color: 10065361.
HSL color Cylindrical-coordinate representation of color #D19599: hue angle of 356º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19599 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 153 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.18 |
| HSL | 356º | 0.39% | 0.7% | - |
| HSV(B) | 356º | 0.29% | 0.82% | - |
| XYZ | 42.79 | 37.35 | 35.09 | - |
| YUV | 167.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 153 | 0 | 0.29 | 0.27 | 0.18 | 356 | 0.39 | 0.7 |
| Hex | D1 | 95 | 99 | 0 | 1D | 1B | 12 | 164 | 27 | 46 |
| Octal | 321 | 225 | 231 | 0 | 35 | 33 | 22 | 544 | 47 | 106 |
| Binary | 11010001 | 10010101 | 10011001 | 0 | 11101 | 11011 | 10010 | 101100100 | 100111 | 1000110 |
Color Harmonies of #D19599
Complementary color
Monochromatic Colors of #D19599
Black with #D19599
Text Example
Text Example
White with #D19599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19599; }
p { color: rgb(209,149,153); }
H1.HeaderClassName
{
color: #D19599;
}
.AnyTagClassName
{
color: #D19599;
}
</style>
background-color css
<style>
a { background-color: #D19599; }
a { background-color: rgb(209,149,153); }
div.DivClassName
{
background-color: #D19599;
}
.BgClassName
{
background-color: #D19599;
}
</style>
border-color css
<style>
span { border-color: #D19599; }
span { border-color: rgb(209,149,153); }
td.TdClassName
{
border-color: #D19599;
}
.TagClassName
{
border-color: #D19599;
}
</style>