Shades of Careys Pink #D5A1A3
Tints of Careys Pink #D5A1A3
RGB
CMYK
RGB Variations
Color information
#D5A1A3 (or 0xD5A1A3) is known color: Careys Pink. HEX triplet: D5, A1 and A3. RGB value is (213,161,163). Sum of RGB (Red+Green+Blue) = 213+161+163=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1A3 is #2A5E5C. Grayscale: #B0B0B0. Windows color (decimal): -2776669 or 10723797. OLE color: 10723797.
HSL color Cylindrical-coordinate representation of color #D5A1A3: hue angle of 357.69º 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 #D5A1A3 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 163 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.16 |
| HSL | 357.69º | 0.38% | 0.73% | - |
| HSV(B) | 357.69º | 0.24% | 0.84% | - |
| XYZ | 46.8 | 42.28 | 40.34 | - |
| YUV | 176.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 163 | 0 | 0.24 | 0.23 | 0.16 | 357.69 | 0.38 | 0.73 |
| Hex | D5 | A1 | A3 | 0 | 18 | 17 | 10 | 166 | 26 | 49 |
| Octal | 325 | 241 | 243 | 0 | 30 | 27 | 20 | 546 | 46 | 111 |
| Binary | 11010101 | 10100001 | 10100011 | 0 | 11000 | 10111 | 10000 | 101100110 | 100110 | 1001001 |
Color Harmonies of #D5A1A3
Complementary color
Monochromatic Colors of #D5A1A3
Black with #D5A1A3
Text Example
Text Example
White with #D5A1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1A3; }
p { color: rgb(213,161,163); }
H1.HeaderClassName
{
color: #D5A1A3;
}
.AnyTagClassName
{
color: #D5A1A3;
}
</style>
background-color css
<style>
a { background-color: #D5A1A3; }
a { background-color: rgb(213,161,163); }
div.DivClassName
{
background-color: #D5A1A3;
}
.BgClassName
{
background-color: #D5A1A3;
}
</style>
border-color css
<style>
span { border-color: #D5A1A3; }
span { border-color: rgb(213,161,163); }
td.TdClassName
{
border-color: #D5A1A3;
}
.TagClassName
{
border-color: #D5A1A3;
}
</style>