Shades of Careys Pink #D49D9E
Tints of Careys Pink #D49D9E
RGB
CMYK
RGB Variations
Color information
#D49D9E (or 0xD49D9E) is known color: Careys Pink. HEX triplet: D4, 9D and 9E. RGB value is (212,157,158). Sum of RGB (Red+Green+Blue) = 212+157+158=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D9E is #2B6261. Grayscale: #ADADAD. Windows color (decimal): -2843234 or 10395092. OLE color: 10395092.
HSL color Cylindrical-coordinate representation of color #D49D9E: hue angle of 358.91º 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 #D49D9E is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 158 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.17 |
| HSL | 358.91º | 0.39% | 0.72% | - |
| HSV(B) | 358.91º | 0.26% | 0.83% | - |
| XYZ | 45.38 | 40.58 | 37.79 | - |
| YUV | 173.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 158 | 0 | 0.26 | 0.25 | 0.17 | 358.91 | 0.39 | 0.72 |
| Hex | D4 | 9D | 9E | 0 | 1A | 19 | 11 | 167 | 27 | 48 |
| Octal | 324 | 235 | 236 | 0 | 32 | 31 | 21 | 547 | 47 | 110 |
| Binary | 11010100 | 10011101 | 10011110 | 0 | 11010 | 11001 | 10001 | 101100111 | 100111 | 1001000 |
Color Harmonies of #D49D9E
Complementary color
Monochromatic Colors of #D49D9E
Black with #D49D9E
Text Example
Text Example
White with #D49D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D9E; }
p { color: rgb(212,157,158); }
H1.HeaderClassName
{
color: #D49D9E;
}
.AnyTagClassName
{
color: #D49D9E;
}
</style>
background-color css
<style>
a { background-color: #D49D9E; }
a { background-color: rgb(212,157,158); }
div.DivClassName
{
background-color: #D49D9E;
}
.BgClassName
{
background-color: #D49D9E;
}
</style>
border-color css
<style>
span { border-color: #D49D9E; }
span { border-color: rgb(212,157,158); }
td.TdClassName
{
border-color: #D49D9E;
}
.TagClassName
{
border-color: #D49D9E;
}
</style>