Shades of Mountbatten Pink #9C7688
Tints of Mountbatten Pink #9C7688
RGB
CMYK
RGB Variations
Color information
#9C7688 (or 0x9C7688) is known color: Mountbatten Pink. HEX triplet: 9C, 76 and 88. RGB value is (156,118,136). Sum of RGB (Red+Green+Blue) = 156+118+136=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7688 is #638977. Grayscale: #838383. Windows color (decimal): -6523256 or 8943260. OLE color: 8943260.
HSL color Cylindrical-coordinate representation of color #9C7688: hue angle of 331.58º 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 #9C7688 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 136 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.39 |
| HSL | 331.58º | 0.16% | 0.54% | - |
| HSV(B) | 331.58º | 0.24% | 0.61% | - |
| XYZ | 24.63 | 21.8 | 26.2 | - |
| YUV | 131.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 136 | 0 | 0.24 | 0.13 | 0.39 | 331.58 | 0.16 | 0.54 |
| Hex | 9C | 76 | 88 | 0 | 18 | D | 27 | 14C | 10 | 36 |
| Octal | 234 | 166 | 210 | 0 | 30 | 15 | 47 | 514 | 20 | 66 |
| Binary | 10011100 | 1110110 | 10001000 | 0 | 11000 | 1101 | 100111 | 101001100 | 10000 | 110110 |
Color Harmonies of #9C7688
Complementary color
Monochromatic Colors of #9C7688
Black with #9C7688
Text Example
Text Example
White with #9C7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7688; }
p { color: rgb(156,118,136); }
H1.HeaderClassName
{
color: #9C7688;
}
.AnyTagClassName
{
color: #9C7688;
}
</style>
background-color css
<style>
a { background-color: #9C7688; }
a { background-color: rgb(156,118,136); }
div.DivClassName
{
background-color: #9C7688;
}
.BgClassName
{
background-color: #9C7688;
}
</style>
border-color css
<style>
span { border-color: #9C7688; }
span { border-color: rgb(156,118,136); }
td.TdClassName
{
border-color: #9C7688;
}
.TagClassName
{
border-color: #9C7688;
}
</style>