Shades of Mountbatten Pink #99798D
Tints of Mountbatten Pink #99798D
RGB
CMYK
RGB Variations
Color information
#99798D (or 0x99798D) is known color: Mountbatten Pink. HEX triplet: 99, 79 and 8D. RGB value is (153,121,141). Sum of RGB (Red+Green+Blue) = 153+121+141=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #99798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99798D is #668672. Grayscale: #848484. Windows color (decimal): -6719091 or 9271705. OLE color: 9271705.
HSL color Cylindrical-coordinate representation of color #99798D: hue angle of 322.5º 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 #99798D is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 141 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.4 |
| HSL | 322.5º | 0.14% | 0.54% | - |
| HSV(B) | 322.5º | 0.21% | 0.6% | - |
| XYZ | 24.78 | 22.37 | 28.21 | - |
| YUV | 132.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 141 | 0 | 0.21 | 0.08 | 0.4 | 322.5 | 0.14 | 0.54 |
| Hex | 99 | 79 | 8D | 0 | 15 | 8 | 28 | 142 | E | 36 |
| Octal | 231 | 171 | 215 | 0 | 25 | 10 | 50 | 502 | 16 | 66 |
| Binary | 10011001 | 1111001 | 10001101 | 0 | 10101 | 1000 | 101000 | 101000010 | 1110 | 110110 |
Color Harmonies of #99798D
Complementary color
Monochromatic Colors of #99798D
Black with #99798D
Text Example
Text Example
White with #99798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99798D; }
p { color: rgb(153,121,141); }
H1.HeaderClassName
{
color: #99798D;
}
.AnyTagClassName
{
color: #99798D;
}
</style>
background-color css
<style>
a { background-color: #99798D; }
a { background-color: rgb(153,121,141); }
div.DivClassName
{
background-color: #99798D;
}
.BgClassName
{
background-color: #99798D;
}
</style>
border-color css
<style>
span { border-color: #99798D; }
span { border-color: rgb(153,121,141); }
td.TdClassName
{
border-color: #99798D;
}
.TagClassName
{
border-color: #99798D;
}
</style>