Shades of Mountbatten Pink #96798A
Tints of Mountbatten Pink #96798A
RGB
CMYK
RGB Variations
Color information
#96798A (or 0x96798A) is known color: Mountbatten Pink. HEX triplet: 96, 79 and 8A. RGB value is (150,121,138). Sum of RGB (Red+Green+Blue) = 150+121+138=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96798A is #698675. Grayscale: #838383. Windows color (decimal): -6915702 or 9075094. OLE color: 9075094.
HSL color Cylindrical-coordinate representation of color #96798A: hue angle of 324.83º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96798A is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 138 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.41 |
| HSL | 324.83º | 0.12% | 0.53% | - |
| HSV(B) | 324.83º | 0.19% | 0.59% | - |
| XYZ | 24 | 21.99 | 27.02 | - |
| YUV | 131.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 138 | 0 | 0.19 | 0.08 | 0.41 | 324.83 | 0.12 | 0.53 |
| Hex | 96 | 79 | 8A | 0 | 13 | 8 | 29 | 145 | C | 35 |
| Octal | 226 | 171 | 212 | 0 | 23 | 10 | 51 | 505 | 14 | 65 |
| Binary | 10010110 | 1111001 | 10001010 | 0 | 10011 | 1000 | 101001 | 101000101 | 1100 | 110101 |
Color Harmonies of #96798A
Complementary color
Monochromatic Colors of #96798A
Black with #96798A
Text Example
Text Example
White with #96798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96798A; }
p { color: rgb(150,121,138); }
H1.HeaderClassName
{
color: #96798A;
}
.AnyTagClassName
{
color: #96798A;
}
</style>
background-color css
<style>
a { background-color: #96798A; }
a { background-color: rgb(150,121,138); }
div.DivClassName
{
background-color: #96798A;
}
.BgClassName
{
background-color: #96798A;
}
</style>
border-color css
<style>
span { border-color: #96798A; }
span { border-color: rgb(150,121,138); }
td.TdClassName
{
border-color: #96798A;
}
.TagClassName
{
border-color: #96798A;
}
</style>