Shades of Mountbatten Pink #9C788A
Tints of Mountbatten Pink #9C788A
RGB
CMYK
RGB Variations
Color information
#9C788A (or 0x9C788A) is known color: Mountbatten Pink. HEX triplet: 9C, 78 and 8A. RGB value is (156,120,138). Sum of RGB (Red+Green+Blue) = 156+120+138=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C788A is #638775. Grayscale: #848484. Windows color (decimal): -6522742 or 9074844. OLE color: 9074844.
HSL color Cylindrical-coordinate representation of color #9C788A: hue angle of 330º 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 #9C788A is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 138 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.39 |
| HSL | 330º | 0.15% | 0.54% | - |
| HSV(B) | 330º | 0.23% | 0.61% | - |
| XYZ | 25.01 | 22.34 | 27.04 | - |
| YUV | 132.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 138 | 0 | 0.23 | 0.12 | 0.39 | 330 | 0.15 | 0.54 |
| Hex | 9C | 78 | 8A | 0 | 17 | C | 27 | 14A | F | 36 |
| Octal | 234 | 170 | 212 | 0 | 27 | 14 | 47 | 512 | 17 | 66 |
| Binary | 10011100 | 1111000 | 10001010 | 0 | 10111 | 1100 | 100111 | 101001010 | 1111 | 110110 |
Color Harmonies of #9C788A
Complementary color
Monochromatic Colors of #9C788A
Black with #9C788A
Text Example
Text Example
White with #9C788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C788A; }
p { color: rgb(156,120,138); }
H1.HeaderClassName
{
color: #9C788A;
}
.AnyTagClassName
{
color: #9C788A;
}
</style>
background-color css
<style>
a { background-color: #9C788A; }
a { background-color: rgb(156,120,138); }
div.DivClassName
{
background-color: #9C788A;
}
.BgClassName
{
background-color: #9C788A;
}
</style>
border-color css
<style>
span { border-color: #9C788A; }
span { border-color: rgb(156,120,138); }
td.TdClassName
{
border-color: #9C788A;
}
.TagClassName
{
border-color: #9C788A;
}
</style>