Shades of Careys Pink #D0A2AA
Tints of Careys Pink #D0A2AA
RGB
CMYK
RGB Variations
Color information
#D0A2AA (or 0xD0A2AA) is known color: Careys Pink. HEX triplet: D0, A2 and AA. RGB value is (208,162,170). Sum of RGB (Red+Green+Blue) = 208+162+170=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A2AA is #2F5D55. Grayscale: #B0B0B0. Windows color (decimal): -3104086 or 11182800. OLE color: 11182800.
HSL color Cylindrical-coordinate representation of color #D0A2AA: hue angle of 349.57º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2AA is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 170 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.18 |
| HSL | 349.57º | 0.33% | 0.73% | - |
| HSV(B) | 349.57º | 0.22% | 0.82% | - |
| XYZ | 46.19 | 42.15 | 43.73 | - |
| YUV | 176.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 170 | 0 | 0.22 | 0.18 | 0.18 | 349.57 | 0.33 | 0.73 |
| Hex | D0 | A2 | AA | 0 | 16 | 12 | 12 | 15E | 21 | 49 |
| Octal | 320 | 242 | 252 | 0 | 26 | 22 | 22 | 536 | 41 | 111 |
| Binary | 11010000 | 10100010 | 10101010 | 0 | 10110 | 10010 | 10010 | 101011110 | 100001 | 1001001 |
Color Harmonies of #D0A2AA
Complementary color
Monochromatic Colors of #D0A2AA
Black with #D0A2AA
Text Example
Text Example
White with #D0A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2AA; }
p { color: rgb(208,162,170); }
H1.HeaderClassName
{
color: #D0A2AA;
}
.AnyTagClassName
{
color: #D0A2AA;
}
</style>
background-color css
<style>
a { background-color: #D0A2AA; }
a { background-color: rgb(208,162,170); }
div.DivClassName
{
background-color: #D0A2AA;
}
.BgClassName
{
background-color: #D0A2AA;
}
</style>
border-color css
<style>
span { border-color: #D0A2AA; }
span { border-color: rgb(208,162,170); }
td.TdClassName
{
border-color: #D0A2AA;
}
.TagClassName
{
border-color: #D0A2AA;
}
</style>