Shades of Careys Pink #D1A2AD
Tints of Careys Pink #D1A2AD
RGB
CMYK
RGB Variations
Color information
#D1A2AD (or 0xD1A2AD) is known color: Careys Pink. HEX triplet: D1, A2 and AD. RGB value is (209,162,173). Sum of RGB (Red+Green+Blue) = 209+162+173=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A2AD is #2E5D52. Grayscale: #B1B1B1. Windows color (decimal): -3038547 or 11379409. OLE color: 11379409.
HSL color Cylindrical-coordinate representation of color #D1A2AD: hue angle of 345.96º degrees, saturation: 0.34, 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 #D1A2AD is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 173 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.18 |
| HSL | 345.96º | 0.34% | 0.73% | - |
| HSV(B) | 345.96º | 0.22% | 0.82% | - |
| XYZ | 46.76 | 42.41 | 45.26 | - |
| YUV | 177.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 173 | 0 | 0.22 | 0.17 | 0.18 | 345.96 | 0.34 | 0.73 |
| Hex | D1 | A2 | AD | 0 | 16 | 11 | 12 | 15A | 22 | 49 |
| Octal | 321 | 242 | 255 | 0 | 26 | 21 | 22 | 532 | 42 | 111 |
| Binary | 11010001 | 10100010 | 10101101 | 0 | 10110 | 10001 | 10010 | 101011010 | 100010 | 1001001 |
Color Harmonies of #D1A2AD
Complementary color
Monochromatic Colors of #D1A2AD
Black with #D1A2AD
Text Example
Text Example
White with #D1A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A2AD; }
p { color: rgb(209,162,173); }
H1.HeaderClassName
{
color: #D1A2AD;
}
.AnyTagClassName
{
color: #D1A2AD;
}
</style>
background-color css
<style>
a { background-color: #D1A2AD; }
a { background-color: rgb(209,162,173); }
div.DivClassName
{
background-color: #D1A2AD;
}
.BgClassName
{
background-color: #D1A2AD;
}
</style>
border-color css
<style>
span { border-color: #D1A2AD; }
span { border-color: rgb(209,162,173); }
td.TdClassName
{
border-color: #D1A2AD;
}
.TagClassName
{
border-color: #D1A2AD;
}
</style>