Shades of Careys Pink #D1A0AA
Tints of Careys Pink #D1A0AA
RGB
CMYK
RGB Variations
Color information
#D1A0AA (or 0xD1A0AA) is known color: Careys Pink. HEX triplet: D1, A0 and AA. RGB value is (209,160,170). Sum of RGB (Red+Green+Blue) = 209+160+170=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A0AA is #2E5F55. Grayscale: #AFAFAF. Windows color (decimal): -3039062 or 11182289. OLE color: 11182289.
HSL color Cylindrical-coordinate representation of color #D1A0AA: hue angle of 347.76º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A0AA is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 170 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.18 |
| HSL | 347.76º | 0.35% | 0.72% | - |
| HSV(B) | 347.76º | 0.23% | 0.82% | - |
| XYZ | 46.12 | 41.6 | 43.63 | - |
| YUV | 175.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 170 | 0 | 0.23 | 0.19 | 0.18 | 347.76 | 0.35 | 0.72 |
| Hex | D1 | A0 | AA | 0 | 17 | 13 | 12 | 15C | 23 | 48 |
| Octal | 321 | 240 | 252 | 0 | 27 | 23 | 22 | 534 | 43 | 110 |
| Binary | 11010001 | 10100000 | 10101010 | 0 | 10111 | 10011 | 10010 | 101011100 | 100011 | 1001000 |
Color Harmonies of #D1A0AA
Complementary color
Monochromatic Colors of #D1A0AA
Black with #D1A0AA
Text Example
Text Example
White with #D1A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0AA; }
p { color: rgb(209,160,170); }
H1.HeaderClassName
{
color: #D1A0AA;
}
.AnyTagClassName
{
color: #D1A0AA;
}
</style>
background-color css
<style>
a { background-color: #D1A0AA; }
a { background-color: rgb(209,160,170); }
div.DivClassName
{
background-color: #D1A0AA;
}
.BgClassName
{
background-color: #D1A0AA;
}
</style>
border-color css
<style>
span { border-color: #D1A0AA; }
span { border-color: rgb(209,160,170); }
td.TdClassName
{
border-color: #D1A0AA;
}
.TagClassName
{
border-color: #D1A0AA;
}
</style>