Shades of Mountbatten Pink #99678E
Tints of Mountbatten Pink #99678E
RGB
CMYK
RGB Variations
Color information
#99678E (or 0x99678E) is known color: Mountbatten Pink. HEX triplet: 99, 67 and 8E. RGB value is (153,103,142). Sum of RGB (Red+Green+Blue) = 153+103+142=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #99678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99678E is #669871. Grayscale: #7A7A7A. Windows color (decimal): -6723698 or 9332633. OLE color: 9332633.
HSL color Cylindrical-coordinate representation of color #99678E: hue angle of 313.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99678E is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 142 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.4 |
| HSL | 313.2º | 0.2% | 0.5% | - |
| HSV(B) | 313.2º | 0.33% | 0.6% | - |
| XYZ | 22.87 | 18.43 | 27.94 | - |
| YUV | 122.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 142 | 0 | 0.33 | 0.07 | 0.4 | 313.2 | 0.2 | 0.5 |
| Hex | 99 | 67 | 8E | 0 | 21 | 7 | 28 | 139 | 14 | 32 |
| Octal | 231 | 147 | 216 | 0 | 41 | 7 | 50 | 471 | 24 | 62 |
| Binary | 10011001 | 1100111 | 10001110 | 0 | 100001 | 111 | 101000 | 100111001 | 10100 | 110010 |
Color Harmonies of #99678E
Complementary color
Monochromatic Colors of #99678E
Black with #99678E
Text Example
Text Example
White with #99678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99678E; }
p { color: rgb(153,103,142); }
H1.HeaderClassName
{
color: #99678E;
}
.AnyTagClassName
{
color: #99678E;
}
</style>
background-color css
<style>
a { background-color: #99678E; }
a { background-color: rgb(153,103,142); }
div.DivClassName
{
background-color: #99678E;
}
.BgClassName
{
background-color: #99678E;
}
</style>
border-color css
<style>
span { border-color: #99678E; }
span { border-color: rgb(153,103,142); }
td.TdClassName
{
border-color: #99678E;
}
.TagClassName
{
border-color: #99678E;
}
</style>