Shades of Careys Pink #D7A0AA
Tints of Careys Pink #D7A0AA
RGB
CMYK
RGB Variations
Color information
#D7A0AA (or 0xD7A0AA) is known color: Careys Pink. HEX triplet: D7, A0 and AA. RGB value is (215,160,170). Sum of RGB (Red+Green+Blue) = 215+160+170=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A0AA is #285F55. Grayscale: #B1B1B1. Windows color (decimal): -2645846 or 11182295. OLE color: 11182295.
HSL color Cylindrical-coordinate representation of color #D7A0AA: hue angle of 349.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A0AA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 170 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.16 |
| HSL | 349.09º | 0.41% | 0.74% | - |
| HSV(B) | 349.09º | 0.26% | 0.84% | - |
| XYZ | 47.85 | 42.49 | 43.71 | - |
| YUV | 177.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 170 | 0 | 0.26 | 0.21 | 0.16 | 349.09 | 0.41 | 0.74 |
| Hex | D7 | A0 | AA | 0 | 1A | 15 | 10 | 15D | 29 | 4A |
| Octal | 327 | 240 | 252 | 0 | 32 | 25 | 20 | 535 | 51 | 112 |
| Binary | 11010111 | 10100000 | 10101010 | 0 | 11010 | 10101 | 10000 | 101011101 | 101001 | 1001010 |
Color Harmonies of #D7A0AA
Complementary color
Monochromatic Colors of #D7A0AA
Black with #D7A0AA
Text Example
Text Example
White with #D7A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0AA; }
p { color: rgb(215,160,170); }
H1.HeaderClassName
{
color: #D7A0AA;
}
.AnyTagClassName
{
color: #D7A0AA;
}
</style>
background-color css
<style>
a { background-color: #D7A0AA; }
a { background-color: rgb(215,160,170); }
div.DivClassName
{
background-color: #D7A0AA;
}
.BgClassName
{
background-color: #D7A0AA;
}
</style>
border-color css
<style>
span { border-color: #D7A0AA; }
span { border-color: rgb(215,160,170); }
td.TdClassName
{
border-color: #D7A0AA;
}
.TagClassName
{
border-color: #D7A0AA;
}
</style>