Shades of Careys Pink #D2A1AB
Tints of Careys Pink #D2A1AB
RGB
CMYK
RGB Variations
Color information
#D2A1AB (or 0xD2A1AB) is known color: Careys Pink. HEX triplet: D2, A1 and AB. RGB value is (210,161,171). Sum of RGB (Red+Green+Blue) = 210+161+171=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A1AB is #2D5E54. Grayscale: #B0B0B0. Windows color (decimal): -2973269 or 11248082. OLE color: 11248082.
HSL color Cylindrical-coordinate representation of color #D2A1AB: hue angle of 347.76º degrees, saturation: 0.35, 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 #D2A1AB is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 171 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.18 |
| HSL | 347.76º | 0.35% | 0.73% | - |
| HSV(B) | 347.76º | 0.23% | 0.82% | - |
| XYZ | 46.67 | 42.13 | 44.2 | - |
| YUV | 176.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 171 | 0 | 0.23 | 0.19 | 0.18 | 347.76 | 0.35 | 0.73 |
| Hex | D2 | A1 | AB | 0 | 17 | 13 | 12 | 15C | 23 | 49 |
| Octal | 322 | 241 | 253 | 0 | 27 | 23 | 22 | 534 | 43 | 111 |
| Binary | 11010010 | 10100001 | 10101011 | 0 | 10111 | 10011 | 10010 | 101011100 | 100011 | 1001001 |
Color Harmonies of #D2A1AB
Complementary color
Monochromatic Colors of #D2A1AB
Black with #D2A1AB
Text Example
Text Example
White with #D2A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A1AB; }
p { color: rgb(210,161,171); }
H1.HeaderClassName
{
color: #D2A1AB;
}
.AnyTagClassName
{
color: #D2A1AB;
}
</style>
background-color css
<style>
a { background-color: #D2A1AB; }
a { background-color: rgb(210,161,171); }
div.DivClassName
{
background-color: #D2A1AB;
}
.BgClassName
{
background-color: #D2A1AB;
}
</style>
border-color css
<style>
span { border-color: #D2A1AB; }
span { border-color: rgb(210,161,171); }
td.TdClassName
{
border-color: #D2A1AB;
}
.TagClassName
{
border-color: #D2A1AB;
}
</style>