Shades of Mountbatten Pink #95788D
Tints of Mountbatten Pink #95788D
RGB
CMYK
RGB Variations
Color information
#95788D (or 0x95788D) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 8D. RGB value is (149,120,141). Sum of RGB (Red+Green+Blue) = 149+120+141=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #95788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95788D is #6A8772. Grayscale: #838383. Windows color (decimal): -6981491 or 9271445. OLE color: 9271445.
HSL color Cylindrical-coordinate representation of color #95788D: hue angle of 316.55º 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 #95788D is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 141 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.42 |
| HSL | 316.55º | 0.12% | 0.53% | - |
| HSV(B) | 316.55º | 0.19% | 0.58% | - |
| XYZ | 23.92 | 21.75 | 28.14 | - |
| YUV | 131.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 141 | 0 | 0.19 | 0.05 | 0.42 | 316.55 | 0.12 | 0.53 |
| Hex | 95 | 78 | 8D | 0 | 13 | 5 | 2A | 13D | C | 35 |
| Octal | 225 | 170 | 215 | 0 | 23 | 5 | 52 | 475 | 14 | 65 |
| Binary | 10010101 | 1111000 | 10001101 | 0 | 10011 | 101 | 101010 | 100111101 | 1100 | 110101 |
Color Harmonies of #95788D
Complementary color
Monochromatic Colors of #95788D
Black with #95788D
Text Example
Text Example
White with #95788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95788D; }
p { color: rgb(149,120,141); }
H1.HeaderClassName
{
color: #95788D;
}
.AnyTagClassName
{
color: #95788D;
}
</style>
background-color css
<style>
a { background-color: #95788D; }
a { background-color: rgb(149,120,141); }
div.DivClassName
{
background-color: #95788D;
}
.BgClassName
{
background-color: #95788D;
}
</style>
border-color css
<style>
span { border-color: #95788D; }
span { border-color: rgb(149,120,141); }
td.TdClassName
{
border-color: #95788D;
}
.TagClassName
{
border-color: #95788D;
}
</style>