Shades of Mountbatten Pink #96708A
Tints of Mountbatten Pink #96708A
RGB
CMYK
RGB Variations
Color information
#96708A (or 0x96708A) is known color: Mountbatten Pink. HEX triplet: 96, 70 and 8A. RGB value is (150,112,138). Sum of RGB (Red+Green+Blue) = 150+112+138=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #96708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96708A is #698F75. Grayscale: #7E7E7E. Windows color (decimal): -6918006 or 9072790. OLE color: 9072790.
HSL color Cylindrical-coordinate representation of color #96708A: hue angle of 318.95º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96708A is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 138 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.41 |
| HSL | 318.95º | 0.15% | 0.51% | - |
| HSV(B) | 318.95º | 0.25% | 0.59% | - |
| XYZ | 22.96 | 19.91 | 26.68 | - |
| YUV | 126.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 138 | 0 | 0.25 | 0.08 | 0.41 | 318.95 | 0.15 | 0.51 |
| Hex | 96 | 70 | 8A | 0 | 19 | 8 | 29 | 13F | F | 33 |
| Octal | 226 | 160 | 212 | 0 | 31 | 10 | 51 | 477 | 17 | 63 |
| Binary | 10010110 | 1110000 | 10001010 | 0 | 11001 | 1000 | 101001 | 100111111 | 1111 | 110011 |
Color Harmonies of #96708A
Complementary color
Monochromatic Colors of #96708A
Black with #96708A
Text Example
Text Example
White with #96708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96708A; }
p { color: rgb(150,112,138); }
H1.HeaderClassName
{
color: #96708A;
}
.AnyTagClassName
{
color: #96708A;
}
</style>
background-color css
<style>
a { background-color: #96708A; }
a { background-color: rgb(150,112,138); }
div.DivClassName
{
background-color: #96708A;
}
.BgClassName
{
background-color: #96708A;
}
</style>
border-color css
<style>
span { border-color: #96708A; }
span { border-color: rgb(150,112,138); }
td.TdClassName
{
border-color: #96708A;
}
.TagClassName
{
border-color: #96708A;
}
</style>