Shades of Mountbatten Pink #95788E
Tints of Mountbatten Pink #95788E
RGB
CMYK
RGB Variations
Color information
#95788E (or 0x95788E) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 8E. RGB value is (149,120,142). Sum of RGB (Red+Green+Blue) = 149+120+142=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #95788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95788E is #6A8771. Grayscale: #838383. Windows color (decimal): -6981490 or 9336981. OLE color: 9336981.
HSL color Cylindrical-coordinate representation of color #95788E: hue angle of 314.48º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95788E is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 142 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.42 |
| HSL | 314.48º | 0.12% | 0.53% | - |
| HSV(B) | 314.48º | 0.19% | 0.58% | - |
| XYZ | 23.99 | 21.78 | 28.53 | - |
| YUV | 131.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 142 | 0 | 0.19 | 0.05 | 0.42 | 314.48 | 0.12 | 0.53 |
| Hex | 95 | 78 | 8E | 0 | 13 | 5 | 2A | 13A | C | 35 |
| Octal | 225 | 170 | 216 | 0 | 23 | 5 | 52 | 472 | 14 | 65 |
| Binary | 10010101 | 1111000 | 10001110 | 0 | 10011 | 101 | 101010 | 100111010 | 1100 | 110101 |
Color Harmonies of #95788E
Complementary color
Monochromatic Colors of #95788E
Black with #95788E
Text Example
Text Example
White with #95788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95788E; }
p { color: rgb(149,120,142); }
H1.HeaderClassName
{
color: #95788E;
}
.AnyTagClassName
{
color: #95788E;
}
</style>
background-color css
<style>
a { background-color: #95788E; }
a { background-color: rgb(149,120,142); }
div.DivClassName
{
background-color: #95788E;
}
.BgClassName
{
background-color: #95788E;
}
</style>
border-color css
<style>
span { border-color: #95788E; }
span { border-color: rgb(149,120,142); }
td.TdClassName
{
border-color: #95788E;
}
.TagClassName
{
border-color: #95788E;
}
</style>