Shades of Careys Pink #D1A3AC
Tints of Careys Pink #D1A3AC
RGB
CMYK
RGB Variations
Color information
#D1A3AC (or 0xD1A3AC) is known color: Careys Pink. HEX triplet: D1, A3 and AC. RGB value is (209,163,172). Sum of RGB (Red+Green+Blue) = 209+163+172=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A3AC is #2E5C53. Grayscale: #B1B1B1. Windows color (decimal): -3038292 or 11314129. OLE color: 11314129.
HSL color Cylindrical-coordinate representation of color #D1A3AC: hue angle of 348.26º 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 #D1A3AC is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 172 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.18 |
| HSL | 348.26º | 0.33% | 0.73% | - |
| HSV(B) | 348.26º | 0.22% | 0.82% | - |
| XYZ | 46.84 | 42.73 | 44.81 | - |
| YUV | 177.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 172 | 0 | 0.22 | 0.18 | 0.18 | 348.26 | 0.33 | 0.73 |
| Hex | D1 | A3 | AC | 0 | 16 | 12 | 12 | 15C | 21 | 49 |
| Octal | 321 | 243 | 254 | 0 | 26 | 22 | 22 | 534 | 41 | 111 |
| Binary | 11010001 | 10100011 | 10101100 | 0 | 10110 | 10010 | 10010 | 101011100 | 100001 | 1001001 |
Color Harmonies of #D1A3AC
Complementary color
Monochromatic Colors of #D1A3AC
Black with #D1A3AC
Text Example
Text Example
White with #D1A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3AC; }
p { color: rgb(209,163,172); }
H1.HeaderClassName
{
color: #D1A3AC;
}
.AnyTagClassName
{
color: #D1A3AC;
}
</style>
background-color css
<style>
a { background-color: #D1A3AC; }
a { background-color: rgb(209,163,172); }
div.DivClassName
{
background-color: #D1A3AC;
}
.BgClassName
{
background-color: #D1A3AC;
}
</style>
border-color css
<style>
span { border-color: #D1A3AC; }
span { border-color: rgb(209,163,172); }
td.TdClassName
{
border-color: #D1A3AC;
}
.TagClassName
{
border-color: #D1A3AC;
}
</style>