Shades of Mountbatten Pink #95738A
Tints of Mountbatten Pink #95738A
RGB
CMYK
RGB Variations
Color information
#95738A (or 0x95738A) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 8A. RGB value is (149,115,138). Sum of RGB (Red+Green+Blue) = 149+115+138=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95738A is #6A8C75. Grayscale: #7F7F7F. Windows color (decimal): -6982774 or 9073557. OLE color: 9073557.
HSL color Cylindrical-coordinate representation of color #95738A: hue angle of 319.41º 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 #95738A is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 138 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.42 |
| HSL | 319.41º | 0.14% | 0.52% | - |
| HSV(B) | 319.41º | 0.23% | 0.58% | - |
| XYZ | 23.11 | 20.49 | 26.78 | - |
| YUV | 127.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 138 | 0 | 0.23 | 0.07 | 0.42 | 319.41 | 0.14 | 0.52 |
| Hex | 95 | 73 | 8A | 0 | 17 | 7 | 2A | 13F | E | 34 |
| Octal | 225 | 163 | 212 | 0 | 27 | 7 | 52 | 477 | 16 | 64 |
| Binary | 10010101 | 1110011 | 10001010 | 0 | 10111 | 111 | 101010 | 100111111 | 1110 | 110100 |
Color Harmonies of #95738A
Complementary color
Monochromatic Colors of #95738A
Black with #95738A
Text Example
Text Example
White with #95738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95738A; }
p { color: rgb(149,115,138); }
H1.HeaderClassName
{
color: #95738A;
}
.AnyTagClassName
{
color: #95738A;
}
</style>
background-color css
<style>
a { background-color: #95738A; }
a { background-color: rgb(149,115,138); }
div.DivClassName
{
background-color: #95738A;
}
.BgClassName
{
background-color: #95738A;
}
</style>
border-color css
<style>
span { border-color: #95738A; }
span { border-color: rgb(149,115,138); }
td.TdClassName
{
border-color: #95738A;
}
.TagClassName
{
border-color: #95738A;
}
</style>