Shades of Careys Pink #D49A9C
Tints of Careys Pink #D49A9C
RGB
CMYK
RGB Variations
Color information
#D49A9C (or 0xD49A9C) is known color: Careys Pink. HEX triplet: D4, 9A and 9C. RGB value is (212,154,156). Sum of RGB (Red+Green+Blue) = 212+154+156=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A9C is #2B6563. Grayscale: #ABABAB. Windows color (decimal): -2844004 or 10263252. OLE color: 10263252.
HSL color Cylindrical-coordinate representation of color #D49A9C: hue angle of 357.93º 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 #D49A9C is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 156 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.17 |
| HSL | 357.93º | 0.4% | 0.72% | - |
| HSV(B) | 357.93º | 0.27% | 0.83% | - |
| XYZ | 44.71 | 39.51 | 36.72 | - |
| YUV | 171.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 156 | 0 | 0.27 | 0.26 | 0.17 | 357.93 | 0.4 | 0.72 |
| Hex | D4 | 9A | 9C | 0 | 1B | 1A | 11 | 166 | 28 | 48 |
| Octal | 324 | 232 | 234 | 0 | 33 | 32 | 21 | 546 | 50 | 110 |
| Binary | 11010100 | 10011010 | 10011100 | 0 | 11011 | 11010 | 10001 | 101100110 | 101000 | 1001000 |
Color Harmonies of #D49A9C
Complementary color
Monochromatic Colors of #D49A9C
Black with #D49A9C
Text Example
Text Example
White with #D49A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A9C; }
p { color: rgb(212,154,156); }
H1.HeaderClassName
{
color: #D49A9C;
}
.AnyTagClassName
{
color: #D49A9C;
}
</style>
background-color css
<style>
a { background-color: #D49A9C; }
a { background-color: rgb(212,154,156); }
div.DivClassName
{
background-color: #D49A9C;
}
.BgClassName
{
background-color: #D49A9C;
}
</style>
border-color css
<style>
span { border-color: #D49A9C; }
span { border-color: rgb(212,154,156); }
td.TdClassName
{
border-color: #D49A9C;
}
.TagClassName
{
border-color: #D49A9C;
}
</style>