Shades of Careys Pink #D49B9E
Tints of Careys Pink #D49B9E
RGB
CMYK
RGB Variations
Color information
#D49B9E (or 0xD49B9E) is known color: Careys Pink. HEX triplet: D4, 9B and 9E. RGB value is (212,155,158). Sum of RGB (Red+Green+Blue) = 212+155+158=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49B9E is #2B6461. Grayscale: #ACACAC. Windows color (decimal): -2843746 or 10394580. OLE color: 10394580.
HSL color Cylindrical-coordinate representation of color #D49B9E: hue angle of 356.84º 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 #D49B9E is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 158 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.17 |
| HSL | 356.84º | 0.4% | 0.72% | - |
| HSV(B) | 356.84º | 0.27% | 0.83% | - |
| XYZ | 45.04 | 39.91 | 37.68 | - |
| YUV | 172.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 158 | 0 | 0.27 | 0.25 | 0.17 | 356.84 | 0.4 | 0.72 |
| Hex | D4 | 9B | 9E | 0 | 1B | 19 | 11 | 165 | 28 | 48 |
| Octal | 324 | 233 | 236 | 0 | 33 | 31 | 21 | 545 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10011110 | 0 | 11011 | 11001 | 10001 | 101100101 | 101000 | 1001000 |
Color Harmonies of #D49B9E
Complementary color
Monochromatic Colors of #D49B9E
Black with #D49B9E
Text Example
Text Example
White with #D49B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B9E; }
p { color: rgb(212,155,158); }
H1.HeaderClassName
{
color: #D49B9E;
}
.AnyTagClassName
{
color: #D49B9E;
}
</style>
background-color css
<style>
a { background-color: #D49B9E; }
a { background-color: rgb(212,155,158); }
div.DivClassName
{
background-color: #D49B9E;
}
.BgClassName
{
background-color: #D49B9E;
}
</style>
border-color css
<style>
span { border-color: #D49B9E; }
span { border-color: rgb(212,155,158); }
td.TdClassName
{
border-color: #D49B9E;
}
.TagClassName
{
border-color: #D49B9E;
}
</style>