Shades of My Pink #D69686
Tints of My Pink #D69686
RGB
CMYK
RGB Variations
Color information
#D69686 (or 0xD69686) is known color: My Pink. HEX triplet: D6, 96 and 86. RGB value is (214,150,134). Sum of RGB (Red+Green+Blue) = 214+150+134=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69686 is #296979. Grayscale: #A7A7A7. Windows color (decimal): -2713978 or 8820438. OLE color: 8820438.
HSL color Cylindrical-coordinate representation of color #D69686: hue angle of 12º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69686 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 134 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.16 |
| HSL | 12º | 0.49% | 0.68% | - |
| HSV(B) | 12º | 0.37% | 0.84% | - |
| XYZ | 42.94 | 37.83 | 27.59 | - |
| YUV | 167.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 134 | 0 | 0.30 | 0.37 | 0.16 | 12 | 0.49 | 0.68 |
| Hex | D6 | 96 | 86 | 0 | 1E | 25 | 10 | C | 31 | 44 |
| Octal | 326 | 226 | 206 | 0 | 36 | 45 | 20 | 14 | 61 | 104 |
| Binary | 11010110 | 10010110 | 10000110 | 0 | 11110 | 100101 | 10000 | 1100 | 110001 | 1000100 |
Color Harmonies of #D69686
Complementary color
Monochromatic Colors of #D69686
Black with #D69686
Text Example
Text Example
White with #D69686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69686; }
p { color: rgb(214,150,134); }
H1.HeaderClassName
{
color: #D69686;
}
.AnyTagClassName
{
color: #D69686;
}
</style>
background-color css
<style>
a { background-color: #D69686; }
a { background-color: rgb(214,150,134); }
div.DivClassName
{
background-color: #D69686;
}
.BgClassName
{
background-color: #D69686;
}
</style>
border-color css
<style>
span { border-color: #D69686; }
span { border-color: rgb(214,150,134); }
td.TdClassName
{
border-color: #D69686;
}
.TagClassName
{
border-color: #D69686;
}
</style>