Shades of Mountbatten Pink #9C7795
Tints of Mountbatten Pink #9C7795
RGB
CMYK
RGB Variations
Color information
#9C7795 (or 0x9C7795) is known color: Mountbatten Pink. HEX triplet: 9C, 77 and 95. RGB value is (156,119,149). Sum of RGB (Red+Green+Blue) = 156+119+149=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7795 is #63886A. Grayscale: #858585. Windows color (decimal): -6522987 or 9795484. OLE color: 9795484.
HSL color Cylindrical-coordinate representation of color #9C7795: hue angle of 311.35º 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 #9C7795 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 149 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.39 |
| HSL | 311.35º | 0.16% | 0.54% | - |
| HSV(B) | 311.35º | 0.24% | 0.61% | - |
| XYZ | 25.73 | 22.43 | 31.41 | - |
| YUV | 133.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 149 | 0 | 0.24 | 0.04 | 0.39 | 311.35 | 0.16 | 0.54 |
| Hex | 9C | 77 | 95 | 0 | 18 | 4 | 27 | 137 | 10 | 36 |
| Octal | 234 | 167 | 225 | 0 | 30 | 4 | 47 | 467 | 20 | 66 |
| Binary | 10011100 | 1110111 | 10010101 | 0 | 11000 | 100 | 100111 | 100110111 | 10000 | 110110 |
Color Harmonies of #9C7795
Complementary color
Monochromatic Colors of #9C7795
Black with #9C7795
Text Example
Text Example
White with #9C7795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7795; }
p { color: rgb(156,119,149); }
H1.HeaderClassName
{
color: #9C7795;
}
.AnyTagClassName
{
color: #9C7795;
}
</style>
background-color css
<style>
a { background-color: #9C7795; }
a { background-color: rgb(156,119,149); }
div.DivClassName
{
background-color: #9C7795;
}
.BgClassName
{
background-color: #9C7795;
}
</style>
border-color css
<style>
span { border-color: #9C7795; }
span { border-color: rgb(156,119,149); }
td.TdClassName
{
border-color: #9C7795;
}
.TagClassName
{
border-color: #9C7795;
}
</style>