Shades of Mountbatten Pink #9C7896
Tints of Mountbatten Pink #9C7896
RGB
CMYK
RGB Variations
Color information
#9C7896 (or 0x9C7896) is known color: Mountbatten Pink. HEX triplet: 9C, 78 and 96. RGB value is (156,120,150). Sum of RGB (Red+Green+Blue) = 156+120+150=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7896 is #638769. Grayscale: #868686. Windows color (decimal): -6522730 or 9861276. OLE color: 9861276.
HSL color Cylindrical-coordinate representation of color #9C7896: hue angle of 310º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C7896 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 150 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.39 |
| HSL | 310º | 0.15% | 0.54% | - |
| HSV(B) | 310º | 0.23% | 0.61% | - |
| XYZ | 25.93 | 22.7 | 31.87 | - |
| YUV | 134.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 150 | 0 | 0.23 | 0.04 | 0.39 | 310 | 0.15 | 0.54 |
| Hex | 9C | 78 | 96 | 0 | 17 | 4 | 27 | 136 | F | 36 |
| Octal | 234 | 170 | 226 | 0 | 27 | 4 | 47 | 466 | 17 | 66 |
| Binary | 10011100 | 1111000 | 10010110 | 0 | 10111 | 100 | 100111 | 100110110 | 1111 | 110110 |
Color Harmonies of #9C7896
Complementary color
Monochromatic Colors of #9C7896
Black with #9C7896
Text Example
Text Example
White with #9C7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7896; }
p { color: rgb(156,120,150); }
H1.HeaderClassName
{
color: #9C7896;
}
.AnyTagClassName
{
color: #9C7896;
}
</style>
background-color css
<style>
a { background-color: #9C7896; }
a { background-color: rgb(156,120,150); }
div.DivClassName
{
background-color: #9C7896;
}
.BgClassName
{
background-color: #9C7896;
}
</style>
border-color css
<style>
span { border-color: #9C7896; }
span { border-color: rgb(156,120,150); }
td.TdClassName
{
border-color: #9C7896;
}
.TagClassName
{
border-color: #9C7896;
}
</style>