Shades of Mountbatten Pink #99758B
Tints of Mountbatten Pink #99758B
RGB
CMYK
RGB Variations
Color information
#99758B (or 0x99758B) is known color: Mountbatten Pink. HEX triplet: 99, 75 and 8B. RGB value is (153,117,139). Sum of RGB (Red+Green+Blue) = 153+117+139=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99758B is #668A74. Grayscale: #828282. Windows color (decimal): -6720117 or 9139609. OLE color: 9139609.
HSL color Cylindrical-coordinate representation of color #99758B: hue angle of 323.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99758B is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 139 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.4 |
| HSL | 323.33º | 0.15% | 0.53% | - |
| HSV(B) | 323.33º | 0.24% | 0.6% | - |
| XYZ | 24.16 | 21.36 | 27.28 | - |
| YUV | 130.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 139 | 0 | 0.24 | 0.09 | 0.4 | 323.33 | 0.15 | 0.53 |
| Hex | 99 | 75 | 8B | 0 | 18 | 9 | 28 | 143 | F | 35 |
| Octal | 231 | 165 | 213 | 0 | 30 | 11 | 50 | 503 | 17 | 65 |
| Binary | 10011001 | 1110101 | 10001011 | 0 | 11000 | 1001 | 101000 | 101000011 | 1111 | 110101 |
Color Harmonies of #99758B
Complementary color
Monochromatic Colors of #99758B
Black with #99758B
Text Example
Text Example
White with #99758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99758B; }
p { color: rgb(153,117,139); }
H1.HeaderClassName
{
color: #99758B;
}
.AnyTagClassName
{
color: #99758B;
}
</style>
background-color css
<style>
a { background-color: #99758B; }
a { background-color: rgb(153,117,139); }
div.DivClassName
{
background-color: #99758B;
}
.BgClassName
{
background-color: #99758B;
}
</style>
border-color css
<style>
span { border-color: #99758B; }
span { border-color: rgb(153,117,139); }
td.TdClassName
{
border-color: #99758B;
}
.TagClassName
{
border-color: #99758B;
}
</style>