Shades of Mountbatten Pink #99768E
Tints of Mountbatten Pink #99768E
RGB
CMYK
RGB Variations
Color information
#99768E (or 0x99768E) is known color: Mountbatten Pink. HEX triplet: 99, 76 and 8E. RGB value is (153,118,142). Sum of RGB (Red+Green+Blue) = 153+118+142=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #99768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99768E is #668971. Grayscale: #838383. Windows color (decimal): -6719858 or 9336473. OLE color: 9336473.
HSL color Cylindrical-coordinate representation of color #99768E: hue angle of 318.86º 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 #99768E is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 142 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.4 |
| HSL | 318.86º | 0.15% | 0.53% | - |
| HSV(B) | 318.86º | 0.23% | 0.6% | - |
| XYZ | 24.5 | 21.68 | 28.49 | - |
| YUV | 131.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 142 | 0 | 0.23 | 0.07 | 0.4 | 318.86 | 0.15 | 0.53 |
| Hex | 99 | 76 | 8E | 0 | 17 | 7 | 28 | 13F | F | 35 |
| Octal | 231 | 166 | 216 | 0 | 27 | 7 | 50 | 477 | 17 | 65 |
| Binary | 10011001 | 1110110 | 10001110 | 0 | 10111 | 111 | 101000 | 100111111 | 1111 | 110101 |
Color Harmonies of #99768E
Complementary color
Monochromatic Colors of #99768E
Black with #99768E
Text Example
Text Example
White with #99768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99768E; }
p { color: rgb(153,118,142); }
H1.HeaderClassName
{
color: #99768E;
}
.AnyTagClassName
{
color: #99768E;
}
</style>
background-color css
<style>
a { background-color: #99768E; }
a { background-color: rgb(153,118,142); }
div.DivClassName
{
background-color: #99768E;
}
.BgClassName
{
background-color: #99768E;
}
</style>
border-color css
<style>
span { border-color: #99768E; }
span { border-color: rgb(153,118,142); }
td.TdClassName
{
border-color: #99768E;
}
.TagClassName
{
border-color: #99768E;
}
</style>