Shades of Mountbatten Pink #9C788B
Tints of Mountbatten Pink #9C788B
RGB
CMYK
RGB Variations
Color information
#9C788B (or 0x9C788B) is known color: Mountbatten Pink. HEX triplet: 9C, 78 and 8B. RGB value is (156,120,139). Sum of RGB (Red+Green+Blue) = 156+120+139=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C788B is #638774. Grayscale: #848484. Windows color (decimal): -6522741 or 9140380. OLE color: 9140380.
HSL color Cylindrical-coordinate representation of color #9C788B: hue angle of 328.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 #9C788B is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 139 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.39 |
| HSL | 328.33º | 0.15% | 0.54% | - |
| HSV(B) | 328.33º | 0.23% | 0.61% | - |
| XYZ | 25.09 | 22.36 | 27.42 | - |
| YUV | 132.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 139 | 0 | 0.23 | 0.11 | 0.39 | 328.33 | 0.15 | 0.54 |
| Hex | 9C | 78 | 8B | 0 | 17 | B | 27 | 148 | F | 36 |
| Octal | 234 | 170 | 213 | 0 | 27 | 13 | 47 | 510 | 17 | 66 |
| Binary | 10011100 | 1111000 | 10001011 | 0 | 10111 | 1011 | 100111 | 101001000 | 1111 | 110110 |
Color Harmonies of #9C788B
Complementary color
Monochromatic Colors of #9C788B
Black with #9C788B
Text Example
Text Example
White with #9C788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C788B; }
p { color: rgb(156,120,139); }
H1.HeaderClassName
{
color: #9C788B;
}
.AnyTagClassName
{
color: #9C788B;
}
</style>
background-color css
<style>
a { background-color: #9C788B; }
a { background-color: rgb(156,120,139); }
div.DivClassName
{
background-color: #9C788B;
}
.BgClassName
{
background-color: #9C788B;
}
</style>
border-color css
<style>
span { border-color: #9C788B; }
span { border-color: rgb(156,120,139); }
td.TdClassName
{
border-color: #9C788B;
}
.TagClassName
{
border-color: #9C788B;
}
</style>