Shades of Mountbatten Pink #99798E
Tints of Mountbatten Pink #99798E
RGB
CMYK
RGB Variations
Color information
#99798E (or 0x99798E) is known color: Mountbatten Pink. HEX triplet: 99, 79 and 8E. RGB value is (153,121,142). Sum of RGB (Red+Green+Blue) = 153+121+142=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #99798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99798E is #668671. Grayscale: #848484. Windows color (decimal): -6719090 or 9337241. OLE color: 9337241.
HSL color Cylindrical-coordinate representation of color #99798E: hue angle of 320.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99798E is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 142 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.4 |
| HSL | 320.63º | 0.14% | 0.54% | - |
| HSV(B) | 320.63º | 0.21% | 0.6% | - |
| XYZ | 24.86 | 22.4 | 28.6 | - |
| YUV | 132.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 142 | 0 | 0.21 | 0.07 | 0.4 | 320.63 | 0.14 | 0.54 |
| Hex | 99 | 79 | 8E | 0 | 15 | 7 | 28 | 141 | E | 36 |
| Octal | 231 | 171 | 216 | 0 | 25 | 7 | 50 | 501 | 16 | 66 |
| Binary | 10011001 | 1111001 | 10001110 | 0 | 10101 | 111 | 101000 | 101000001 | 1110 | 110110 |
Color Harmonies of #99798E
Complementary color
Monochromatic Colors of #99798E
Black with #99798E
Text Example
Text Example
White with #99798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99798E; }
p { color: rgb(153,121,142); }
H1.HeaderClassName
{
color: #99798E;
}
.AnyTagClassName
{
color: #99798E;
}
</style>
background-color css
<style>
a { background-color: #99798E; }
a { background-color: rgb(153,121,142); }
div.DivClassName
{
background-color: #99798E;
}
.BgClassName
{
background-color: #99798E;
}
</style>
border-color css
<style>
span { border-color: #99798E; }
span { border-color: rgb(153,121,142); }
td.TdClassName
{
border-color: #99798E;
}
.TagClassName
{
border-color: #99798E;
}
</style>