Shades of Mountbatten Pink #997C89
Tints of Mountbatten Pink #997C89
RGB
CMYK
RGB Variations
Color information
#997C89 (or 0x997C89) is known color: Mountbatten Pink. HEX triplet: 99, 7C and 89. RGB value is (153,124,137). Sum of RGB (Red+Green+Blue) = 153+124+137=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C89 is #668376. Grayscale: #868686. Windows color (decimal): -6718327 or 9010329. OLE color: 9010329.
HSL color Cylindrical-coordinate representation of color #997C89: hue angle of 333.1º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997C89 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 137 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.4 |
| HSL | 333.1º | 0.12% | 0.54% | - |
| HSV(B) | 333.1º | 0.19% | 0.6% | - |
| XYZ | 24.86 | 22.99 | 26.79 | - |
| YUV | 134.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 137 | 0 | 0.19 | 0.10 | 0.4 | 333.1 | 0.12 | 0.54 |
| Hex | 99 | 7C | 89 | 0 | 13 | A | 28 | 14D | C | 36 |
| Octal | 231 | 174 | 211 | 0 | 23 | 12 | 50 | 515 | 14 | 66 |
| Binary | 10011001 | 1111100 | 10001001 | 0 | 10011 | 1010 | 101000 | 101001101 | 1100 | 110110 |
Color Harmonies of #997C89
Complementary color
Monochromatic Colors of #997C89
Black with #997C89
Text Example
Text Example
White with #997C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C89; }
p { color: rgb(153,124,137); }
H1.HeaderClassName
{
color: #997C89;
}
.AnyTagClassName
{
color: #997C89;
}
</style>
background-color css
<style>
a { background-color: #997C89; }
a { background-color: rgb(153,124,137); }
div.DivClassName
{
background-color: #997C89;
}
.BgClassName
{
background-color: #997C89;
}
</style>
border-color css
<style>
span { border-color: #997C89; }
span { border-color: rgb(153,124,137); }
td.TdClassName
{
border-color: #997C89;
}
.TagClassName
{
border-color: #997C89;
}
</style>