Shades of Careys Pink #D49E9F
Tints of Careys Pink #D49E9F
RGB
CMYK
RGB Variations
Color information
#D49E9F (or 0xD49E9F) is known color: Careys Pink. HEX triplet: D4, 9E and 9F. RGB value is (212,158,159). Sum of RGB (Red+Green+Blue) = 212+158+159=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E9F is #2B6160. Grayscale: #AEAEAE. Windows color (decimal): -2842977 or 10460884. OLE color: 10460884.
HSL color Cylindrical-coordinate representation of color #D49E9F: hue angle of 358.89º degrees, saturation: 0.39, 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 #D49E9F is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 159 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.17 |
| HSL | 358.89º | 0.39% | 0.73% | - |
| HSV(B) | 358.89º | 0.25% | 0.83% | - |
| XYZ | 45.64 | 40.95 | 38.3 | - |
| YUV | 174.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 159 | 0 | 0.25 | 0.25 | 0.17 | 358.89 | 0.39 | 0.73 |
| Hex | D4 | 9E | 9F | 0 | 19 | 19 | 11 | 167 | 27 | 49 |
| Octal | 324 | 236 | 237 | 0 | 31 | 31 | 21 | 547 | 47 | 111 |
| Binary | 11010100 | 10011110 | 10011111 | 0 | 11001 | 11001 | 10001 | 101100111 | 100111 | 1001001 |
Color Harmonies of #D49E9F
Complementary color
Monochromatic Colors of #D49E9F
Black with #D49E9F
Text Example
Text Example
White with #D49E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E9F; }
p { color: rgb(212,158,159); }
H1.HeaderClassName
{
color: #D49E9F;
}
.AnyTagClassName
{
color: #D49E9F;
}
</style>
background-color css
<style>
a { background-color: #D49E9F; }
a { background-color: rgb(212,158,159); }
div.DivClassName
{
background-color: #D49E9F;
}
.BgClassName
{
background-color: #D49E9F;
}
</style>
border-color css
<style>
span { border-color: #D49E9F; }
span { border-color: rgb(212,158,159); }
td.TdClassName
{
border-color: #D49E9F;
}
.TagClassName
{
border-color: #D49E9F;
}
</style>