Shades of Mountbatten Pink #9C788E
Tints of Mountbatten Pink #9C788E
RGB
CMYK
RGB Variations
Color information
#9C788E (or 0x9C788E) is known color: Mountbatten Pink. HEX triplet: 9C, 78 and 8E. RGB value is (156,120,142). Sum of RGB (Red+Green+Blue) = 156+120+142=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C788E is #638771. Grayscale: #858585. Windows color (decimal): -6522738 or 9336988. OLE color: 9336988.
HSL color Cylindrical-coordinate representation of color #9C788E: hue angle of 323.33º 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 #9C788E is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 142 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.39 |
| HSL | 323.33º | 0.15% | 0.54% | - |
| HSV(B) | 323.33º | 0.23% | 0.61% | - |
| XYZ | 25.31 | 22.45 | 28.59 | - |
| YUV | 133.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 142 | 0 | 0.23 | 0.09 | 0.39 | 323.33 | 0.15 | 0.54 |
| Hex | 9C | 78 | 8E | 0 | 17 | 9 | 27 | 143 | F | 36 |
| Octal | 234 | 170 | 216 | 0 | 27 | 11 | 47 | 503 | 17 | 66 |
| Binary | 10011100 | 1111000 | 10001110 | 0 | 10111 | 1001 | 100111 | 101000011 | 1111 | 110110 |
Color Harmonies of #9C788E
Complementary color
Monochromatic Colors of #9C788E
Black with #9C788E
Text Example
Text Example
White with #9C788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C788E; }
p { color: rgb(156,120,142); }
H1.HeaderClassName
{
color: #9C788E;
}
.AnyTagClassName
{
color: #9C788E;
}
</style>
background-color css
<style>
a { background-color: #9C788E; }
a { background-color: rgb(156,120,142); }
div.DivClassName
{
background-color: #9C788E;
}
.BgClassName
{
background-color: #9C788E;
}
</style>
border-color css
<style>
span { border-color: #9C788E; }
span { border-color: rgb(156,120,142); }
td.TdClassName
{
border-color: #9C788E;
}
.TagClassName
{
border-color: #9C788E;
}
</style>