Shades of Careys Pink #D4A2A8
Tints of Careys Pink #D4A2A8
RGB
CMYK
RGB Variations
Color information
#D4A2A8 (or 0xD4A2A8) is known color: Careys Pink. HEX triplet: D4, A2 and A8. RGB value is (212,162,168). Sum of RGB (Red+Green+Blue) = 212+162+168=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2A8 is #2B5D57. Grayscale: #B1B1B1. Windows color (decimal): -2841944 or 11051732. OLE color: 11051732.
HSL color Cylindrical-coordinate representation of color #D4A2A8: hue angle of 352.8º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2A8 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 168 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.17 |
| HSL | 352.8º | 0.37% | 0.73% | - |
| HSV(B) | 352.8º | 0.24% | 0.83% | - |
| XYZ | 47.14 | 42.66 | 42.8 | - |
| YUV | 177.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 168 | 0 | 0.24 | 0.21 | 0.17 | 352.8 | 0.37 | 0.73 |
| Hex | D4 | A2 | A8 | 0 | 18 | 15 | 11 | 161 | 25 | 49 |
| Octal | 324 | 242 | 250 | 0 | 30 | 25 | 21 | 541 | 45 | 111 |
| Binary | 11010100 | 10100010 | 10101000 | 0 | 11000 | 10101 | 10001 | 101100001 | 100101 | 1001001 |
Color Harmonies of #D4A2A8
Complementary color
Monochromatic Colors of #D4A2A8
Black with #D4A2A8
Text Example
Text Example
White with #D4A2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2A8; }
p { color: rgb(212,162,168); }
H1.HeaderClassName
{
color: #D4A2A8;
}
.AnyTagClassName
{
color: #D4A2A8;
}
</style>
background-color css
<style>
a { background-color: #D4A2A8; }
a { background-color: rgb(212,162,168); }
div.DivClassName
{
background-color: #D4A2A8;
}
.BgClassName
{
background-color: #D4A2A8;
}
</style>
border-color css
<style>
span { border-color: #D4A2A8; }
span { border-color: rgb(212,162,168); }
td.TdClassName
{
border-color: #D4A2A8;
}
.TagClassName
{
border-color: #D4A2A8;
}
</style>