Shades of Mountbatten Pink #94738D
Tints of Mountbatten Pink #94738D
RGB
CMYK
RGB Variations
Color information
#94738D (or 0x94738D) is known color: Mountbatten Pink. HEX triplet: 94, 73 and 8D. RGB value is (148,115,141). Sum of RGB (Red+Green+Blue) = 148+115+141=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #94738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94738D is #6B8C72. Grayscale: #7F7F7F. Windows color (decimal): -7048307 or 9270164. OLE color: 9270164.
HSL color Cylindrical-coordinate representation of color #94738D: hue angle of 312.73º 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 #94738D is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 141 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.42 |
| HSL | 312.73º | 0.13% | 0.52% | - |
| HSV(B) | 312.73º | 0.22% | 0.58% | - |
| XYZ | 23.15 | 20.48 | 27.93 | - |
| YUV | 127.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 141 | 0 | 0.22 | 0.05 | 0.42 | 312.73 | 0.13 | 0.52 |
| Hex | 94 | 73 | 8D | 0 | 16 | 5 | 2A | 139 | D | 34 |
| Octal | 224 | 163 | 215 | 0 | 26 | 5 | 52 | 471 | 15 | 64 |
| Binary | 10010100 | 1110011 | 10001101 | 0 | 10110 | 101 | 101010 | 100111001 | 1101 | 110100 |
Color Harmonies of #94738D
Complementary color
Monochromatic Colors of #94738D
Black with #94738D
Text Example
Text Example
White with #94738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94738D; }
p { color: rgb(148,115,141); }
H1.HeaderClassName
{
color: #94738D;
}
.AnyTagClassName
{
color: #94738D;
}
</style>
background-color css
<style>
a { background-color: #94738D; }
a { background-color: rgb(148,115,141); }
div.DivClassName
{
background-color: #94738D;
}
.BgClassName
{
background-color: #94738D;
}
</style>
border-color css
<style>
span { border-color: #94738D; }
span { border-color: rgb(148,115,141); }
td.TdClassName
{
border-color: #94738D;
}
.TagClassName
{
border-color: #94738D;
}
</style>