Shades of Careys Pink #D4A2AC
Tints of Careys Pink #D4A2AC
RGB
CMYK
RGB Variations
Color information
#D4A2AC (or 0xD4A2AC) is known color: Careys Pink. HEX triplet: D4, A2 and AC. RGB value is (212,162,172). Sum of RGB (Red+Green+Blue) = 212+162+172=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2AC is #2B5D53. Grayscale: #B2B2B2. Windows color (decimal): -2841940 or 11313876. OLE color: 11313876.
HSL color Cylindrical-coordinate representation of color #D4A2AC: hue angle of 348º 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 #D4A2AC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 172 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.17 |
| HSL | 348º | 0.37% | 0.73% | - |
| HSV(B) | 348º | 0.24% | 0.83% | - |
| XYZ | 47.52 | 42.82 | 44.79 | - |
| YUV | 178.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 172 | 0 | 0.24 | 0.19 | 0.17 | 348 | 0.37 | 0.73 |
| Hex | D4 | A2 | AC | 0 | 18 | 13 | 11 | 15C | 25 | 49 |
| Octal | 324 | 242 | 254 | 0 | 30 | 23 | 21 | 534 | 45 | 111 |
| Binary | 11010100 | 10100010 | 10101100 | 0 | 11000 | 10011 | 10001 | 101011100 | 100101 | 1001001 |
Color Harmonies of #D4A2AC
Complementary color
Monochromatic Colors of #D4A2AC
Black with #D4A2AC
Text Example
Text Example
White with #D4A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2AC; }
p { color: rgb(212,162,172); }
H1.HeaderClassName
{
color: #D4A2AC;
}
.AnyTagClassName
{
color: #D4A2AC;
}
</style>
background-color css
<style>
a { background-color: #D4A2AC; }
a { background-color: rgb(212,162,172); }
div.DivClassName
{
background-color: #D4A2AC;
}
.BgClassName
{
background-color: #D4A2AC;
}
</style>
border-color css
<style>
span { border-color: #D4A2AC; }
span { border-color: rgb(212,162,172); }
td.TdClassName
{
border-color: #D4A2AC;
}
.TagClassName
{
border-color: #D4A2AC;
}
</style>