Shades of Mountbatten Pink #95858D
Tints of Mountbatten Pink #95858D
RGB
CMYK
RGB Variations
Color information
#95858D (or 0x95858D) is known color: Mountbatten Pink. HEX triplet: 95, 85 and 8D. RGB value is (149,133,141). Sum of RGB (Red+Green+Blue) = 149+133+141=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #95858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95858D is #6A7A72. Grayscale: #8A8A8A. Windows color (decimal): -6978163 or 9274773. OLE color: 9274773.
HSL color Cylindrical-coordinate representation of color #95858D: hue angle of 330º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #95858D is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 141 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.42 |
| HSL | 330º | 0.07% | 0.55% | - |
| HSV(B) | 330º | 0.11% | 0.58% | - |
| XYZ | 25.59 | 25.09 | 28.69 | - |
| YUV | 138.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 141 | 0 | 0.11 | 0.05 | 0.42 | 330 | 0.07 | 0.55 |
| Hex | 95 | 85 | 8D | 0 | B | 5 | 2A | 14A | 7 | 37 |
| Octal | 225 | 205 | 215 | 0 | 13 | 5 | 52 | 512 | 7 | 67 |
| Binary | 10010101 | 10000101 | 10001101 | 0 | 1011 | 101 | 101010 | 101001010 | 111 | 110111 |
Color Harmonies of #95858D
Complementary color
Monochromatic Colors of #95858D
Black with #95858D
Text Example
Text Example
White with #95858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95858D; }
p { color: rgb(149,133,141); }
H1.HeaderClassName
{
color: #95858D;
}
.AnyTagClassName
{
color: #95858D;
}
</style>
background-color css
<style>
a { background-color: #95858D; }
a { background-color: rgb(149,133,141); }
div.DivClassName
{
background-color: #95858D;
}
.BgClassName
{
background-color: #95858D;
}
</style>
border-color css
<style>
span { border-color: #95858D; }
span { border-color: rgb(149,133,141); }
td.TdClassName
{
border-color: #95858D;
}
.TagClassName
{
border-color: #95858D;
}
</style>