Shades of Mountbatten Pink #99828E
Tints of Mountbatten Pink #99828E
RGB
CMYK
RGB Variations
Color information
#99828E (or 0x99828E) is known color: Mountbatten Pink. HEX triplet: 99, 82 and 8E. RGB value is (153,130,142). Sum of RGB (Red+Green+Blue) = 153+130+142=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #99828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99828E is #667D71. Grayscale: #8A8A8A. Windows color (decimal): -6716786 or 9339545. OLE color: 9339545.
HSL color Cylindrical-coordinate representation of color #99828E: hue angle of 328.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99828E is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 142 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.4 |
| HSL | 328.7º | 0.1% | 0.55% | - |
| HSV(B) | 328.7º | 0.15% | 0.6% | - |
| XYZ | 26 | 24.69 | 28.99 | - |
| YUV | 138.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 142 | 0 | 0.15 | 0.07 | 0.4 | 328.7 | 0.1 | 0.55 |
| Hex | 99 | 82 | 8E | 0 | F | 7 | 28 | 149 | A | 37 |
| Octal | 231 | 202 | 216 | 0 | 17 | 7 | 50 | 511 | 12 | 67 |
| Binary | 10011001 | 10000010 | 10001110 | 0 | 1111 | 111 | 101000 | 101001001 | 1010 | 110111 |
Color Harmonies of #99828E
Complementary color
Monochromatic Colors of #99828E
Black with #99828E
Text Example
Text Example
White with #99828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99828E; }
p { color: rgb(153,130,142); }
H1.HeaderClassName
{
color: #99828E;
}
.AnyTagClassName
{
color: #99828E;
}
</style>
background-color css
<style>
a { background-color: #99828E; }
a { background-color: rgb(153,130,142); }
div.DivClassName
{
background-color: #99828E;
}
.BgClassName
{
background-color: #99828E;
}
</style>
border-color css
<style>
span { border-color: #99828E; }
span { border-color: rgb(153,130,142); }
td.TdClassName
{
border-color: #99828E;
}
.TagClassName
{
border-color: #99828E;
}
</style>