Shades of Mountbatten Pink #94748D
Tints of Mountbatten Pink #94748D
RGB
CMYK
RGB Variations
Color information
#94748D (or 0x94748D) is known color: Mountbatten Pink. HEX triplet: 94, 74 and 8D. RGB value is (148,116,141). Sum of RGB (Red+Green+Blue) = 148+116+141=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #94748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94748D is #6B8B72. Grayscale: #808080. Windows color (decimal): -7048051 or 9270420. OLE color: 9270420.
HSL color Cylindrical-coordinate representation of color #94748D: hue angle of 313.12º 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 #94748D is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 141 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.42 |
| HSL | 313.13º | 0.13% | 0.52% | - |
| HSV(B) | 313.13º | 0.22% | 0.58% | - |
| XYZ | 23.27 | 20.71 | 27.97 | - |
| YUV | 128.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 141 | 0 | 0.22 | 0.05 | 0.42 | 313.13 | 0.13 | 0.52 |
| Hex | 94 | 74 | 8D | 0 | 16 | 5 | 2A | 139 | D | 34 |
| Octal | 224 | 164 | 215 | 0 | 26 | 5 | 52 | 471 | 15 | 64 |
| Binary | 10010100 | 1110100 | 10001101 | 0 | 10110 | 101 | 101010 | 100111001 | 1101 | 110100 |
Color Harmonies of #94748D
Complementary color
Monochromatic Colors of #94748D
Black with #94748D
Text Example
Text Example
White with #94748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94748D; }
p { color: rgb(148,116,141); }
H1.HeaderClassName
{
color: #94748D;
}
.AnyTagClassName
{
color: #94748D;
}
</style>
background-color css
<style>
a { background-color: #94748D; }
a { background-color: rgb(148,116,141); }
div.DivClassName
{
background-color: #94748D;
}
.BgClassName
{
background-color: #94748D;
}
</style>
border-color css
<style>
span { border-color: #94748D; }
span { border-color: rgb(148,116,141); }
td.TdClassName
{
border-color: #94748D;
}
.TagClassName
{
border-color: #94748D;
}
</style>