Shades of Careys Pink #D49AA4
Tints of Careys Pink #D49AA4
RGB
CMYK
RGB Variations
Color information
#D49AA4 (or 0xD49AA4) is known color: Careys Pink. HEX triplet: D4, 9A and A4. RGB value is (212,154,164). Sum of RGB (Red+Green+Blue) = 212+154+164=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AA4 is #2B655B. Grayscale: #ACACAC. Windows color (decimal): -2843996 or 10787540. OLE color: 10787540.
HSL color Cylindrical-coordinate representation of color #D49AA4: hue angle of 349.66º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AA4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 164 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.17 |
| HSL | 349.66º | 0.4% | 0.72% | - |
| HSV(B) | 349.66º | 0.27% | 0.83% | - |
| XYZ | 45.41 | 39.79 | 40.41 | - |
| YUV | 172.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 164 | 0 | 0.27 | 0.23 | 0.17 | 349.66 | 0.4 | 0.72 |
| Hex | D4 | 9A | A4 | 0 | 1B | 17 | 11 | 15E | 28 | 48 |
| Octal | 324 | 232 | 244 | 0 | 33 | 27 | 21 | 536 | 50 | 110 |
| Binary | 11010100 | 10011010 | 10100100 | 0 | 11011 | 10111 | 10001 | 101011110 | 101000 | 1001000 |
Color Harmonies of #D49AA4
Complementary color
Monochromatic Colors of #D49AA4
Black with #D49AA4
Text Example
Text Example
White with #D49AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AA4; }
p { color: rgb(212,154,164); }
H1.HeaderClassName
{
color: #D49AA4;
}
.AnyTagClassName
{
color: #D49AA4;
}
</style>
background-color css
<style>
a { background-color: #D49AA4; }
a { background-color: rgb(212,154,164); }
div.DivClassName
{
background-color: #D49AA4;
}
.BgClassName
{
background-color: #D49AA4;
}
</style>
border-color css
<style>
span { border-color: #D49AA4; }
span { border-color: rgb(212,154,164); }
td.TdClassName
{
border-color: #D49AA4;
}
.TagClassName
{
border-color: #D49AA4;
}
</style>