Shades of Mountbatten Pink #99688E
Tints of Mountbatten Pink #99688E
RGB
CMYK
RGB Variations
Color information
#99688E (or 0x99688E) is known color: Mountbatten Pink. HEX triplet: 99, 68 and 8E. RGB value is (153,104,142). Sum of RGB (Red+Green+Blue) = 153+104+142=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #99688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99688E is #669771. Grayscale: #7A7A7A. Windows color (decimal): -6723442 or 9332889. OLE color: 9332889.
HSL color Cylindrical-coordinate representation of color #99688E: hue angle of 313.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99688E is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 142 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.4 |
| HSL | 313.47º | 0.19% | 0.5% | - |
| HSV(B) | 313.47º | 0.32% | 0.6% | - |
| XYZ | 22.97 | 18.63 | 27.98 | - |
| YUV | 122.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 142 | 0 | 0.32 | 0.07 | 0.4 | 313.47 | 0.19 | 0.5 |
| Hex | 99 | 68 | 8E | 0 | 20 | 7 | 28 | 139 | 13 | 32 |
| Octal | 231 | 150 | 216 | 0 | 40 | 7 | 50 | 471 | 23 | 62 |
| Binary | 10011001 | 1101000 | 10001110 | 0 | 100000 | 111 | 101000 | 100111001 | 10011 | 110010 |
Color Harmonies of #99688E
Complementary color
Monochromatic Colors of #99688E
Black with #99688E
Text Example
Text Example
White with #99688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99688E; }
p { color: rgb(153,104,142); }
H1.HeaderClassName
{
color: #99688E;
}
.AnyTagClassName
{
color: #99688E;
}
</style>
background-color css
<style>
a { background-color: #99688E; }
a { background-color: rgb(153,104,142); }
div.DivClassName
{
background-color: #99688E;
}
.BgClassName
{
background-color: #99688E;
}
</style>
border-color css
<style>
span { border-color: #99688E; }
span { border-color: rgb(153,104,142); }
td.TdClassName
{
border-color: #99688E;
}
.TagClassName
{
border-color: #99688E;
}
</style>