Shades of Mountbatten Pink #9C718B
Tints of Mountbatten Pink #9C718B
RGB
CMYK
RGB Variations
Color information
#9C718B (or 0x9C718B) is known color: Mountbatten Pink. HEX triplet: 9C, 71 and 8B. RGB value is (156,113,139). Sum of RGB (Red+Green+Blue) = 156+113+139=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C718B is #638E74. Grayscale: #808080. Windows color (decimal): -6524533 or 9138588. OLE color: 9138588.
HSL color Cylindrical-coordinate representation of color #9C718B: hue angle of 323.72º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C718B is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 139 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.39 |
| HSL | 323.72º | 0.18% | 0.53% | - |
| HSV(B) | 323.72º | 0.28% | 0.61% | - |
| XYZ | 24.28 | 20.74 | 27.15 | - |
| YUV | 128.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 139 | 0 | 0.28 | 0.11 | 0.39 | 323.72 | 0.18 | 0.53 |
| Hex | 9C | 71 | 8B | 0 | 1C | B | 27 | 144 | 12 | 35 |
| Octal | 234 | 161 | 213 | 0 | 34 | 13 | 47 | 504 | 22 | 65 |
| Binary | 10011100 | 1110001 | 10001011 | 0 | 11100 | 1011 | 100111 | 101000100 | 10010 | 110101 |
Color Harmonies of #9C718B
Complementary color
Monochromatic Colors of #9C718B
Black with #9C718B
Text Example
Text Example
White with #9C718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C718B; }
p { color: rgb(156,113,139); }
H1.HeaderClassName
{
color: #9C718B;
}
.AnyTagClassName
{
color: #9C718B;
}
</style>
background-color css
<style>
a { background-color: #9C718B; }
a { background-color: rgb(156,113,139); }
div.DivClassName
{
background-color: #9C718B;
}
.BgClassName
{
background-color: #9C718B;
}
</style>
border-color css
<style>
span { border-color: #9C718B; }
span { border-color: rgb(156,113,139); }
td.TdClassName
{
border-color: #9C718B;
}
.TagClassName
{
border-color: #9C718B;
}
</style>