Shades of Careys Pink #D196A0
Tints of Careys Pink #D196A0
RGB
CMYK
RGB Variations
Color information
#D196A0 (or 0xD196A0) is known color: Careys Pink. HEX triplet: D1, 96 and A0. RGB value is (209,150,160). Sum of RGB (Red+Green+Blue) = 209+150+160=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D196A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D196A0 is #2E695F. Grayscale: #A8A8A8. Windows color (decimal): -3041632 or 10524369. OLE color: 10524369.
HSL color Cylindrical-coordinate representation of color #D196A0: hue angle of 349.83º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D196A0 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 160 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.18 |
| HSL | 349.83º | 0.39% | 0.7% | - |
| HSV(B) | 349.83º | 0.28% | 0.82% | - |
| XYZ | 43.55 | 37.91 | 38.28 | - |
| YUV | 168.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 160 | 0 | 0.28 | 0.23 | 0.18 | 349.83 | 0.39 | 0.7 |
| Hex | D1 | 96 | A0 | 0 | 1C | 17 | 12 | 15E | 27 | 46 |
| Octal | 321 | 226 | 240 | 0 | 34 | 27 | 22 | 536 | 47 | 106 |
| Binary | 11010001 | 10010110 | 10100000 | 0 | 11100 | 10111 | 10010 | 101011110 | 100111 | 1000110 |
Color Harmonies of #D196A0
Complementary color
Monochromatic Colors of #D196A0
Black with #D196A0
Text Example
Text Example
White with #D196A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196A0; }
p { color: rgb(209,150,160); }
H1.HeaderClassName
{
color: #D196A0;
}
.AnyTagClassName
{
color: #D196A0;
}
</style>
background-color css
<style>
a { background-color: #D196A0; }
a { background-color: rgb(209,150,160); }
div.DivClassName
{
background-color: #D196A0;
}
.BgClassName
{
background-color: #D196A0;
}
</style>
border-color css
<style>
span { border-color: #D196A0; }
span { border-color: rgb(209,150,160); }
td.TdClassName
{
border-color: #D196A0;
}
.TagClassName
{
border-color: #D196A0;
}
</style>