Shades of Careys Pink #D4A2AD
Tints of Careys Pink #D4A2AD
RGB
CMYK
RGB Variations
Color information
#D4A2AD (or 0xD4A2AD) is known color: Careys Pink. HEX triplet: D4, A2 and AD. RGB value is (212,162,173). Sum of RGB (Red+Green+Blue) = 212+162+173=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2AD is #2B5D52. Grayscale: #B2B2B2. Windows color (decimal): -2841939 or 11379412. OLE color: 11379412.
HSL color Cylindrical-coordinate representation of color #D4A2AD: hue angle of 346.8º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2AD is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 173 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.17 |
| HSL | 346.8º | 0.37% | 0.73% | - |
| HSV(B) | 346.8º | 0.24% | 0.83% | - |
| XYZ | 47.61 | 42.85 | 45.3 | - |
| YUV | 178.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 173 | 0 | 0.24 | 0.18 | 0.17 | 346.8 | 0.37 | 0.73 |
| Hex | D4 | A2 | AD | 0 | 18 | 12 | 11 | 15B | 25 | 49 |
| Octal | 324 | 242 | 255 | 0 | 30 | 22 | 21 | 533 | 45 | 111 |
| Binary | 11010100 | 10100010 | 10101101 | 0 | 11000 | 10010 | 10001 | 101011011 | 100101 | 1001001 |
Color Harmonies of #D4A2AD
Complementary color
Monochromatic Colors of #D4A2AD
Black with #D4A2AD
Text Example
Text Example
White with #D4A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2AD; }
p { color: rgb(212,162,173); }
H1.HeaderClassName
{
color: #D4A2AD;
}
.AnyTagClassName
{
color: #D4A2AD;
}
</style>
background-color css
<style>
a { background-color: #D4A2AD; }
a { background-color: rgb(212,162,173); }
div.DivClassName
{
background-color: #D4A2AD;
}
.BgClassName
{
background-color: #D4A2AD;
}
</style>
border-color css
<style>
span { border-color: #D4A2AD; }
span { border-color: rgb(212,162,173); }
td.TdClassName
{
border-color: #D4A2AD;
}
.TagClassName
{
border-color: #D4A2AD;
}
</style>