Shades of Mountbatten Pink #95728B
Tints of Mountbatten Pink #95728B
RGB
CMYK
RGB Variations
Color information
#95728B (or 0x95728B) is known color: Mountbatten Pink. HEX triplet: 95, 72 and 8B. RGB value is (149,114,139). Sum of RGB (Red+Green+Blue) = 149+114+139=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95728B is #6A8D74. Grayscale: #7F7F7F. Windows color (decimal): -6983029 or 9138837. OLE color: 9138837.
HSL color Cylindrical-coordinate representation of color #95728B: hue angle of 317.14º 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 #95728B is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 139 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.42 |
| HSL | 317.14º | 0.14% | 0.52% | - |
| HSV(B) | 317.14º | 0.23% | 0.58% | - |
| XYZ | 23.07 | 20.29 | 27.13 | - |
| YUV | 127.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 139 | 0 | 0.23 | 0.07 | 0.42 | 317.14 | 0.14 | 0.52 |
| Hex | 95 | 72 | 8B | 0 | 17 | 7 | 2A | 13D | E | 34 |
| Octal | 225 | 162 | 213 | 0 | 27 | 7 | 52 | 475 | 16 | 64 |
| Binary | 10010101 | 1110010 | 10001011 | 0 | 10111 | 111 | 101010 | 100111101 | 1110 | 110100 |
Color Harmonies of #95728B
Complementary color
Monochromatic Colors of #95728B
Black with #95728B
Text Example
Text Example
White with #95728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95728B; }
p { color: rgb(149,114,139); }
H1.HeaderClassName
{
color: #95728B;
}
.AnyTagClassName
{
color: #95728B;
}
</style>
background-color css
<style>
a { background-color: #95728B; }
a { background-color: rgb(149,114,139); }
div.DivClassName
{
background-color: #95728B;
}
.BgClassName
{
background-color: #95728B;
}
</style>
border-color css
<style>
span { border-color: #95728B; }
span { border-color: rgb(149,114,139); }
td.TdClassName
{
border-color: #95728B;
}
.TagClassName
{
border-color: #95728B;
}
</style>