Shades of Mountbatten Pink #94738C
Tints of Mountbatten Pink #94738C
RGB
CMYK
RGB Variations
Color information
#94738C (or 0x94738C) is known color: Mountbatten Pink. HEX triplet: 94, 73 and 8C. RGB value is (148,115,140). Sum of RGB (Red+Green+Blue) = 148+115+140=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94738C is #6B8C73. Grayscale: #7F7F7F. Windows color (decimal): -7048308 or 9204628. OLE color: 9204628.
HSL color Cylindrical-coordinate representation of color #94738C: hue angle of 314.55º 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 #94738C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 140 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.42 |
| HSL | 314.55º | 0.13% | 0.52% | - |
| HSV(B) | 314.55º | 0.22% | 0.58% | - |
| XYZ | 23.08 | 20.45 | 27.54 | - |
| YUV | 127.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 140 | 0 | 0.22 | 0.05 | 0.42 | 314.55 | 0.13 | 0.52 |
| Hex | 94 | 73 | 8C | 0 | 16 | 5 | 2A | 13B | D | 34 |
| Octal | 224 | 163 | 214 | 0 | 26 | 5 | 52 | 473 | 15 | 64 |
| Binary | 10010100 | 1110011 | 10001100 | 0 | 10110 | 101 | 101010 | 100111011 | 1101 | 110100 |
Color Harmonies of #94738C
Complementary color
Monochromatic Colors of #94738C
Black with #94738C
Text Example
Text Example
White with #94738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94738C; }
p { color: rgb(148,115,140); }
H1.HeaderClassName
{
color: #94738C;
}
.AnyTagClassName
{
color: #94738C;
}
</style>
background-color css
<style>
a { background-color: #94738C; }
a { background-color: rgb(148,115,140); }
div.DivClassName
{
background-color: #94738C;
}
.BgClassName
{
background-color: #94738C;
}
</style>
border-color css
<style>
span { border-color: #94738C; }
span { border-color: rgb(148,115,140); }
td.TdClassName
{
border-color: #94738C;
}
.TagClassName
{
border-color: #94738C;
}
</style>