Shades of Mountbatten Pink #96748B
Tints of Mountbatten Pink #96748B
RGB
CMYK
RGB Variations
Color information
#96748B (or 0x96748B) is known color: Mountbatten Pink. HEX triplet: 96, 74 and 8B. RGB value is (150,116,139). Sum of RGB (Red+Green+Blue) = 150+116+139=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96748B is #698B74. Grayscale: #808080. Windows color (decimal): -6916981 or 9139350. OLE color: 9139350.
HSL color Cylindrical-coordinate representation of color #96748B: hue angle of 319.41º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96748B is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 139 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.41 |
| HSL | 319.41º | 0.14% | 0.52% | - |
| HSV(B) | 319.41º | 0.23% | 0.59% | - |
| XYZ | 23.48 | 20.84 | 27.21 | - |
| YUV | 128.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 139 | 0 | 0.23 | 0.07 | 0.41 | 319.41 | 0.14 | 0.52 |
| Hex | 96 | 74 | 8B | 0 | 17 | 7 | 29 | 13F | E | 34 |
| Octal | 226 | 164 | 213 | 0 | 27 | 7 | 51 | 477 | 16 | 64 |
| Binary | 10010110 | 1110100 | 10001011 | 0 | 10111 | 111 | 101001 | 100111111 | 1110 | 110100 |
Color Harmonies of #96748B
Complementary color
Monochromatic Colors of #96748B
Black with #96748B
Text Example
Text Example
White with #96748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96748B; }
p { color: rgb(150,116,139); }
H1.HeaderClassName
{
color: #96748B;
}
.AnyTagClassName
{
color: #96748B;
}
</style>
background-color css
<style>
a { background-color: #96748B; }
a { background-color: rgb(150,116,139); }
div.DivClassName
{
background-color: #96748B;
}
.BgClassName
{
background-color: #96748B;
}
</style>
border-color css
<style>
span { border-color: #96748B; }
span { border-color: rgb(150,116,139); }
td.TdClassName
{
border-color: #96748B;
}
.TagClassName
{
border-color: #96748B;
}
</style>