Shades of Mountbatten Pink #9C7C8C
Tints of Mountbatten Pink #9C7C8C
RGB
CMYK
RGB Variations
Color information
#9C7C8C (or 0x9C7C8C) is known color: Mountbatten Pink. HEX triplet: 9C, 7C and 8C. RGB value is (156,124,140). Sum of RGB (Red+Green+Blue) = 156+124+140=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7C8C is #638373. Grayscale: #878787. Windows color (decimal): -6521716 or 9206940. OLE color: 9206940.
HSL color Cylindrical-coordinate representation of color #9C7C8C: hue angle of 330º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7C8C is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 140 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.39 |
| HSL | 330º | 0.14% | 0.55% | - |
| HSV(B) | 330º | 0.21% | 0.61% | - |
| XYZ | 25.65 | 23.38 | 27.97 | - |
| YUV | 135.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 140 | 0 | 0.21 | 0.10 | 0.39 | 330 | 0.14 | 0.55 |
| Hex | 9C | 7C | 8C | 0 | 15 | A | 27 | 14A | E | 37 |
| Octal | 234 | 174 | 214 | 0 | 25 | 12 | 47 | 512 | 16 | 67 |
| Binary | 10011100 | 1111100 | 10001100 | 0 | 10101 | 1010 | 100111 | 101001010 | 1110 | 110111 |
Color Harmonies of #9C7C8C
Complementary color
Monochromatic Colors of #9C7C8C
Black with #9C7C8C
Text Example
Text Example
White with #9C7C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C8C; }
p { color: rgb(156,124,140); }
H1.HeaderClassName
{
color: #9C7C8C;
}
.AnyTagClassName
{
color: #9C7C8C;
}
</style>
background-color css
<style>
a { background-color: #9C7C8C; }
a { background-color: rgb(156,124,140); }
div.DivClassName
{
background-color: #9C7C8C;
}
.BgClassName
{
background-color: #9C7C8C;
}
</style>
border-color css
<style>
span { border-color: #9C7C8C; }
span { border-color: rgb(156,124,140); }
td.TdClassName
{
border-color: #9C7C8C;
}
.TagClassName
{
border-color: #9C7C8C;
}
</style>