Shades of My Pink #D6887C
Tints of My Pink #D6887C
RGB
CMYK
RGB Variations
Color information
#D6887C (or 0xD6887C) is known color: My Pink. HEX triplet: D6, 88 and 7C. RGB value is (214,136,124). Sum of RGB (Red+Green+Blue) = 214+136+124=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6887C is #297783. Grayscale: #9E9E9E. Windows color (decimal): -2717572 or 8161494. OLE color: 8161494.
HSL color Cylindrical-coordinate representation of color #D6887C: hue angle of 8º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6887C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 124 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.16 |
| HSL | 8º | 0.52% | 0.66% | - |
| HSV(B) | 8º | 0.42% | 0.84% | - |
| XYZ | 40.17 | 33.36 | 23.39 | - |
| YUV | 157.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 124 | 0 | 0.36 | 0.42 | 0.16 | 8 | 0.52 | 0.66 |
| Hex | D6 | 88 | 7C | 0 | 24 | 2A | 10 | 8 | 34 | 42 |
| Octal | 326 | 210 | 174 | 0 | 44 | 52 | 20 | 10 | 64 | 102 |
| Binary | 11010110 | 10001000 | 1111100 | 0 | 100100 | 101010 | 10000 | 1000 | 110100 | 1000010 |
Color Harmonies of #D6887C
Complementary color
Monochromatic Colors of #D6887C
Black with #D6887C
Text Example
Text Example
White with #D6887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6887C; }
p { color: rgb(214,136,124); }
H1.HeaderClassName
{
color: #D6887C;
}
.AnyTagClassName
{
color: #D6887C;
}
</style>
background-color css
<style>
a { background-color: #D6887C; }
a { background-color: rgb(214,136,124); }
div.DivClassName
{
background-color: #D6887C;
}
.BgClassName
{
background-color: #D6887C;
}
</style>
border-color css
<style>
span { border-color: #D6887C; }
span { border-color: rgb(214,136,124); }
td.TdClassName
{
border-color: #D6887C;
}
.TagClassName
{
border-color: #D6887C;
}
</style>