Shades of Careys Pink #D4A0AB
Tints of Careys Pink #D4A0AB
RGB
CMYK
RGB Variations
Color information
#D4A0AB (or 0xD4A0AB) is known color: Careys Pink. HEX triplet: D4, A0 and AB. RGB value is (212,160,171). Sum of RGB (Red+Green+Blue) = 212+160+171=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A0AB is #2B5F54. Grayscale: #B0B0B0. Windows color (decimal): -2842453 or 11247828. OLE color: 11247828.
HSL color Cylindrical-coordinate representation of color #D4A0AB: hue angle of 347.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A0AB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 171 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.17 |
| HSL | 347.31º | 0.38% | 0.73% | - |
| HSV(B) | 347.31º | 0.25% | 0.83% | - |
| XYZ | 47.07 | 42.08 | 44.17 | - |
| YUV | 176.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 171 | 0 | 0.25 | 0.19 | 0.17 | 347.31 | 0.38 | 0.73 |
| Hex | D4 | A0 | AB | 0 | 19 | 13 | 11 | 15B | 26 | 49 |
| Octal | 324 | 240 | 253 | 0 | 31 | 23 | 21 | 533 | 46 | 111 |
| Binary | 11010100 | 10100000 | 10101011 | 0 | 11001 | 10011 | 10001 | 101011011 | 100110 | 1001001 |
Color Harmonies of #D4A0AB
Complementary color
Monochromatic Colors of #D4A0AB
Black with #D4A0AB
Text Example
Text Example
White with #D4A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0AB; }
p { color: rgb(212,160,171); }
H1.HeaderClassName
{
color: #D4A0AB;
}
.AnyTagClassName
{
color: #D4A0AB;
}
</style>
background-color css
<style>
a { background-color: #D4A0AB; }
a { background-color: rgb(212,160,171); }
div.DivClassName
{
background-color: #D4A0AB;
}
.BgClassName
{
background-color: #D4A0AB;
}
</style>
border-color css
<style>
span { border-color: #D4A0AB; }
span { border-color: rgb(212,160,171); }
td.TdClassName
{
border-color: #D4A0AB;
}
.TagClassName
{
border-color: #D4A0AB;
}
</style>