Shades of Mountbatten Pink #92708E
Tints of Mountbatten Pink #92708E
RGB
CMYK
RGB Variations
Color information
#92708E (or 0x92708E) is known color: Mountbatten Pink. HEX triplet: 92, 70 and 8E. RGB value is (146,112,142). Sum of RGB (Red+Green+Blue) = 146+112+142=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #92708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92708E is #6D8F71. Grayscale: #7D7D7D. Windows color (decimal): -7180146 or 9334930. OLE color: 9334930.
HSL color Cylindrical-coordinate representation of color #92708E: hue angle of 307.06º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92708E is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 112 | 142 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.43 |
| HSL | 307.06º | 0.13% | 0.51% | - |
| HSV(B) | 307.06º | 0.23% | 0.57% | - |
| XYZ | 22.53 | 19.65 | 28.2 | - |
| YUV | 125.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 142 | 0 | 0.23 | 0.03 | 0.43 | 307.06 | 0.13 | 0.51 |
| Hex | 92 | 70 | 8E | 0 | 17 | 3 | 2B | 133 | D | 33 |
| Octal | 222 | 160 | 216 | 0 | 27 | 3 | 53 | 463 | 15 | 63 |
| Binary | 10010010 | 1110000 | 10001110 | 0 | 10111 | 11 | 101011 | 100110011 | 1101 | 110011 |
Color Harmonies of #92708E
Complementary color
Monochromatic Colors of #92708E
Black with #92708E
Text Example
Text Example
White with #92708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92708E; }
p { color: rgb(146,112,142); }
H1.HeaderClassName
{
color: #92708E;
}
.AnyTagClassName
{
color: #92708E;
}
</style>
background-color css
<style>
a { background-color: #92708E; }
a { background-color: rgb(146,112,142); }
div.DivClassName
{
background-color: #92708E;
}
.BgClassName
{
background-color: #92708E;
}
</style>
border-color css
<style>
span { border-color: #92708E; }
span { border-color: rgb(146,112,142); }
td.TdClassName
{
border-color: #92708E;
}
.TagClassName
{
border-color: #92708E;
}
</style>