Shades of Mountbatten Pink #99828C
Tints of Mountbatten Pink #99828C
RGB
CMYK
RGB Variations
Color information
#99828C (or 0x99828C) is known color: Mountbatten Pink. HEX triplet: 99, 82 and 8C. RGB value is (153,130,140). Sum of RGB (Red+Green+Blue) = 153+130+140=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99828C is #667D73. Grayscale: #8A8A8A. Windows color (decimal): -6716788 or 9208473. OLE color: 9208473.
HSL color Cylindrical-coordinate representation of color #99828C: hue angle of 333.91º 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 #99828C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 140 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.4 |
| HSL | 333.91º | 0.1% | 0.55% | - |
| HSV(B) | 333.91º | 0.15% | 0.6% | - |
| XYZ | 25.85 | 24.63 | 28.2 | - |
| YUV | 138.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 140 | 0 | 0.15 | 0.08 | 0.4 | 333.91 | 0.1 | 0.55 |
| Hex | 99 | 82 | 8C | 0 | F | 8 | 28 | 14E | A | 37 |
| Octal | 231 | 202 | 214 | 0 | 17 | 10 | 50 | 516 | 12 | 67 |
| Binary | 10011001 | 10000010 | 10001100 | 0 | 1111 | 1000 | 101000 | 101001110 | 1010 | 110111 |
Color Harmonies of #99828C
Complementary color
Monochromatic Colors of #99828C
Black with #99828C
Text Example
Text Example
White with #99828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99828C; }
p { color: rgb(153,130,140); }
H1.HeaderClassName
{
color: #99828C;
}
.AnyTagClassName
{
color: #99828C;
}
</style>
background-color css
<style>
a { background-color: #99828C; }
a { background-color: rgb(153,130,140); }
div.DivClassName
{
background-color: #99828C;
}
.BgClassName
{
background-color: #99828C;
}
</style>
border-color css
<style>
span { border-color: #99828C; }
span { border-color: rgb(153,130,140); }
td.TdClassName
{
border-color: #99828C;
}
.TagClassName
{
border-color: #99828C;
}
</style>