Shades of Mountbatten Pink #99808C
Tints of Mountbatten Pink #99808C
RGB
CMYK
RGB Variations
Color information
#99808C (or 0x99808C) is known color: Mountbatten Pink. HEX triplet: 99, 80 and 8C. RGB value is (153,128,140). Sum of RGB (Red+Green+Blue) = 153+128+140=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #99808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99808C is #667F73. Grayscale: #888888. Windows color (decimal): -6717300 or 9207961. OLE color: 9207961.
HSL color Cylindrical-coordinate representation of color #99808C: hue angle of 331.2º 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 #99808C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 140 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.4 |
| HSL | 331.2º | 0.11% | 0.55% | - |
| HSV(B) | 331.2º | 0.16% | 0.6% | - |
| XYZ | 25.59 | 24.1 | 28.11 | - |
| YUV | 136.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 140 | 0 | 0.16 | 0.08 | 0.4 | 331.2 | 0.11 | 0.55 |
| Hex | 99 | 80 | 8C | 0 | 10 | 8 | 28 | 14B | B | 37 |
| Octal | 231 | 200 | 214 | 0 | 20 | 10 | 50 | 513 | 13 | 67 |
| Binary | 10011001 | 10000000 | 10001100 | 0 | 10000 | 1000 | 101000 | 101001011 | 1011 | 110111 |
Color Harmonies of #99808C
Complementary color
Monochromatic Colors of #99808C
Black with #99808C
Text Example
Text Example
White with #99808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99808C; }
p { color: rgb(153,128,140); }
H1.HeaderClassName
{
color: #99808C;
}
.AnyTagClassName
{
color: #99808C;
}
</style>
background-color css
<style>
a { background-color: #99808C; }
a { background-color: rgb(153,128,140); }
div.DivClassName
{
background-color: #99808C;
}
.BgClassName
{
background-color: #99808C;
}
</style>
border-color css
<style>
span { border-color: #99808C; }
span { border-color: rgb(153,128,140); }
td.TdClassName
{
border-color: #99808C;
}
.TagClassName
{
border-color: #99808C;
}
</style>