Shades of Mountbatten Pink #99718D
Tints of Mountbatten Pink #99718D
RGB
CMYK
RGB Variations
Color information
#99718D (or 0x99718D) is known color: Mountbatten Pink. HEX triplet: 99, 71 and 8D. RGB value is (153,113,141). Sum of RGB (Red+Green+Blue) = 153+113+141=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99718D is #668E72. Grayscale: #808080. Windows color (decimal): -6721139 or 9269657. OLE color: 9269657.
HSL color Cylindrical-coordinate representation of color #99718D: hue angle of 318º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99718D is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 141 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.4 |
| HSL | 318º | 0.16% | 0.52% | - |
| HSV(B) | 318º | 0.26% | 0.6% | - |
| XYZ | 23.85 | 20.51 | 27.9 | - |
| YUV | 128.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 141 | 0 | 0.26 | 0.08 | 0.4 | 318 | 0.16 | 0.52 |
| Hex | 99 | 71 | 8D | 0 | 1A | 8 | 28 | 13E | 10 | 34 |
| Octal | 231 | 161 | 215 | 0 | 32 | 10 | 50 | 476 | 20 | 64 |
| Binary | 10011001 | 1110001 | 10001101 | 0 | 11010 | 1000 | 101000 | 100111110 | 10000 | 110100 |
Color Harmonies of #99718D
Complementary color
Monochromatic Colors of #99718D
Black with #99718D
Text Example
Text Example
White with #99718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99718D; }
p { color: rgb(153,113,141); }
H1.HeaderClassName
{
color: #99718D;
}
.AnyTagClassName
{
color: #99718D;
}
</style>
background-color css
<style>
a { background-color: #99718D; }
a { background-color: rgb(153,113,141); }
div.DivClassName
{
background-color: #99718D;
}
.BgClassName
{
background-color: #99718D;
}
</style>
border-color css
<style>
span { border-color: #99718D; }
span { border-color: rgb(153,113,141); }
td.TdClassName
{
border-color: #99718D;
}
.TagClassName
{
border-color: #99718D;
}
</style>