Shades of Mountbatten Pink #95738E
Tints of Mountbatten Pink #95738E
RGB
CMYK
RGB Variations
Color information
#95738E (or 0x95738E) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 8E. RGB value is (149,115,142). Sum of RGB (Red+Green+Blue) = 149+115+142=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95738E is #6A8C71. Grayscale: #808080. Windows color (decimal): -6982770 or 9335701. OLE color: 9335701.
HSL color Cylindrical-coordinate representation of color #95738E: hue angle of 312.35º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95738E is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 142 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.42 |
| HSL | 312.35º | 0.14% | 0.52% | - |
| HSV(B) | 312.35º | 0.23% | 0.58% | - |
| XYZ | 23.41 | 20.6 | 28.33 | - |
| YUV | 128.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 142 | 0 | 0.23 | 0.05 | 0.42 | 312.35 | 0.14 | 0.52 |
| Hex | 95 | 73 | 8E | 0 | 17 | 5 | 2A | 138 | E | 34 |
| Octal | 225 | 163 | 216 | 0 | 27 | 5 | 52 | 470 | 16 | 64 |
| Binary | 10010101 | 1110011 | 10001110 | 0 | 10111 | 101 | 101010 | 100111000 | 1110 | 110100 |
Color Harmonies of #95738E
Complementary color
Monochromatic Colors of #95738E
Black with #95738E
Text Example
Text Example
White with #95738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95738E; }
p { color: rgb(149,115,142); }
H1.HeaderClassName
{
color: #95738E;
}
.AnyTagClassName
{
color: #95738E;
}
</style>
background-color css
<style>
a { background-color: #95738E; }
a { background-color: rgb(149,115,142); }
div.DivClassName
{
background-color: #95738E;
}
.BgClassName
{
background-color: #95738E;
}
</style>
border-color css
<style>
span { border-color: #95738E; }
span { border-color: rgb(149,115,142); }
td.TdClassName
{
border-color: #95738E;
}
.TagClassName
{
border-color: #95738E;
}
</style>