Shades of Mountbatten Pink #9C7792
Tints of Mountbatten Pink #9C7792
RGB
CMYK
RGB Variations
Color information
#9C7792 (or 0x9C7792) is known color: Mountbatten Pink. HEX triplet: 9C, 77 and 92. RGB value is (156,119,146). Sum of RGB (Red+Green+Blue) = 156+119+146=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7792 is #63886D. Grayscale: #858585. Windows color (decimal): -6522990 or 9598876. OLE color: 9598876.
HSL color Cylindrical-coordinate representation of color #9C7792: hue angle of 316.22º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C7792 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 146 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.39 |
| HSL | 316.22º | 0.16% | 0.54% | - |
| HSV(B) | 316.22º | 0.24% | 0.61% | - |
| XYZ | 25.5 | 22.34 | 30.16 | - |
| YUV | 133.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 146 | 0 | 0.24 | 0.06 | 0.39 | 316.22 | 0.16 | 0.54 |
| Hex | 9C | 77 | 92 | 0 | 18 | 6 | 27 | 13C | 10 | 36 |
| Octal | 234 | 167 | 222 | 0 | 30 | 6 | 47 | 474 | 20 | 66 |
| Binary | 10011100 | 1110111 | 10010010 | 0 | 11000 | 110 | 100111 | 100111100 | 10000 | 110110 |
Color Harmonies of #9C7792
Complementary color
Monochromatic Colors of #9C7792
Black with #9C7792
Text Example
Text Example
White with #9C7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7792; }
p { color: rgb(156,119,146); }
H1.HeaderClassName
{
color: #9C7792;
}
.AnyTagClassName
{
color: #9C7792;
}
</style>
background-color css
<style>
a { background-color: #9C7792; }
a { background-color: rgb(156,119,146); }
div.DivClassName
{
background-color: #9C7792;
}
.BgClassName
{
background-color: #9C7792;
}
</style>
border-color css
<style>
span { border-color: #9C7792; }
span { border-color: rgb(156,119,146); }
td.TdClassName
{
border-color: #9C7792;
}
.TagClassName
{
border-color: #9C7792;
}
</style>