Shades of Mountbatten Pink #9C7695
Tints of Mountbatten Pink #9C7695
RGB
CMYK
RGB Variations
Color information
#9C7695 (or 0x9C7695) is known color: Mountbatten Pink. HEX triplet: 9C, 76 and 95. RGB value is (156,118,149). Sum of RGB (Red+Green+Blue) = 156+118+149=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7695 is #63896A. Grayscale: #848484. Windows color (decimal): -6523243 or 9795228. OLE color: 9795228.
HSL color Cylindrical-coordinate representation of color #9C7695: hue angle of 311.05º 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 #9C7695 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 149 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.39 |
| HSL | 311.05º | 0.16% | 0.54% | - |
| HSV(B) | 311.05º | 0.24% | 0.61% | - |
| XYZ | 25.61 | 22.19 | 31.37 | - |
| YUV | 132.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 149 | 0 | 0.24 | 0.04 | 0.39 | 311.05 | 0.16 | 0.54 |
| Hex | 9C | 76 | 95 | 0 | 18 | 4 | 27 | 137 | 10 | 36 |
| Octal | 234 | 166 | 225 | 0 | 30 | 4 | 47 | 467 | 20 | 66 |
| Binary | 10011100 | 1110110 | 10010101 | 0 | 11000 | 100 | 100111 | 100110111 | 10000 | 110110 |
Color Harmonies of #9C7695
Complementary color
Monochromatic Colors of #9C7695
Black with #9C7695
Text Example
Text Example
White with #9C7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7695; }
p { color: rgb(156,118,149); }
H1.HeaderClassName
{
color: #9C7695;
}
.AnyTagClassName
{
color: #9C7695;
}
</style>
background-color css
<style>
a { background-color: #9C7695; }
a { background-color: rgb(156,118,149); }
div.DivClassName
{
background-color: #9C7695;
}
.BgClassName
{
background-color: #9C7695;
}
</style>
border-color css
<style>
span { border-color: #9C7695; }
span { border-color: rgb(156,118,149); }
td.TdClassName
{
border-color: #9C7695;
}
.TagClassName
{
border-color: #9C7695;
}
</style>