Shades of Mountbatten Pink #95738F
Tints of Mountbatten Pink #95738F
RGB
CMYK
RGB Variations
Color information
#95738F (or 0x95738F) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 8F. RGB value is (149,115,143). Sum of RGB (Red+Green+Blue) = 149+115+143=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95738F is #6A8C70. Grayscale: #808080. Windows color (decimal): -6982769 or 9401237. OLE color: 9401237.
HSL color Cylindrical-coordinate representation of color #95738F: hue angle of 310.59º 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 #95738F is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 143 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.42 |
| HSL | 310.59º | 0.14% | 0.52% | - |
| HSV(B) | 310.59º | 0.23% | 0.58% | - |
| XYZ | 23.48 | 20.63 | 28.73 | - |
| YUV | 128.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 143 | 0 | 0.23 | 0.04 | 0.42 | 310.59 | 0.14 | 0.52 |
| Hex | 95 | 73 | 8F | 0 | 17 | 4 | 2A | 137 | E | 34 |
| Octal | 225 | 163 | 217 | 0 | 27 | 4 | 52 | 467 | 16 | 64 |
| Binary | 10010101 | 1110011 | 10001111 | 0 | 10111 | 100 | 101010 | 100110111 | 1110 | 110100 |
Color Harmonies of #95738F
Complementary color
Monochromatic Colors of #95738F
Black with #95738F
Text Example
Text Example
White with #95738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95738F; }
p { color: rgb(149,115,143); }
H1.HeaderClassName
{
color: #95738F;
}
.AnyTagClassName
{
color: #95738F;
}
</style>
background-color css
<style>
a { background-color: #95738F; }
a { background-color: rgb(149,115,143); }
div.DivClassName
{
background-color: #95738F;
}
.BgClassName
{
background-color: #95738F;
}
</style>
border-color css
<style>
span { border-color: #95738F; }
span { border-color: rgb(149,115,143); }
td.TdClassName
{
border-color: #95738F;
}
.TagClassName
{
border-color: #95738F;
}
</style>