Shades of Mountbatten Pink #95748D
Tints of Mountbatten Pink #95748D
RGB
CMYK
RGB Variations
Color information
#95748D (or 0x95748D) is known color: Mountbatten Pink. HEX triplet: 95, 74 and 8D. RGB value is (149,116,141). Sum of RGB (Red+Green+Blue) = 149+116+141=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95748D is #6A8B72. Grayscale: #808080. Windows color (decimal): -6982515 or 9270421. OLE color: 9270421.
HSL color Cylindrical-coordinate representation of color #95748D: hue angle of 314.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95748D is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 141 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.42 |
| HSL | 314.55º | 0.13% | 0.52% | - |
| HSV(B) | 314.55º | 0.22% | 0.58% | - |
| XYZ | 23.45 | 20.8 | 27.98 | - |
| YUV | 128.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 141 | 0 | 0.22 | 0.05 | 0.42 | 314.55 | 0.13 | 0.52 |
| Hex | 95 | 74 | 8D | 0 | 16 | 5 | 2A | 13B | D | 34 |
| Octal | 225 | 164 | 215 | 0 | 26 | 5 | 52 | 473 | 15 | 64 |
| Binary | 10010101 | 1110100 | 10001101 | 0 | 10110 | 101 | 101010 | 100111011 | 1101 | 110100 |
Color Harmonies of #95748D
Complementary color
Monochromatic Colors of #95748D
Black with #95748D
Text Example
Text Example
White with #95748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95748D; }
p { color: rgb(149,116,141); }
H1.HeaderClassName
{
color: #95748D;
}
.AnyTagClassName
{
color: #95748D;
}
</style>
background-color css
<style>
a { background-color: #95748D; }
a { background-color: rgb(149,116,141); }
div.DivClassName
{
background-color: #95748D;
}
.BgClassName
{
background-color: #95748D;
}
</style>
border-color css
<style>
span { border-color: #95748D; }
span { border-color: rgb(149,116,141); }
td.TdClassName
{
border-color: #95748D;
}
.TagClassName
{
border-color: #95748D;
}
</style>