Shades of Careys Pink #D4A0A7
Tints of Careys Pink #D4A0A7
RGB
CMYK
RGB Variations
Color information
#D4A0A7 (or 0xD4A0A7) is known color: Careys Pink. HEX triplet: D4, A0 and A7. RGB value is (212,160,167). Sum of RGB (Red+Green+Blue) = 212+160+167=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A0A7 is #2B5F58. Grayscale: #B0B0B0. Windows color (decimal): -2842457 or 10985684. OLE color: 10985684.
HSL color Cylindrical-coordinate representation of color #D4A0A7: hue angle of 351.92º 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 #D4A0A7 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 167 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.17 |
| HSL | 351.92º | 0.38% | 0.73% | - |
| HSV(B) | 351.92º | 0.25% | 0.83% | - |
| XYZ | 46.7 | 41.93 | 42.19 | - |
| YUV | 176.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 167 | 0 | 0.25 | 0.21 | 0.17 | 351.92 | 0.38 | 0.73 |
| Hex | D4 | A0 | A7 | 0 | 19 | 15 | 11 | 160 | 26 | 49 |
| Octal | 324 | 240 | 247 | 0 | 31 | 25 | 21 | 540 | 46 | 111 |
| Binary | 11010100 | 10100000 | 10100111 | 0 | 11001 | 10101 | 10001 | 101100000 | 100110 | 1001001 |
Color Harmonies of #D4A0A7
Complementary color
Monochromatic Colors of #D4A0A7
Black with #D4A0A7
Text Example
Text Example
White with #D4A0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0A7; }
p { color: rgb(212,160,167); }
H1.HeaderClassName
{
color: #D4A0A7;
}
.AnyTagClassName
{
color: #D4A0A7;
}
</style>
background-color css
<style>
a { background-color: #D4A0A7; }
a { background-color: rgb(212,160,167); }
div.DivClassName
{
background-color: #D4A0A7;
}
.BgClassName
{
background-color: #D4A0A7;
}
</style>
border-color css
<style>
span { border-color: #D4A0A7; }
span { border-color: rgb(212,160,167); }
td.TdClassName
{
border-color: #D4A0A7;
}
.TagClassName
{
border-color: #D4A0A7;
}
</style>