Shades of Careys Pink #D19B9D
Tints of Careys Pink #D19B9D
RGB
CMYK
RGB Variations
Color information
#D19B9D (or 0xD19B9D) is known color: Careys Pink. HEX triplet: D1, 9B and 9D. RGB value is (209,155,157). Sum of RGB (Red+Green+Blue) = 209+155+157=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19B9D is #2E6462. Grayscale: #ABABAB. Windows color (decimal): -3040355 or 10329041. OLE color: 10329041.
HSL color Cylindrical-coordinate representation of color #D19B9D: hue angle of 357.78º 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 #D19B9D is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 157 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.18 |
| HSL | 357.78º | 0.37% | 0.71% | - |
| HSV(B) | 357.78º | 0.26% | 0.82% | - |
| XYZ | 44.1 | 39.43 | 37.19 | - |
| YUV | 171.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 157 | 0 | 0.26 | 0.25 | 0.18 | 357.78 | 0.37 | 0.71 |
| Hex | D1 | 9B | 9D | 0 | 1A | 19 | 12 | 166 | 25 | 47 |
| Octal | 321 | 233 | 235 | 0 | 32 | 31 | 22 | 546 | 45 | 107 |
| Binary | 11010001 | 10011011 | 10011101 | 0 | 11010 | 11001 | 10010 | 101100110 | 100101 | 1000111 |
Color Harmonies of #D19B9D
Complementary color
Monochromatic Colors of #D19B9D
Black with #D19B9D
Text Example
Text Example
White with #D19B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B9D; }
p { color: rgb(209,155,157); }
H1.HeaderClassName
{
color: #D19B9D;
}
.AnyTagClassName
{
color: #D19B9D;
}
</style>
background-color css
<style>
a { background-color: #D19B9D; }
a { background-color: rgb(209,155,157); }
div.DivClassName
{
background-color: #D19B9D;
}
.BgClassName
{
background-color: #D19B9D;
}
</style>
border-color css
<style>
span { border-color: #D19B9D; }
span { border-color: rgb(209,155,157); }
td.TdClassName
{
border-color: #D19B9D;
}
.TagClassName
{
border-color: #D19B9D;
}
</style>