Shades of Careys Pink #D49D9F
Tints of Careys Pink #D49D9F
RGB
CMYK
RGB Variations
Color information
#D49D9F (or 0xD49D9F) is known color: Careys Pink. HEX triplet: D4, 9D and 9F. RGB value is (212,157,159). Sum of RGB (Red+Green+Blue) = 212+157+159=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D9F is #2B6260. Grayscale: #ADADAD. Windows color (decimal): -2843233 or 10460628. OLE color: 10460628.
HSL color Cylindrical-coordinate representation of color #D49D9F: hue angle of 357.82º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49D9F is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 159 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.17 |
| HSL | 357.82º | 0.39% | 0.72% | - |
| HSV(B) | 357.82º | 0.26% | 0.83% | - |
| XYZ | 45.47 | 40.61 | 38.24 | - |
| YUV | 173.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 159 | 0 | 0.26 | 0.25 | 0.17 | 357.82 | 0.39 | 0.72 |
| Hex | D4 | 9D | 9F | 0 | 1A | 19 | 11 | 166 | 27 | 48 |
| Octal | 324 | 235 | 237 | 0 | 32 | 31 | 21 | 546 | 47 | 110 |
| Binary | 11010100 | 10011101 | 10011111 | 0 | 11010 | 11001 | 10001 | 101100110 | 100111 | 1001000 |
Color Harmonies of #D49D9F
Complementary color
Monochromatic Colors of #D49D9F
Black with #D49D9F
Text Example
Text Example
White with #D49D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D9F; }
p { color: rgb(212,157,159); }
H1.HeaderClassName
{
color: #D49D9F;
}
.AnyTagClassName
{
color: #D49D9F;
}
</style>
background-color css
<style>
a { background-color: #D49D9F; }
a { background-color: rgb(212,157,159); }
div.DivClassName
{
background-color: #D49D9F;
}
.BgClassName
{
background-color: #D49D9F;
}
</style>
border-color css
<style>
span { border-color: #D49D9F; }
span { border-color: rgb(212,157,159); }
td.TdClassName
{
border-color: #D49D9F;
}
.TagClassName
{
border-color: #D49D9F;
}
</style>