Shades of Mountbatten Pink #9C728C
Tints of Mountbatten Pink #9C728C
RGB
CMYK
RGB Variations
Color information
#9C728C (or 0x9C728C) is known color: Mountbatten Pink. HEX triplet: 9C, 72 and 8C. RGB value is (156,114,140). Sum of RGB (Red+Green+Blue) = 156+114+140=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C728C is #638D73. Grayscale: #818181. Windows color (decimal): -6524276 or 9204380. OLE color: 9204380.
HSL color Cylindrical-coordinate representation of color #9C728C: hue angle of 322.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C728C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 114 | 140 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.39 |
| HSL | 322.86º | 0.18% | 0.53% | - |
| HSV(B) | 322.86º | 0.27% | 0.61% | - |
| XYZ | 24.46 | 21 | 27.57 | - |
| YUV | 129.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 140 | 0 | 0.27 | 0.10 | 0.39 | 322.86 | 0.18 | 0.53 |
| Hex | 9C | 72 | 8C | 0 | 1B | A | 27 | 143 | 12 | 35 |
| Octal | 234 | 162 | 214 | 0 | 33 | 12 | 47 | 503 | 22 | 65 |
| Binary | 10011100 | 1110010 | 10001100 | 0 | 11011 | 1010 | 100111 | 101000011 | 10010 | 110101 |
Color Harmonies of #9C728C
Complementary color
Monochromatic Colors of #9C728C
Black with #9C728C
Text Example
Text Example
White with #9C728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C728C; }
p { color: rgb(156,114,140); }
H1.HeaderClassName
{
color: #9C728C;
}
.AnyTagClassName
{
color: #9C728C;
}
</style>
background-color css
<style>
a { background-color: #9C728C; }
a { background-color: rgb(156,114,140); }
div.DivClassName
{
background-color: #9C728C;
}
.BgClassName
{
background-color: #9C728C;
}
</style>
border-color css
<style>
span { border-color: #9C728C; }
span { border-color: rgb(156,114,140); }
td.TdClassName
{
border-color: #9C728C;
}
.TagClassName
{
border-color: #9C728C;
}
</style>