Shades of Mountbatten Pink #99768D
Tints of Mountbatten Pink #99768D
RGB
CMYK
RGB Variations
Color information
#99768D (or 0x99768D) is known color: Mountbatten Pink. HEX triplet: 99, 76 and 8D. RGB value is (153,118,141). Sum of RGB (Red+Green+Blue) = 153+118+141=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #99768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99768D is #668972. Grayscale: #838383. Windows color (decimal): -6719859 or 9270937. OLE color: 9270937.
HSL color Cylindrical-coordinate representation of color #99768D: hue angle of 320.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99768D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 141 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.4 |
| HSL | 320.57º | 0.15% | 0.53% | - |
| HSV(B) | 320.57º | 0.23% | 0.6% | - |
| XYZ | 24.42 | 21.65 | 28.09 | - |
| YUV | 131.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 141 | 0 | 0.23 | 0.08 | 0.4 | 320.57 | 0.15 | 0.53 |
| Hex | 99 | 76 | 8D | 0 | 17 | 8 | 28 | 141 | F | 35 |
| Octal | 231 | 166 | 215 | 0 | 27 | 10 | 50 | 501 | 17 | 65 |
| Binary | 10011001 | 1110110 | 10001101 | 0 | 10111 | 1000 | 101000 | 101000001 | 1111 | 110101 |
Color Harmonies of #99768D
Complementary color
Monochromatic Colors of #99768D
Black with #99768D
Text Example
Text Example
White with #99768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99768D; }
p { color: rgb(153,118,141); }
H1.HeaderClassName
{
color: #99768D;
}
.AnyTagClassName
{
color: #99768D;
}
</style>
background-color css
<style>
a { background-color: #99768D; }
a { background-color: rgb(153,118,141); }
div.DivClassName
{
background-color: #99768D;
}
.BgClassName
{
background-color: #99768D;
}
</style>
border-color css
<style>
span { border-color: #99768D; }
span { border-color: rgb(153,118,141); }
td.TdClassName
{
border-color: #99768D;
}
.TagClassName
{
border-color: #99768D;
}
</style>