Shades of Mountbatten Pink #98748D
Tints of Mountbatten Pink #98748D
RGB
CMYK
RGB Variations
Color information
#98748D (or 0x98748D) is known color: Mountbatten Pink. HEX triplet: 98, 74 and 8D. RGB value is (152,116,141). Sum of RGB (Red+Green+Blue) = 152+116+141=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98748D is #678B72. Grayscale: #818181. Windows color (decimal): -6785907 or 9270424. OLE color: 9270424.
HSL color Cylindrical-coordinate representation of color #98748D: hue angle of 318.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98748D is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 141 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.40 |
| HSL | 318.33º | 0.15% | 0.53% | - |
| HSV(B) | 318.33º | 0.24% | 0.6% | - |
| XYZ | 24 | 21.09 | 28 | - |
| YUV | 129.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 141 | 0 | 0.24 | 0.07 | 0.40 | 318.33 | 0.15 | 0.53 |
| Hex | 98 | 74 | 8D | 0 | 18 | 7 | 28 | 13E | F | 35 |
| Octal | 230 | 164 | 215 | 0 | 30 | 7 | 50 | 476 | 17 | 65 |
| Binary | 10011000 | 1110100 | 10001101 | 0 | 11000 | 111 | 101000 | 100111110 | 1111 | 110101 |
Color Harmonies of #98748D
Complementary color
Monochromatic Colors of #98748D
Black with #98748D
Text Example
Text Example
White with #98748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98748D; }
p { color: rgb(152,116,141); }
H1.HeaderClassName
{
color: #98748D;
}
.AnyTagClassName
{
color: #98748D;
}
</style>
background-color css
<style>
a { background-color: #98748D; }
a { background-color: rgb(152,116,141); }
div.DivClassName
{
background-color: #98748D;
}
.BgClassName
{
background-color: #98748D;
}
</style>
border-color css
<style>
span { border-color: #98748D; }
span { border-color: rgb(152,116,141); }
td.TdClassName
{
border-color: #98748D;
}
.TagClassName
{
border-color: #98748D;
}
</style>