Shades of Careys Pink #D1A3AD
Tints of Careys Pink #D1A3AD
RGB
CMYK
RGB Variations
Color information
#D1A3AD (or 0xD1A3AD) is known color: Careys Pink. HEX triplet: D1, A3 and AD. RGB value is (209,163,173). Sum of RGB (Red+Green+Blue) = 209+163+173=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A3AD is #2E5C52. Grayscale: #B1B1B1. Windows color (decimal): -3038291 or 11379665. OLE color: 11379665.
HSL color Cylindrical-coordinate representation of color #D1A3AD: hue angle of 346.96º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A3AD is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 173 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.18 |
| HSL | 346.96º | 0.33% | 0.73% | - |
| HSV(B) | 346.96º | 0.22% | 0.82% | - |
| XYZ | 46.93 | 42.77 | 45.32 | - |
| YUV | 177.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 173 | 0 | 0.22 | 0.17 | 0.18 | 346.96 | 0.33 | 0.73 |
| Hex | D1 | A3 | AD | 0 | 16 | 11 | 12 | 15B | 21 | 49 |
| Octal | 321 | 243 | 255 | 0 | 26 | 21 | 22 | 533 | 41 | 111 |
| Binary | 11010001 | 10100011 | 10101101 | 0 | 10110 | 10001 | 10010 | 101011011 | 100001 | 1001001 |
Color Harmonies of #D1A3AD
Complementary color
Monochromatic Colors of #D1A3AD
Black with #D1A3AD
Text Example
Text Example
White with #D1A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3AD; }
p { color: rgb(209,163,173); }
H1.HeaderClassName
{
color: #D1A3AD;
}
.AnyTagClassName
{
color: #D1A3AD;
}
</style>
background-color css
<style>
a { background-color: #D1A3AD; }
a { background-color: rgb(209,163,173); }
div.DivClassName
{
background-color: #D1A3AD;
}
.BgClassName
{
background-color: #D1A3AD;
}
</style>
border-color css
<style>
span { border-color: #D1A3AD; }
span { border-color: rgb(209,163,173); }
td.TdClassName
{
border-color: #D1A3AD;
}
.TagClassName
{
border-color: #D1A3AD;
}
</style>