Shades of Careys Pink #D19697
Tints of Careys Pink #D19697
RGB
CMYK
RGB Variations
Color information
#D19697 (or 0xD19697) is known color: Careys Pink. HEX triplet: D1, 96 and 97. RGB value is (209,150,151). Sum of RGB (Red+Green+Blue) = 209+150+151=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D19697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19697 is #2E6968. Grayscale: #A7A7A7. Windows color (decimal): -3041641 or 9934545. OLE color: 9934545.
HSL color Cylindrical-coordinate representation of color #D19697: hue angle of 358.98º 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 #D19697 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 151 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.18 |
| HSL | 358.98º | 0.39% | 0.7% | - |
| HSV(B) | 358.98º | 0.28% | 0.82% | - |
| XYZ | 42.79 | 37.6 | 34.28 | - |
| YUV | 167.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 151 | 0 | 0.28 | 0.28 | 0.18 | 358.98 | 0.39 | 0.7 |
| Hex | D1 | 96 | 97 | 0 | 1C | 1C | 12 | 167 | 27 | 46 |
| Octal | 321 | 226 | 227 | 0 | 34 | 34 | 22 | 547 | 47 | 106 |
| Binary | 11010001 | 10010110 | 10010111 | 0 | 11100 | 11100 | 10010 | 101100111 | 100111 | 1000110 |
Color Harmonies of #D19697
Complementary color
Monochromatic Colors of #D19697
Black with #D19697
Text Example
Text Example
White with #D19697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19697; }
p { color: rgb(209,150,151); }
H1.HeaderClassName
{
color: #D19697;
}
.AnyTagClassName
{
color: #D19697;
}
</style>
background-color css
<style>
a { background-color: #D19697; }
a { background-color: rgb(209,150,151); }
div.DivClassName
{
background-color: #D19697;
}
.BgClassName
{
background-color: #D19697;
}
</style>
border-color css
<style>
span { border-color: #D19697; }
span { border-color: rgb(209,150,151); }
td.TdClassName
{
border-color: #D19697;
}
.TagClassName
{
border-color: #D19697;
}
</style>