Shades of Mountbatten Pink #99818C
Tints of Mountbatten Pink #99818C
RGB
CMYK
RGB Variations
Color information
#99818C (or 0x99818C) is known color: Mountbatten Pink. HEX triplet: 99, 81 and 8C. RGB value is (153,129,140). Sum of RGB (Red+Green+Blue) = 153+129+140=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99818C is #667E73. Grayscale: #898989. Windows color (decimal): -6717044 or 9208217. OLE color: 9208217.
HSL color Cylindrical-coordinate representation of color #99818C: hue angle of 332.5º 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 #99818C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 140 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.4 |
| HSL | 332.5º | 0.11% | 0.55% | - |
| HSV(B) | 332.5º | 0.16% | 0.6% | - |
| XYZ | 25.72 | 24.37 | 28.16 | - |
| YUV | 137.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 140 | 0 | 0.16 | 0.08 | 0.4 | 332.5 | 0.11 | 0.55 |
| Hex | 99 | 81 | 8C | 0 | 10 | 8 | 28 | 14C | B | 37 |
| Octal | 231 | 201 | 214 | 0 | 20 | 10 | 50 | 514 | 13 | 67 |
| Binary | 10011001 | 10000001 | 10001100 | 0 | 10000 | 1000 | 101000 | 101001100 | 1011 | 110111 |
Color Harmonies of #99818C
Complementary color
Monochromatic Colors of #99818C
Black with #99818C
Text Example
Text Example
White with #99818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99818C; }
p { color: rgb(153,129,140); }
H1.HeaderClassName
{
color: #99818C;
}
.AnyTagClassName
{
color: #99818C;
}
</style>
background-color css
<style>
a { background-color: #99818C; }
a { background-color: rgb(153,129,140); }
div.DivClassName
{
background-color: #99818C;
}
.BgClassName
{
background-color: #99818C;
}
</style>
border-color css
<style>
span { border-color: #99818C; }
span { border-color: rgb(153,129,140); }
td.TdClassName
{
border-color: #99818C;
}
.TagClassName
{
border-color: #99818C;
}
</style>