Shades of Mountbatten Pink #99758E
Tints of Mountbatten Pink #99758E
RGB
CMYK
RGB Variations
Color information
#99758E (or 0x99758E) is known color: Mountbatten Pink. HEX triplet: 99, 75 and 8E. RGB value is (153,117,142). Sum of RGB (Red+Green+Blue) = 153+117+142=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #99758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99758E is #668A71. Grayscale: #828282. Windows color (decimal): -6720114 or 9336217. OLE color: 9336217.
HSL color Cylindrical-coordinate representation of color #99758E: 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 #99758E is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 142 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.4 |
| HSL | 318.33º | 0.15% | 0.53% | - |
| HSV(B) | 318.33º | 0.24% | 0.6% | - |
| XYZ | 24.38 | 21.45 | 28.45 | - |
| YUV | 130.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 142 | 0 | 0.24 | 0.07 | 0.4 | 318.33 | 0.15 | 0.53 |
| Hex | 99 | 75 | 8E | 0 | 18 | 7 | 28 | 13E | F | 35 |
| Octal | 231 | 165 | 216 | 0 | 30 | 7 | 50 | 476 | 17 | 65 |
| Binary | 10011001 | 1110101 | 10001110 | 0 | 11000 | 111 | 101000 | 100111110 | 1111 | 110101 |
Color Harmonies of #99758E
Complementary color
Monochromatic Colors of #99758E
Black with #99758E
Text Example
Text Example
White with #99758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99758E; }
p { color: rgb(153,117,142); }
H1.HeaderClassName
{
color: #99758E;
}
.AnyTagClassName
{
color: #99758E;
}
</style>
background-color css
<style>
a { background-color: #99758E; }
a { background-color: rgb(153,117,142); }
div.DivClassName
{
background-color: #99758E;
}
.BgClassName
{
background-color: #99758E;
}
</style>
border-color css
<style>
span { border-color: #99758E; }
span { border-color: rgb(153,117,142); }
td.TdClassName
{
border-color: #99758E;
}
.TagClassName
{
border-color: #99758E;
}
</style>