Shades of Mountbatten Pink #9C728B
Tints of Mountbatten Pink #9C728B
RGB
CMYK
RGB Variations
Color information
#9C728B (or 0x9C728B) is known color: Mountbatten Pink. HEX triplet: 9C, 72 and 8B. RGB value is (156,114,139). Sum of RGB (Red+Green+Blue) = 156+114+139=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C728B is #638D74. Grayscale: #818181. Windows color (decimal): -6524277 or 9138844. OLE color: 9138844.
HSL color Cylindrical-coordinate representation of color #9C728B: hue angle of 324.29º 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 #9C728B is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 114 | 139 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.39 |
| HSL | 324.29º | 0.18% | 0.53% | - |
| HSV(B) | 324.29º | 0.27% | 0.61% | - |
| XYZ | 24.39 | 20.97 | 27.19 | - |
| YUV | 129.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 139 | 0 | 0.27 | 0.11 | 0.39 | 324.29 | 0.18 | 0.53 |
| Hex | 9C | 72 | 8B | 0 | 1B | B | 27 | 144 | 12 | 35 |
| Octal | 234 | 162 | 213 | 0 | 33 | 13 | 47 | 504 | 22 | 65 |
| Binary | 10011100 | 1110010 | 10001011 | 0 | 11011 | 1011 | 100111 | 101000100 | 10010 | 110101 |
Color Harmonies of #9C728B
Complementary color
Monochromatic Colors of #9C728B
Black with #9C728B
Text Example
Text Example
White with #9C728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C728B; }
p { color: rgb(156,114,139); }
H1.HeaderClassName
{
color: #9C728B;
}
.AnyTagClassName
{
color: #9C728B;
}
</style>
background-color css
<style>
a { background-color: #9C728B; }
a { background-color: rgb(156,114,139); }
div.DivClassName
{
background-color: #9C728B;
}
.BgClassName
{
background-color: #9C728B;
}
</style>
border-color css
<style>
span { border-color: #9C728B; }
span { border-color: rgb(156,114,139); }
td.TdClassName
{
border-color: #9C728B;
}
.TagClassName
{
border-color: #9C728B;
}
</style>