Shades of Mountbatten Pink #95748B
Tints of Mountbatten Pink #95748B
RGB
CMYK
RGB Variations
Color information
#95748B (or 0x95748B) is known color: Mountbatten Pink. HEX triplet: 95, 74 and 8B. RGB value is (149,116,139). Sum of RGB (Red+Green+Blue) = 149+116+139=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95748B is #6A8B74. Grayscale: #808080. Windows color (decimal): -6982517 or 9139349. OLE color: 9139349.
HSL color Cylindrical-coordinate representation of color #95748B: hue angle of 318.18º 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 #95748B is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 139 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.42 |
| HSL | 318.18º | 0.13% | 0.52% | - |
| HSV(B) | 318.18º | 0.22% | 0.58% | - |
| XYZ | 23.3 | 20.74 | 27.2 | - |
| YUV | 128.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 139 | 0 | 0.22 | 0.07 | 0.42 | 318.18 | 0.13 | 0.52 |
| Hex | 95 | 74 | 8B | 0 | 16 | 7 | 2A | 13E | D | 34 |
| Octal | 225 | 164 | 213 | 0 | 26 | 7 | 52 | 476 | 15 | 64 |
| Binary | 10010101 | 1110100 | 10001011 | 0 | 10110 | 111 | 101010 | 100111110 | 1101 | 110100 |
Color Harmonies of #95748B
Complementary color
Monochromatic Colors of #95748B
Black with #95748B
Text Example
Text Example
White with #95748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95748B; }
p { color: rgb(149,116,139); }
H1.HeaderClassName
{
color: #95748B;
}
.AnyTagClassName
{
color: #95748B;
}
</style>
background-color css
<style>
a { background-color: #95748B; }
a { background-color: rgb(149,116,139); }
div.DivClassName
{
background-color: #95748B;
}
.BgClassName
{
background-color: #95748B;
}
</style>
border-color css
<style>
span { border-color: #95748B; }
span { border-color: rgb(149,116,139); }
td.TdClassName
{
border-color: #95748B;
}
.TagClassName
{
border-color: #95748B;
}
</style>