Shades of Mountbatten Pink #997188
Tints of Mountbatten Pink #997188
RGB
CMYK
RGB Variations
Color information
#997188 (or 0x997188) is known color: Mountbatten Pink. HEX triplet: 99, 71 and 88. RGB value is (153,113,136). Sum of RGB (Red+Green+Blue) = 153+113+136=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997188 is #668E77. Grayscale: #7F7F7F. Windows color (decimal): -6721144 or 8941977. OLE color: 8941977.
HSL color Cylindrical-coordinate representation of color #997188: hue angle of 325.5º 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 #997188 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 136 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.4 |
| HSL | 325.5º | 0.16% | 0.52% | - |
| HSV(B) | 325.5º | 0.26% | 0.6% | - |
| XYZ | 23.49 | 20.36 | 25.98 | - |
| YUV | 127.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 136 | 0 | 0.26 | 0.11 | 0.4 | 325.5 | 0.16 | 0.52 |
| Hex | 99 | 71 | 88 | 0 | 1A | B | 28 | 146 | 10 | 34 |
| Octal | 231 | 161 | 210 | 0 | 32 | 13 | 50 | 506 | 20 | 64 |
| Binary | 10011001 | 1110001 | 10001000 | 0 | 11010 | 1011 | 101000 | 101000110 | 10000 | 110100 |
Color Harmonies of #997188
Complementary color
Monochromatic Colors of #997188
Black with #997188
Text Example
Text Example
White with #997188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997188; }
p { color: rgb(153,113,136); }
H1.HeaderClassName
{
color: #997188;
}
.AnyTagClassName
{
color: #997188;
}
</style>
background-color css
<style>
a { background-color: #997188; }
a { background-color: rgb(153,113,136); }
div.DivClassName
{
background-color: #997188;
}
.BgClassName
{
background-color: #997188;
}
</style>
border-color css
<style>
span { border-color: #997188; }
span { border-color: rgb(153,113,136); }
td.TdClassName
{
border-color: #997188;
}
.TagClassName
{
border-color: #997188;
}
</style>