Shades of Careys Pink #D1A3AF
Tints of Careys Pink #D1A3AF
RGB
CMYK
RGB Variations
Color information
#D1A3AF (or 0xD1A3AF) is known color: Careys Pink. HEX triplet: D1, A3 and AF. RGB value is (209,163,175). Sum of RGB (Red+Green+Blue) = 209+163+175=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A3AF is #2E5C50. Grayscale: #B2B2B2. Windows color (decimal): -3038289 or 11510737. OLE color: 11510737.
HSL color Cylindrical-coordinate representation of color #D1A3AF: hue angle of 344.35º 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 #D1A3AF is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 175 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.18 |
| HSL | 344.35º | 0.33% | 0.73% | - |
| HSV(B) | 344.35º | 0.22% | 0.82% | - |
| XYZ | 47.13 | 42.84 | 46.34 | - |
| YUV | 178.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 175 | 0 | 0.22 | 0.16 | 0.18 | 344.35 | 0.33 | 0.73 |
| Hex | D1 | A3 | AF | 0 | 16 | 10 | 12 | 158 | 21 | 49 |
| Octal | 321 | 243 | 257 | 0 | 26 | 20 | 22 | 530 | 41 | 111 |
| Binary | 11010001 | 10100011 | 10101111 | 0 | 10110 | 10000 | 10010 | 101011000 | 100001 | 1001001 |
Color Harmonies of #D1A3AF
Complementary color
Monochromatic Colors of #D1A3AF
Black with #D1A3AF
Text Example
Text Example
White with #D1A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3AF; }
p { color: rgb(209,163,175); }
H1.HeaderClassName
{
color: #D1A3AF;
}
.AnyTagClassName
{
color: #D1A3AF;
}
</style>
background-color css
<style>
a { background-color: #D1A3AF; }
a { background-color: rgb(209,163,175); }
div.DivClassName
{
background-color: #D1A3AF;
}
.BgClassName
{
background-color: #D1A3AF;
}
</style>
border-color css
<style>
span { border-color: #D1A3AF; }
span { border-color: rgb(209,163,175); }
td.TdClassName
{
border-color: #D1A3AF;
}
.TagClassName
{
border-color: #D1A3AF;
}
</style>