Shades of Careys Pink #D5A1AA
Tints of Careys Pink #D5A1AA
RGB
CMYK
RGB Variations
Color information
#D5A1AA (or 0xD5A1AA) is known color: Careys Pink. HEX triplet: D5, A1 and AA. RGB value is (213,161,170). Sum of RGB (Red+Green+Blue) = 213+161+170=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1AA is #2A5E55. Grayscale: #B1B1B1. Windows color (decimal): -2776662 or 11182549. OLE color: 11182549.
HSL color Cylindrical-coordinate representation of color #D5A1AA: hue angle of 349.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1AA is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 170 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.16 |
| HSL | 349.62º | 0.38% | 0.73% | - |
| HSV(B) | 349.62º | 0.24% | 0.84% | - |
| XYZ | 47.44 | 42.54 | 43.74 | - |
| YUV | 177.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 170 | 0 | 0.24 | 0.20 | 0.16 | 349.62 | 0.38 | 0.73 |
| Hex | D5 | A1 | AA | 0 | 18 | 14 | 10 | 15E | 26 | 49 |
| Octal | 325 | 241 | 252 | 0 | 30 | 24 | 20 | 536 | 46 | 111 |
| Binary | 11010101 | 10100001 | 10101010 | 0 | 11000 | 10100 | 10000 | 101011110 | 100110 | 1001001 |
Color Harmonies of #D5A1AA
Complementary color
Monochromatic Colors of #D5A1AA
Black with #D5A1AA
Text Example
Text Example
White with #D5A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1AA; }
p { color: rgb(213,161,170); }
H1.HeaderClassName
{
color: #D5A1AA;
}
.AnyTagClassName
{
color: #D5A1AA;
}
</style>
background-color css
<style>
a { background-color: #D5A1AA; }
a { background-color: rgb(213,161,170); }
div.DivClassName
{
background-color: #D5A1AA;
}
.BgClassName
{
background-color: #D5A1AA;
}
</style>
border-color css
<style>
span { border-color: #D5A1AA; }
span { border-color: rgb(213,161,170); }
td.TdClassName
{
border-color: #D5A1AA;
}
.TagClassName
{
border-color: #D5A1AA;
}
</style>