Shades of My Pink #D0887B
Tints of My Pink #D0887B
RGB
CMYK
RGB Variations
Color information
#D0887B (or 0xD0887B) is known color: My Pink. HEX triplet: D0, 88 and 7B. RGB value is (208,136,123). Sum of RGB (Red+Green+Blue) = 208+136+123=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0887B is #2F7784. Grayscale: #9C9C9C. Windows color (decimal): -3110789 or 8095952. OLE color: 8095952.
HSL color Cylindrical-coordinate representation of color #D0887B: hue angle of 9.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0887B is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 123 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.18 |
| HSL | 9.18º | 0.47% | 0.65% | - |
| HSV(B) | 9.18º | 0.41% | 0.82% | - |
| XYZ | 38.39 | 32.45 | 22.98 | - |
| YUV | 156.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 123 | 0 | 0.35 | 0.41 | 0.18 | 9.18 | 0.47 | 0.65 |
| Hex | D0 | 88 | 7B | 0 | 23 | 29 | 12 | 9 | 2F | 41 |
| Octal | 320 | 210 | 173 | 0 | 43 | 51 | 22 | 11 | 57 | 101 |
| Binary | 11010000 | 10001000 | 1111011 | 0 | 100011 | 101001 | 10010 | 1001 | 101111 | 1000001 |
Color Harmonies of #D0887B
Complementary color
Monochromatic Colors of #D0887B
Black with #D0887B
Text Example
Text Example
White with #D0887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0887B; }
p { color: rgb(208,136,123); }
H1.HeaderClassName
{
color: #D0887B;
}
.AnyTagClassName
{
color: #D0887B;
}
</style>
background-color css
<style>
a { background-color: #D0887B; }
a { background-color: rgb(208,136,123); }
div.DivClassName
{
background-color: #D0887B;
}
.BgClassName
{
background-color: #D0887B;
}
</style>
border-color css
<style>
span { border-color: #D0887B; }
span { border-color: rgb(208,136,123); }
td.TdClassName
{
border-color: #D0887B;
}
.TagClassName
{
border-color: #D0887B;
}
</style>