Shades of Careys Pink #D3A2AC
Tints of Careys Pink #D3A2AC
RGB
CMYK
RGB Variations
Color information
#D3A2AC (or 0xD3A2AC) is known color: Careys Pink. HEX triplet: D3, A2 and AC. RGB value is (211,162,172). Sum of RGB (Red+Green+Blue) = 211+162+172=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A2AC is #2C5D53. Grayscale: #B1B1B1. Windows color (decimal): -2907476 or 11313875. OLE color: 11313875.
HSL color Cylindrical-coordinate representation of color #D3A2AC: hue angle of 347.76º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A2AC is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 172 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.17 |
| HSL | 347.76º | 0.36% | 0.73% | - |
| HSV(B) | 347.76º | 0.23% | 0.83% | - |
| XYZ | 47.23 | 42.67 | 44.78 | - |
| YUV | 177.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 172 | 0 | 0.23 | 0.18 | 0.17 | 347.76 | 0.36 | 0.73 |
| Hex | D3 | A2 | AC | 0 | 17 | 12 | 11 | 15C | 24 | 49 |
| Octal | 323 | 242 | 254 | 0 | 27 | 22 | 21 | 534 | 44 | 111 |
| Binary | 11010011 | 10100010 | 10101100 | 0 | 10111 | 10010 | 10001 | 101011100 | 100100 | 1001001 |
Color Harmonies of #D3A2AC
Complementary color
Monochromatic Colors of #D3A2AC
Black with #D3A2AC
Text Example
Text Example
White with #D3A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A2AC; }
p { color: rgb(211,162,172); }
H1.HeaderClassName
{
color: #D3A2AC;
}
.AnyTagClassName
{
color: #D3A2AC;
}
</style>
background-color css
<style>
a { background-color: #D3A2AC; }
a { background-color: rgb(211,162,172); }
div.DivClassName
{
background-color: #D3A2AC;
}
.BgClassName
{
background-color: #D3A2AC;
}
</style>
border-color css
<style>
span { border-color: #D3A2AC; }
span { border-color: rgb(211,162,172); }
td.TdClassName
{
border-color: #D3A2AC;
}
.TagClassName
{
border-color: #D3A2AC;
}
</style>