Shades of Careys Pink #D4A2AB
Tints of Careys Pink #D4A2AB
RGB
CMYK
RGB Variations
Color information
#D4A2AB (or 0xD4A2AB) is known color: Careys Pink. HEX triplet: D4, A2 and AB. RGB value is (212,162,171). Sum of RGB (Red+Green+Blue) = 212+162+171=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2AB is #2B5D54. Grayscale: #B1B1B1. Windows color (decimal): -2841941 or 11248340. OLE color: 11248340.
HSL color Cylindrical-coordinate representation of color #D4A2AB: hue angle of 349.2º 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 #D4A2AB is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 171 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.17 |
| HSL | 349.2º | 0.37% | 0.73% | - |
| HSV(B) | 349.2º | 0.24% | 0.83% | - |
| XYZ | 47.42 | 42.78 | 44.29 | - |
| YUV | 177.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 171 | 0 | 0.24 | 0.19 | 0.17 | 349.2 | 0.37 | 0.73 |
| Hex | D4 | A2 | AB | 0 | 18 | 13 | 11 | 15D | 25 | 49 |
| Octal | 324 | 242 | 253 | 0 | 30 | 23 | 21 | 535 | 45 | 111 |
| Binary | 11010100 | 10100010 | 10101011 | 0 | 11000 | 10011 | 10001 | 101011101 | 100101 | 1001001 |
Color Harmonies of #D4A2AB
Complementary color
Monochromatic Colors of #D4A2AB
Black with #D4A2AB
Text Example
Text Example
White with #D4A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2AB; }
p { color: rgb(212,162,171); }
H1.HeaderClassName
{
color: #D4A2AB;
}
.AnyTagClassName
{
color: #D4A2AB;
}
</style>
background-color css
<style>
a { background-color: #D4A2AB; }
a { background-color: rgb(212,162,171); }
div.DivClassName
{
background-color: #D4A2AB;
}
.BgClassName
{
background-color: #D4A2AB;
}
</style>
border-color css
<style>
span { border-color: #D4A2AB; }
span { border-color: rgb(212,162,171); }
td.TdClassName
{
border-color: #D4A2AB;
}
.TagClassName
{
border-color: #D4A2AB;
}
</style>