Shades of Careys Pink #D1A3A8
Tints of Careys Pink #D1A3A8
RGB
CMYK
RGB Variations
Color information
#D1A3A8 (or 0xD1A3A8) is known color: Careys Pink. HEX triplet: D1, A3 and A8. RGB value is (209,163,168). Sum of RGB (Red+Green+Blue) = 209+163+168=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A3A8 is #2E5C57. Grayscale: #B1B1B1. Windows color (decimal): -3038296 or 11051985. OLE color: 11051985.
HSL color Cylindrical-coordinate representation of color #D1A3A8: hue angle of 353.48º 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 #D1A3A8 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 168 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.18 |
| HSL | 353.48º | 0.33% | 0.73% | - |
| HSV(B) | 353.48º | 0.22% | 0.82% | - |
| XYZ | 46.46 | 42.58 | 42.82 | - |
| YUV | 177.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 168 | 0 | 0.22 | 0.20 | 0.18 | 353.48 | 0.33 | 0.73 |
| Hex | D1 | A3 | A8 | 0 | 16 | 14 | 12 | 161 | 21 | 49 |
| Octal | 321 | 243 | 250 | 0 | 26 | 24 | 22 | 541 | 41 | 111 |
| Binary | 11010001 | 10100011 | 10101000 | 0 | 10110 | 10100 | 10010 | 101100001 | 100001 | 1001001 |
Color Harmonies of #D1A3A8
Complementary color
Monochromatic Colors of #D1A3A8
Black with #D1A3A8
Text Example
Text Example
White with #D1A3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3A8; }
p { color: rgb(209,163,168); }
H1.HeaderClassName
{
color: #D1A3A8;
}
.AnyTagClassName
{
color: #D1A3A8;
}
</style>
background-color css
<style>
a { background-color: #D1A3A8; }
a { background-color: rgb(209,163,168); }
div.DivClassName
{
background-color: #D1A3A8;
}
.BgClassName
{
background-color: #D1A3A8;
}
</style>
border-color css
<style>
span { border-color: #D1A3A8; }
span { border-color: rgb(209,163,168); }
td.TdClassName
{
border-color: #D1A3A8;
}
.TagClassName
{
border-color: #D1A3A8;
}
</style>