Shades of Mountbatten Pink #99808D
Tints of Mountbatten Pink #99808D
RGB
CMYK
RGB Variations
Color information
#99808D (or 0x99808D) is known color: Mountbatten Pink. HEX triplet: 99, 80 and 8D. RGB value is (153,128,141). Sum of RGB (Red+Green+Blue) = 153+128+141=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99808D is #667F72. Grayscale: #888888. Windows color (decimal): -6717299 or 9273497. OLE color: 9273497.
HSL color Cylindrical-coordinate representation of color #99808D: hue angle of 328.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99808D is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 141 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.4 |
| HSL | 328.8º | 0.11% | 0.55% | - |
| HSV(B) | 328.8º | 0.16% | 0.6% | - |
| XYZ | 25.66 | 24.13 | 28.5 | - |
| YUV | 136.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 141 | 0 | 0.16 | 0.08 | 0.4 | 328.8 | 0.11 | 0.55 |
| Hex | 99 | 80 | 8D | 0 | 10 | 8 | 28 | 149 | B | 37 |
| Octal | 231 | 200 | 215 | 0 | 20 | 10 | 50 | 511 | 13 | 67 |
| Binary | 10011001 | 10000000 | 10001101 | 0 | 10000 | 1000 | 101000 | 101001001 | 1011 | 110111 |
Color Harmonies of #99808D
Complementary color
Monochromatic Colors of #99808D
Black with #99808D
Text Example
Text Example
White with #99808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99808D; }
p { color: rgb(153,128,141); }
H1.HeaderClassName
{
color: #99808D;
}
.AnyTagClassName
{
color: #99808D;
}
</style>
background-color css
<style>
a { background-color: #99808D; }
a { background-color: rgb(153,128,141); }
div.DivClassName
{
background-color: #99808D;
}
.BgClassName
{
background-color: #99808D;
}
</style>
border-color css
<style>
span { border-color: #99808D; }
span { border-color: rgb(153,128,141); }
td.TdClassName
{
border-color: #99808D;
}
.TagClassName
{
border-color: #99808D;
}
</style>