Shades of Careys Pink #D2A0AC
Tints of Careys Pink #D2A0AC
RGB
CMYK
RGB Variations
Color information
#D2A0AC (or 0xD2A0AC) is known color: Careys Pink. HEX triplet: D2, A0 and AC. RGB value is (210,160,172). Sum of RGB (Red+Green+Blue) = 210+160+172=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A0AC is #2D5F53. Grayscale: #B0B0B0. Windows color (decimal): -2973524 or 11313362. OLE color: 11313362.
HSL color Cylindrical-coordinate representation of color #D2A0AC: hue angle of 345.6º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A0AC is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 172 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.18 |
| HSL | 345.6º | 0.36% | 0.73% | - |
| HSV(B) | 345.6º | 0.24% | 0.82% | - |
| XYZ | 46.6 | 41.82 | 44.65 | - |
| YUV | 176.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 172 | 0 | 0.24 | 0.18 | 0.18 | 345.6 | 0.36 | 0.73 |
| Hex | D2 | A0 | AC | 0 | 18 | 12 | 12 | 15A | 24 | 49 |
| Octal | 322 | 240 | 254 | 0 | 30 | 22 | 22 | 532 | 44 | 111 |
| Binary | 11010010 | 10100000 | 10101100 | 0 | 11000 | 10010 | 10010 | 101011010 | 100100 | 1001001 |
Color Harmonies of #D2A0AC
Complementary color
Monochromatic Colors of #D2A0AC
Black with #D2A0AC
Text Example
Text Example
White with #D2A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0AC; }
p { color: rgb(210,160,172); }
H1.HeaderClassName
{
color: #D2A0AC;
}
.AnyTagClassName
{
color: #D2A0AC;
}
</style>
background-color css
<style>
a { background-color: #D2A0AC; }
a { background-color: rgb(210,160,172); }
div.DivClassName
{
background-color: #D2A0AC;
}
.BgClassName
{
background-color: #D2A0AC;
}
</style>
border-color css
<style>
span { border-color: #D2A0AC; }
span { border-color: rgb(210,160,172); }
td.TdClassName
{
border-color: #D2A0AC;
}
.TagClassName
{
border-color: #D2A0AC;
}
</style>