Shades of Careys Pink #D5A1A8
Tints of Careys Pink #D5A1A8
RGB
CMYK
RGB Variations
Color information
#D5A1A8 (or 0xD5A1A8) is known color: Careys Pink. HEX triplet: D5, A1 and A8. RGB value is (213,161,168). Sum of RGB (Red+Green+Blue) = 213+161+168=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1A8 is #2A5E57. Grayscale: #B1B1B1. Windows color (decimal): -2776664 or 11051477. OLE color: 11051477.
HSL color Cylindrical-coordinate representation of color #D5A1A8: hue angle of 351.92º 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 #D5A1A8 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 168 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.16 |
| HSL | 351.92º | 0.38% | 0.73% | - |
| HSV(B) | 351.92º | 0.24% | 0.84% | - |
| XYZ | 47.25 | 42.46 | 42.75 | - |
| YUV | 177.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 168 | 0 | 0.24 | 0.21 | 0.16 | 351.92 | 0.38 | 0.73 |
| Hex | D5 | A1 | A8 | 0 | 18 | 15 | 10 | 160 | 26 | 49 |
| Octal | 325 | 241 | 250 | 0 | 30 | 25 | 20 | 540 | 46 | 111 |
| Binary | 11010101 | 10100001 | 10101000 | 0 | 11000 | 10101 | 10000 | 101100000 | 100110 | 1001001 |
Color Harmonies of #D5A1A8
Complementary color
Monochromatic Colors of #D5A1A8
Black with #D5A1A8
Text Example
Text Example
White with #D5A1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1A8; }
p { color: rgb(213,161,168); }
H1.HeaderClassName
{
color: #D5A1A8;
}
.AnyTagClassName
{
color: #D5A1A8;
}
</style>
background-color css
<style>
a { background-color: #D5A1A8; }
a { background-color: rgb(213,161,168); }
div.DivClassName
{
background-color: #D5A1A8;
}
.BgClassName
{
background-color: #D5A1A8;
}
</style>
border-color css
<style>
span { border-color: #D5A1A8; }
span { border-color: rgb(213,161,168); }
td.TdClassName
{
border-color: #D5A1A8;
}
.TagClassName
{
border-color: #D5A1A8;
}
</style>