Shades of My Pink #D0887C
Tints of My Pink #D0887C
RGB
CMYK
RGB Variations
Color information
#D0887C (or 0xD0887C) is known color: My Pink. HEX triplet: D0, 88 and 7C. RGB value is (208,136,124). Sum of RGB (Red+Green+Blue) = 208+136+124=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0887C is #2F7783. Grayscale: #9C9C9C. Windows color (decimal): -3110788 or 8161488. OLE color: 8161488.
HSL color Cylindrical-coordinate representation of color #D0887C: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0887C is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 124 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.18 |
| HSL | 8.57º | 0.47% | 0.65% | - |
| HSV(B) | 8.57º | 0.4% | 0.82% | - |
| XYZ | 38.45 | 32.47 | 23.31 | - |
| YUV | 156.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 124 | 0 | 0.35 | 0.40 | 0.18 | 8.57 | 0.47 | 0.65 |
| Hex | D0 | 88 | 7C | 0 | 23 | 28 | 12 | 9 | 2F | 41 |
| Octal | 320 | 210 | 174 | 0 | 43 | 50 | 22 | 11 | 57 | 101 |
| Binary | 11010000 | 10001000 | 1111100 | 0 | 100011 | 101000 | 10010 | 1001 | 101111 | 1000001 |
Color Harmonies of #D0887C
Complementary color
Monochromatic Colors of #D0887C
Black with #D0887C
Text Example
Text Example
White with #D0887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0887C; }
p { color: rgb(208,136,124); }
H1.HeaderClassName
{
color: #D0887C;
}
.AnyTagClassName
{
color: #D0887C;
}
</style>
background-color css
<style>
a { background-color: #D0887C; }
a { background-color: rgb(208,136,124); }
div.DivClassName
{
background-color: #D0887C;
}
.BgClassName
{
background-color: #D0887C;
}
</style>
border-color css
<style>
span { border-color: #D0887C; }
span { border-color: rgb(208,136,124); }
td.TdClassName
{
border-color: #D0887C;
}
.TagClassName
{
border-color: #D0887C;
}
</style>