Shades of Careys Pink #D1A4AA
Tints of Careys Pink #D1A4AA
RGB
CMYK
RGB Variations
Color information
#D1A4AA (or 0xD1A4AA) is known color: Careys Pink. HEX triplet: D1, A4 and AA. RGB value is (209,164,170). Sum of RGB (Red+Green+Blue) = 209+164+170=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A4AA is #2E5B55. Grayscale: #B2B2B2. Windows color (decimal): -3038038 or 11183313. OLE color: 11183313.
HSL color Cylindrical-coordinate representation of color #D1A4AA: hue angle of 352º 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 #D1A4AA is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 170 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.18 |
| HSL | 352º | 0.33% | 0.73% | - |
| HSV(B) | 352º | 0.22% | 0.82% | - |
| XYZ | 46.83 | 43.01 | 43.86 | - |
| YUV | 178.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 170 | 0 | 0.22 | 0.19 | 0.18 | 352 | 0.33 | 0.73 |
| Hex | D1 | A4 | AA | 0 | 16 | 13 | 12 | 160 | 21 | 49 |
| Octal | 321 | 244 | 252 | 0 | 26 | 23 | 22 | 540 | 41 | 111 |
| Binary | 11010001 | 10100100 | 10101010 | 0 | 10110 | 10011 | 10010 | 101100000 | 100001 | 1001001 |
Color Harmonies of #D1A4AA
Complementary color
Monochromatic Colors of #D1A4AA
Black with #D1A4AA
Text Example
Text Example
White with #D1A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A4AA; }
p { color: rgb(209,164,170); }
H1.HeaderClassName
{
color: #D1A4AA;
}
.AnyTagClassName
{
color: #D1A4AA;
}
</style>
background-color css
<style>
a { background-color: #D1A4AA; }
a { background-color: rgb(209,164,170); }
div.DivClassName
{
background-color: #D1A4AA;
}
.BgClassName
{
background-color: #D1A4AA;
}
</style>
border-color css
<style>
span { border-color: #D1A4AA; }
span { border-color: rgb(209,164,170); }
td.TdClassName
{
border-color: #D1A4AA;
}
.TagClassName
{
border-color: #D1A4AA;
}
</style>