Shades of Mountbatten Pink #96748C
Tints of Mountbatten Pink #96748C
RGB
CMYK
RGB Variations
Color information
#96748C (or 0x96748C) is known color: Mountbatten Pink. HEX triplet: 96, 74 and 8C. RGB value is (150,116,140). Sum of RGB (Red+Green+Blue) = 150+116+140=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96748C is #698B73. Grayscale: #808080. Windows color (decimal): -6916980 or 9204886. OLE color: 9204886.
HSL color Cylindrical-coordinate representation of color #96748C: hue angle of 317.65º 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 #96748C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 140 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.41 |
| HSL | 317.65º | 0.14% | 0.52% | - |
| HSV(B) | 317.65º | 0.23% | 0.59% | - |
| XYZ | 23.56 | 20.87 | 27.6 | - |
| YUV | 128.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 140 | 0 | 0.23 | 0.07 | 0.41 | 317.65 | 0.14 | 0.52 |
| Hex | 96 | 74 | 8C | 0 | 17 | 7 | 29 | 13E | E | 34 |
| Octal | 226 | 164 | 214 | 0 | 27 | 7 | 51 | 476 | 16 | 64 |
| Binary | 10010110 | 1110100 | 10001100 | 0 | 10111 | 111 | 101001 | 100111110 | 1110 | 110100 |
Color Harmonies of #96748C
Complementary color
Monochromatic Colors of #96748C
Black with #96748C
Text Example
Text Example
White with #96748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96748C; }
p { color: rgb(150,116,140); }
H1.HeaderClassName
{
color: #96748C;
}
.AnyTagClassName
{
color: #96748C;
}
</style>
background-color css
<style>
a { background-color: #96748C; }
a { background-color: rgb(150,116,140); }
div.DivClassName
{
background-color: #96748C;
}
.BgClassName
{
background-color: #96748C;
}
</style>
border-color css
<style>
span { border-color: #96748C; }
span { border-color: rgb(150,116,140); }
td.TdClassName
{
border-color: #96748C;
}
.TagClassName
{
border-color: #96748C;
}
</style>