Shades of Mountbatten Pink #92728E
Tints of Mountbatten Pink #92728E
RGB
CMYK
RGB Variations
Color information
#92728E (or 0x92728E) is known color: Mountbatten Pink. HEX triplet: 92, 72 and 8E. RGB value is (146,114,142). Sum of RGB (Red+Green+Blue) = 146+114+142=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #92728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92728E is #6D8D71. Grayscale: #7E7E7E. Windows color (decimal): -7179634 or 9335442. OLE color: 9335442.
HSL color Cylindrical-coordinate representation of color #92728E: hue angle of 307.5º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92728E is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 114 | 142 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.43 |
| HSL | 307.5º | 0.13% | 0.51% | - |
| HSV(B) | 307.5º | 0.22% | 0.57% | - |
| XYZ | 22.75 | 20.1 | 28.27 | - |
| YUV | 126.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 142 | 0 | 0.22 | 0.03 | 0.43 | 307.5 | 0.13 | 0.51 |
| Hex | 92 | 72 | 8E | 0 | 16 | 3 | 2B | 134 | D | 33 |
| Octal | 222 | 162 | 216 | 0 | 26 | 3 | 53 | 464 | 15 | 63 |
| Binary | 10010010 | 1110010 | 10001110 | 0 | 10110 | 11 | 101011 | 100110100 | 1101 | 110011 |
Color Harmonies of #92728E
Complementary color
Monochromatic Colors of #92728E
Black with #92728E
Text Example
Text Example
White with #92728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92728E; }
p { color: rgb(146,114,142); }
H1.HeaderClassName
{
color: #92728E;
}
.AnyTagClassName
{
color: #92728E;
}
</style>
background-color css
<style>
a { background-color: #92728E; }
a { background-color: rgb(146,114,142); }
div.DivClassName
{
background-color: #92728E;
}
.BgClassName
{
background-color: #92728E;
}
</style>
border-color css
<style>
span { border-color: #92728E; }
span { border-color: rgb(146,114,142); }
td.TdClassName
{
border-color: #92728E;
}
.TagClassName
{
border-color: #92728E;
}
</style>