Shades of Mountbatten Pink #9D748E
Tints of Mountbatten Pink #9D748E
RGB
CMYK
RGB Variations
Color information
#9D748E (or 0x9D748E) is known color: Mountbatten Pink. HEX triplet: 9D, 74 and 8E. RGB value is (157,116,142). Sum of RGB (Red+Green+Blue) = 157+116+142=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D748E is #628B71. Grayscale: #838383. Windows color (decimal): -6458226 or 9335965. OLE color: 9335965.
HSL color Cylindrical-coordinate representation of color #9D748E: hue angle of 321.95º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D748E is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 116 | 142 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.38 |
| HSL | 321.95º | 0.17% | 0.54% | - |
| HSV(B) | 321.95º | 0.26% | 0.62% | - |
| XYZ | 25.03 | 21.61 | 28.44 | - |
| YUV | 131.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 142 | 0 | 0.26 | 0.10 | 0.38 | 321.95 | 0.17 | 0.54 |
| Hex | 9D | 74 | 8E | 0 | 1A | A | 26 | 142 | 11 | 36 |
| Octal | 235 | 164 | 216 | 0 | 32 | 12 | 46 | 502 | 21 | 66 |
| Binary | 10011101 | 1110100 | 10001110 | 0 | 11010 | 1010 | 100110 | 101000010 | 10001 | 110110 |
Color Harmonies of #9D748E
Complementary color
Monochromatic Colors of #9D748E
Black with #9D748E
Text Example
Text Example
White with #9D748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D748E; }
p { color: rgb(157,116,142); }
H1.HeaderClassName
{
color: #9D748E;
}
.AnyTagClassName
{
color: #9D748E;
}
</style>
background-color css
<style>
a { background-color: #9D748E; }
a { background-color: rgb(157,116,142); }
div.DivClassName
{
background-color: #9D748E;
}
.BgClassName
{
background-color: #9D748E;
}
</style>
border-color css
<style>
span { border-color: #9D748E; }
span { border-color: rgb(157,116,142); }
td.TdClassName
{
border-color: #9D748E;
}
.TagClassName
{
border-color: #9D748E;
}
</style>