Shades of Mountbatten Pink #94748E
Tints of Mountbatten Pink #94748E
RGB
CMYK
RGB Variations
Color information
#94748E (or 0x94748E) is known color: Mountbatten Pink. HEX triplet: 94, 74 and 8E. RGB value is (148,116,142). Sum of RGB (Red+Green+Blue) = 148+116+142=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #94748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94748E is #6B8B71. Grayscale: #808080. Windows color (decimal): -7048050 or 9335956. OLE color: 9335956.
HSL color Cylindrical-coordinate representation of color #94748E: hue angle of 311.25º 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 #94748E is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 142 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.42 |
| HSL | 311.25º | 0.13% | 0.52% | - |
| HSV(B) | 311.25º | 0.22% | 0.58% | - |
| XYZ | 23.34 | 20.74 | 28.36 | - |
| YUV | 128.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 142 | 0 | 0.22 | 0.04 | 0.42 | 311.25 | 0.13 | 0.52 |
| Hex | 94 | 74 | 8E | 0 | 16 | 4 | 2A | 137 | D | 34 |
| Octal | 224 | 164 | 216 | 0 | 26 | 4 | 52 | 467 | 15 | 64 |
| Binary | 10010100 | 1110100 | 10001110 | 0 | 10110 | 100 | 101010 | 100110111 | 1101 | 110100 |
Color Harmonies of #94748E
Complementary color
Monochromatic Colors of #94748E
Black with #94748E
Text Example
Text Example
White with #94748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94748E; }
p { color: rgb(148,116,142); }
H1.HeaderClassName
{
color: #94748E;
}
.AnyTagClassName
{
color: #94748E;
}
</style>
background-color css
<style>
a { background-color: #94748E; }
a { background-color: rgb(148,116,142); }
div.DivClassName
{
background-color: #94748E;
}
.BgClassName
{
background-color: #94748E;
}
</style>
border-color css
<style>
span { border-color: #94748E; }
span { border-color: rgb(148,116,142); }
td.TdClassName
{
border-color: #94748E;
}
.TagClassName
{
border-color: #94748E;
}
</style>