Shades of My Pink #D49685
Tints of My Pink #D49685
RGB
CMYK
RGB Variations
Color information
#D49685 (or 0xD49685) is known color: My Pink. HEX triplet: D4, 96 and 85. RGB value is (212,150,133). Sum of RGB (Red+Green+Blue) = 212+150+133=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D49685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49685 is #2B697A. Grayscale: #A6A6A6. Windows color (decimal): -2845051 or 8754900. OLE color: 8754900.
HSL color Cylindrical-coordinate representation of color #D49685: hue angle of 12.91º 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 #D49685 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 133 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.17 |
| HSL | 12.91º | 0.48% | 0.68% | - |
| HSV(B) | 12.91º | 0.37% | 0.83% | - |
| XYZ | 42.29 | 37.5 | 27.2 | - |
| YUV | 166.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 133 | 0 | 0.29 | 0.37 | 0.17 | 12.91 | 0.48 | 0.68 |
| Hex | D4 | 96 | 85 | 0 | 1D | 25 | 11 | D | 30 | 44 |
| Octal | 324 | 226 | 205 | 0 | 35 | 45 | 21 | 15 | 60 | 104 |
| Binary | 11010100 | 10010110 | 10000101 | 0 | 11101 | 100101 | 10001 | 1101 | 110000 | 1000100 |
Color Harmonies of #D49685
Complementary color
Monochromatic Colors of #D49685
Black with #D49685
Text Example
Text Example
White with #D49685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49685; }
p { color: rgb(212,150,133); }
H1.HeaderClassName
{
color: #D49685;
}
.AnyTagClassName
{
color: #D49685;
}
</style>
background-color css
<style>
a { background-color: #D49685; }
a { background-color: rgb(212,150,133); }
div.DivClassName
{
background-color: #D49685;
}
.BgClassName
{
background-color: #D49685;
}
</style>
border-color css
<style>
span { border-color: #D49685; }
span { border-color: rgb(212,150,133); }
td.TdClassName
{
border-color: #D49685;
}
.TagClassName
{
border-color: #D49685;
}
</style>