Shades of Mountbatten Pink #926F88
Tints of Mountbatten Pink #926F88
RGB
CMYK
RGB Variations
Color information
#926F88 (or 0x926F88) is known color: Mountbatten Pink. HEX triplet: 92, 6F and 88. RGB value is (146,111,136). Sum of RGB (Red+Green+Blue) = 146+111+136=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #926F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F88 is #6D9077. Grayscale: #7C7C7C. Windows color (decimal): -7180408 or 8941458. OLE color: 8941458.
HSL color Cylindrical-coordinate representation of color #926F88: hue angle of 317.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #926F88 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 136 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.43 |
| HSL | 317.14º | 0.14% | 0.5% | - |
| HSV(B) | 317.14º | 0.24% | 0.57% | - |
| XYZ | 21.98 | 19.26 | 25.85 | - |
| YUV | 124.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 136 | 0 | 0.24 | 0.07 | 0.43 | 317.14 | 0.14 | 0.5 |
| Hex | 92 | 6F | 88 | 0 | 18 | 7 | 2B | 13D | E | 32 |
| Octal | 222 | 157 | 210 | 0 | 30 | 7 | 53 | 475 | 16 | 62 |
| Binary | 10010010 | 1101111 | 10001000 | 0 | 11000 | 111 | 101011 | 100111101 | 1110 | 110010 |
Color Harmonies of #926F88
Complementary color
Monochromatic Colors of #926F88
Black with #926F88
Text Example
Text Example
White with #926F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F88; }
p { color: rgb(146,111,136); }
H1.HeaderClassName
{
color: #926F88;
}
.AnyTagClassName
{
color: #926F88;
}
</style>
background-color css
<style>
a { background-color: #926F88; }
a { background-color: rgb(146,111,136); }
div.DivClassName
{
background-color: #926F88;
}
.BgClassName
{
background-color: #926F88;
}
</style>
border-color css
<style>
span { border-color: #926F88; }
span { border-color: rgb(146,111,136); }
td.TdClassName
{
border-color: #926F88;
}
.TagClassName
{
border-color: #926F88;
}
</style>