Shades of Mountbatten Pink #96768C
Tints of Mountbatten Pink #96768C
RGB
CMYK
RGB Variations
Color information
#96768C (or 0x96768C) is known color: Mountbatten Pink. HEX triplet: 96, 76 and 8C. RGB value is (150,118,140). Sum of RGB (Red+Green+Blue) = 150+118+140=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #96768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96768C is #698973. Grayscale: #828282. Windows color (decimal): -6916468 or 9205398. OLE color: 9205398.
HSL color Cylindrical-coordinate representation of color #96768C: hue angle of 318.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96768C is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 140 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.41 |
| HSL | 318.75º | 0.13% | 0.53% | - |
| HSV(B) | 318.75º | 0.21% | 0.59% | - |
| XYZ | 23.79 | 21.33 | 27.68 | - |
| YUV | 130.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 140 | 0 | 0.21 | 0.07 | 0.41 | 318.75 | 0.13 | 0.53 |
| Hex | 96 | 76 | 8C | 0 | 15 | 7 | 29 | 13F | D | 35 |
| Octal | 226 | 166 | 214 | 0 | 25 | 7 | 51 | 477 | 15 | 65 |
| Binary | 10010110 | 1110110 | 10001100 | 0 | 10101 | 111 | 101001 | 100111111 | 1101 | 110101 |
Color Harmonies of #96768C
Complementary color
Monochromatic Colors of #96768C
Black with #96768C
Text Example
Text Example
White with #96768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96768C; }
p { color: rgb(150,118,140); }
H1.HeaderClassName
{
color: #96768C;
}
.AnyTagClassName
{
color: #96768C;
}
</style>
background-color css
<style>
a { background-color: #96768C; }
a { background-color: rgb(150,118,140); }
div.DivClassName
{
background-color: #96768C;
}
.BgClassName
{
background-color: #96768C;
}
</style>
border-color css
<style>
span { border-color: #96768C; }
span { border-color: rgb(150,118,140); }
td.TdClassName
{
border-color: #96768C;
}
.TagClassName
{
border-color: #96768C;
}
</style>