Shades of Mountbatten Pink #99758A
Tints of Mountbatten Pink #99758A
RGB
CMYK
RGB Variations
Color information
#99758A (or 0x99758A) is known color: Mountbatten Pink. HEX triplet: 99, 75 and 8A. RGB value is (153,117,138). Sum of RGB (Red+Green+Blue) = 153+117+138=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #99758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99758A is #668A75. Grayscale: #828282. Windows color (decimal): -6720118 or 9074073. OLE color: 9074073.
HSL color Cylindrical-coordinate representation of color #99758A: hue angle of 325º 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 #99758A is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 138 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.4 |
| HSL | 325º | 0.15% | 0.53% | - |
| HSV(B) | 325º | 0.24% | 0.6% | - |
| XYZ | 24.09 | 21.33 | 26.89 | - |
| YUV | 130.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 138 | 0 | 0.24 | 0.10 | 0.4 | 325 | 0.15 | 0.53 |
| Hex | 99 | 75 | 8A | 0 | 18 | A | 28 | 145 | F | 35 |
| Octal | 231 | 165 | 212 | 0 | 30 | 12 | 50 | 505 | 17 | 65 |
| Binary | 10011001 | 1110101 | 10001010 | 0 | 11000 | 1010 | 101000 | 101000101 | 1111 | 110101 |
Color Harmonies of #99758A
Complementary color
Monochromatic Colors of #99758A
Black with #99758A
Text Example
Text Example
White with #99758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99758A; }
p { color: rgb(153,117,138); }
H1.HeaderClassName
{
color: #99758A;
}
.AnyTagClassName
{
color: #99758A;
}
</style>
background-color css
<style>
a { background-color: #99758A; }
a { background-color: rgb(153,117,138); }
div.DivClassName
{
background-color: #99758A;
}
.BgClassName
{
background-color: #99758A;
}
</style>
border-color css
<style>
span { border-color: #99758A; }
span { border-color: rgb(153,117,138); }
td.TdClassName
{
border-color: #99758A;
}
.TagClassName
{
border-color: #99758A;
}
</style>