Shades of Mountbatten Pink #98748C
Tints of Mountbatten Pink #98748C
RGB
CMYK
RGB Variations
Color information
#98748C (or 0x98748C) is known color: Mountbatten Pink. HEX triplet: 98, 74 and 8C. RGB value is (152,116,140). Sum of RGB (Red+Green+Blue) = 152+116+140=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98748C is #678B73. Grayscale: #818181. Windows color (decimal): -6785908 or 9204888. OLE color: 9204888.
HSL color Cylindrical-coordinate representation of color #98748C: hue angle of 320º 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 #98748C is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 140 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.40 |
| HSL | 320º | 0.15% | 0.53% | - |
| HSV(B) | 320º | 0.24% | 0.6% | - |
| XYZ | 23.93 | 21.06 | 27.61 | - |
| YUV | 129.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 140 | 0 | 0.24 | 0.08 | 0.40 | 320 | 0.15 | 0.53 |
| Hex | 98 | 74 | 8C | 0 | 18 | 8 | 28 | 140 | F | 35 |
| Octal | 230 | 164 | 214 | 0 | 30 | 10 | 50 | 500 | 17 | 65 |
| Binary | 10011000 | 1110100 | 10001100 | 0 | 11000 | 1000 | 101000 | 101000000 | 1111 | 110101 |
Color Harmonies of #98748C
Complementary color
Monochromatic Colors of #98748C
Black with #98748C
Text Example
Text Example
White with #98748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98748C; }
p { color: rgb(152,116,140); }
H1.HeaderClassName
{
color: #98748C;
}
.AnyTagClassName
{
color: #98748C;
}
</style>
background-color css
<style>
a { background-color: #98748C; }
a { background-color: rgb(152,116,140); }
div.DivClassName
{
background-color: #98748C;
}
.BgClassName
{
background-color: #98748C;
}
</style>
border-color css
<style>
span { border-color: #98748C; }
span { border-color: rgb(152,116,140); }
td.TdClassName
{
border-color: #98748C;
}
.TagClassName
{
border-color: #98748C;
}
</style>