Shades of Mountbatten Pink #9C808C
Tints of Mountbatten Pink #9C808C
RGB
CMYK
RGB Variations
Color information
#9C808C (or 0x9C808C) is known color: Mountbatten Pink. HEX triplet: 9C, 80 and 8C. RGB value is (156,128,140). Sum of RGB (Red+Green+Blue) = 156+128+140=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C808C is #637F73. Grayscale: #898989. Windows color (decimal): -6520692 or 9207964. OLE color: 9207964.
HSL color Cylindrical-coordinate representation of color #9C808C: hue angle of 334.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C808C is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 140 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.39 |
| HSL | 334.29º | 0.12% | 0.56% | - |
| HSV(B) | 334.29º | 0.18% | 0.61% | - |
| XYZ | 26.16 | 24.4 | 28.14 | - |
| YUV | 137.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 140 | 0 | 0.18 | 0.10 | 0.39 | 334.29 | 0.12 | 0.56 |
| Hex | 9C | 80 | 8C | 0 | 12 | A | 27 | 14E | C | 38 |
| Octal | 234 | 200 | 214 | 0 | 22 | 12 | 47 | 516 | 14 | 70 |
| Binary | 10011100 | 10000000 | 10001100 | 0 | 10010 | 1010 | 100111 | 101001110 | 1100 | 111000 |
Color Harmonies of #9C808C
Complementary color
Monochromatic Colors of #9C808C
Black with #9C808C
Text Example
Text Example
White with #9C808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C808C; }
p { color: rgb(156,128,140); }
H1.HeaderClassName
{
color: #9C808C;
}
.AnyTagClassName
{
color: #9C808C;
}
</style>
background-color css
<style>
a { background-color: #9C808C; }
a { background-color: rgb(156,128,140); }
div.DivClassName
{
background-color: #9C808C;
}
.BgClassName
{
background-color: #9C808C;
}
</style>
border-color css
<style>
span { border-color: #9C808C; }
span { border-color: rgb(156,128,140); }
td.TdClassName
{
border-color: #9C808C;
}
.TagClassName
{
border-color: #9C808C;
}
</style>