Shades of Careys Pink #D1A1AB
Tints of Careys Pink #D1A1AB
RGB
CMYK
RGB Variations
Color information
#D1A1AB (or 0xD1A1AB) is known color: Careys Pink. HEX triplet: D1, A1 and AB. RGB value is (209,161,171). Sum of RGB (Red+Green+Blue) = 209+161+171=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A1AB is #2E5E54. Grayscale: #B0B0B0. Windows color (decimal): -3038805 or 11248081. OLE color: 11248081.
HSL color Cylindrical-coordinate representation of color #D1A1AB: hue angle of 347.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A1AB is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 171 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.18 |
| HSL | 347.5º | 0.34% | 0.73% | - |
| HSV(B) | 347.5º | 0.23% | 0.82% | - |
| XYZ | 46.39 | 41.99 | 44.19 | - |
| YUV | 176.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 171 | 0 | 0.23 | 0.18 | 0.18 | 347.5 | 0.34 | 0.73 |
| Hex | D1 | A1 | AB | 0 | 17 | 12 | 12 | 15C | 22 | 49 |
| Octal | 321 | 241 | 253 | 0 | 27 | 22 | 22 | 534 | 42 | 111 |
| Binary | 11010001 | 10100001 | 10101011 | 0 | 10111 | 10010 | 10010 | 101011100 | 100010 | 1001001 |
Color Harmonies of #D1A1AB
Complementary color
Monochromatic Colors of #D1A1AB
Black with #D1A1AB
Text Example
Text Example
White with #D1A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A1AB; }
p { color: rgb(209,161,171); }
H1.HeaderClassName
{
color: #D1A1AB;
}
.AnyTagClassName
{
color: #D1A1AB;
}
</style>
background-color css
<style>
a { background-color: #D1A1AB; }
a { background-color: rgb(209,161,171); }
div.DivClassName
{
background-color: #D1A1AB;
}
.BgClassName
{
background-color: #D1A1AB;
}
</style>
border-color css
<style>
span { border-color: #D1A1AB; }
span { border-color: rgb(209,161,171); }
td.TdClassName
{
border-color: #D1A1AB;
}
.TagClassName
{
border-color: #D1A1AB;
}
</style>