Shades of Careys Pink #D0A3A9
Tints of Careys Pink #D0A3A9
RGB
CMYK
RGB Variations
Color information
#D0A3A9 (or 0xD0A3A9) is known color: Careys Pink. HEX triplet: D0, A3 and A9. RGB value is (208,163,169). Sum of RGB (Red+Green+Blue) = 208+163+169=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A3A9 is #2F5C56. Grayscale: #B1B1B1. Windows color (decimal): -3103831 or 11117520. OLE color: 11117520.
HSL color Cylindrical-coordinate representation of color #D0A3A9: hue angle of 352º degrees, saturation: 0.32, 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 #D0A3A9 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 169 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.18 |
| HSL | 352º | 0.32% | 0.73% | - |
| HSV(B) | 352º | 0.22% | 0.82% | - |
| XYZ | 46.27 | 42.47 | 43.29 | - |
| YUV | 177.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 169 | 0 | 0.22 | 0.19 | 0.18 | 352 | 0.32 | 0.73 |
| Hex | D0 | A3 | A9 | 0 | 16 | 13 | 12 | 160 | 20 | 49 |
| Octal | 320 | 243 | 251 | 0 | 26 | 23 | 22 | 540 | 40 | 111 |
| Binary | 11010000 | 10100011 | 10101001 | 0 | 10110 | 10011 | 10010 | 101100000 | 100000 | 1001001 |
Color Harmonies of #D0A3A9
Complementary color
Monochromatic Colors of #D0A3A9
Black with #D0A3A9
Text Example
Text Example
White with #D0A3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A3A9; }
p { color: rgb(208,163,169); }
H1.HeaderClassName
{
color: #D0A3A9;
}
.AnyTagClassName
{
color: #D0A3A9;
}
</style>
background-color css
<style>
a { background-color: #D0A3A9; }
a { background-color: rgb(208,163,169); }
div.DivClassName
{
background-color: #D0A3A9;
}
.BgClassName
{
background-color: #D0A3A9;
}
</style>
border-color css
<style>
span { border-color: #D0A3A9; }
span { border-color: rgb(208,163,169); }
td.TdClassName
{
border-color: #D0A3A9;
}
.TagClassName
{
border-color: #D0A3A9;
}
</style>