Shades of My Pink #D49186
Tints of My Pink #D49186
RGB
CMYK
RGB Variations
Color information
#D49186 (or 0xD49186) is known color: My Pink. HEX triplet: D4, 91 and 86. RGB value is (212,145,134). Sum of RGB (Red+Green+Blue) = 212+145+134=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D49186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49186 is #2B6E79. Grayscale: #A3A3A3. Windows color (decimal): -2846330 or 8819156. OLE color: 8819156.
HSL color Cylindrical-coordinate representation of color #D49186: hue angle of 8.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49186 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 134 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.17 |
| HSL | 8.46º | 0.48% | 0.68% | - |
| HSV(B) | 8.46º | 0.37% | 0.83% | - |
| XYZ | 41.58 | 35.97 | 27.31 | - |
| YUV | 163.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 134 | 0 | 0.32 | 0.37 | 0.17 | 8.46 | 0.48 | 0.68 |
| Hex | D4 | 91 | 86 | 0 | 20 | 25 | 11 | 8 | 30 | 44 |
| Octal | 324 | 221 | 206 | 0 | 40 | 45 | 21 | 10 | 60 | 104 |
| Binary | 11010100 | 10010001 | 10000110 | 0 | 100000 | 100101 | 10001 | 1000 | 110000 | 1000100 |
Color Harmonies of #D49186
Complementary color
Monochromatic Colors of #D49186
Black with #D49186
Text Example
Text Example
White with #D49186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49186; }
p { color: rgb(212,145,134); }
H1.HeaderClassName
{
color: #D49186;
}
.AnyTagClassName
{
color: #D49186;
}
</style>
background-color css
<style>
a { background-color: #D49186; }
a { background-color: rgb(212,145,134); }
div.DivClassName
{
background-color: #D49186;
}
.BgClassName
{
background-color: #D49186;
}
</style>
border-color css
<style>
span { border-color: #D49186; }
span { border-color: rgb(212,145,134); }
td.TdClassName
{
border-color: #D49186;
}
.TagClassName
{
border-color: #D49186;
}
</style>