Shades of Careys Pink #D19B9E
Tints of Careys Pink #D19B9E
RGB
CMYK
RGB Variations
Color information
#D19B9E (or 0xD19B9E) is known color: Careys Pink. HEX triplet: D1, 9B and 9E. RGB value is (209,155,158). Sum of RGB (Red+Green+Blue) = 209+155+158=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19B9E is #2E6461. Grayscale: #ABABAB. Windows color (decimal): -3040354 or 10394577. OLE color: 10394577.
HSL color Cylindrical-coordinate representation of color #D19B9E: hue angle of 356.67º 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 #D19B9E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 158 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.18 |
| HSL | 356.67º | 0.37% | 0.71% | - |
| HSV(B) | 356.67º | 0.26% | 0.82% | - |
| XYZ | 44.19 | 39.47 | 37.64 | - |
| YUV | 171.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 158 | 0 | 0.26 | 0.24 | 0.18 | 356.67 | 0.37 | 0.71 |
| Hex | D1 | 9B | 9E | 0 | 1A | 18 | 12 | 165 | 25 | 47 |
| Octal | 321 | 233 | 236 | 0 | 32 | 30 | 22 | 545 | 45 | 107 |
| Binary | 11010001 | 10011011 | 10011110 | 0 | 11010 | 11000 | 10010 | 101100101 | 100101 | 1000111 |
Color Harmonies of #D19B9E
Complementary color
Monochromatic Colors of #D19B9E
Black with #D19B9E
Text Example
Text Example
White with #D19B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B9E; }
p { color: rgb(209,155,158); }
H1.HeaderClassName
{
color: #D19B9E;
}
.AnyTagClassName
{
color: #D19B9E;
}
</style>
background-color css
<style>
a { background-color: #D19B9E; }
a { background-color: rgb(209,155,158); }
div.DivClassName
{
background-color: #D19B9E;
}
.BgClassName
{
background-color: #D19B9E;
}
</style>
border-color css
<style>
span { border-color: #D19B9E; }
span { border-color: rgb(209,155,158); }
td.TdClassName
{
border-color: #D19B9E;
}
.TagClassName
{
border-color: #D19B9E;
}
</style>