Shades of Careys Pink #D3A2AD
Tints of Careys Pink #D3A2AD
RGB
CMYK
RGB Variations
Color information
#D3A2AD (or 0xD3A2AD) is known color: Careys Pink. HEX triplet: D3, A2 and AD. RGB value is (211,162,173). Sum of RGB (Red+Green+Blue) = 211+162+173=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A2AD is #2C5D52. Grayscale: #B1B1B1. Windows color (decimal): -2907475 or 11379411. OLE color: 11379411.
HSL color Cylindrical-coordinate representation of color #D3A2AD: hue angle of 346.53º 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 #D3A2AD is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 173 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.17 |
| HSL | 346.53º | 0.36% | 0.73% | - |
| HSV(B) | 346.53º | 0.23% | 0.83% | - |
| XYZ | 47.33 | 42.71 | 45.28 | - |
| YUV | 177.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 173 | 0 | 0.23 | 0.18 | 0.17 | 346.53 | 0.36 | 0.73 |
| Hex | D3 | A2 | AD | 0 | 17 | 12 | 11 | 15B | 24 | 49 |
| Octal | 323 | 242 | 255 | 0 | 27 | 22 | 21 | 533 | 44 | 111 |
| Binary | 11010011 | 10100010 | 10101101 | 0 | 10111 | 10010 | 10001 | 101011011 | 100100 | 1001001 |
Color Harmonies of #D3A2AD
Complementary color
Monochromatic Colors of #D3A2AD
Black with #D3A2AD
Text Example
Text Example
White with #D3A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A2AD; }
p { color: rgb(211,162,173); }
H1.HeaderClassName
{
color: #D3A2AD;
}
.AnyTagClassName
{
color: #D3A2AD;
}
</style>
background-color css
<style>
a { background-color: #D3A2AD; }
a { background-color: rgb(211,162,173); }
div.DivClassName
{
background-color: #D3A2AD;
}
.BgClassName
{
background-color: #D3A2AD;
}
</style>
border-color css
<style>
span { border-color: #D3A2AD; }
span { border-color: rgb(211,162,173); }
td.TdClassName
{
border-color: #D3A2AD;
}
.TagClassName
{
border-color: #D3A2AD;
}
</style>