Shades of Mountbatten Pink #9C738C
Tints of Mountbatten Pink #9C738C
RGB
CMYK
RGB Variations
Color information
#9C738C (or 0x9C738C) is known color: Mountbatten Pink. HEX triplet: 9C, 73 and 8C. RGB value is (156,115,140). Sum of RGB (Red+Green+Blue) = 156+115+140=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C738C is #638C73. Grayscale: #828282. Windows color (decimal): -6524020 or 9204636. OLE color: 9204636.
HSL color Cylindrical-coordinate representation of color #9C738C: hue angle of 323.41º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C738C is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 140 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.39 |
| HSL | 323.41º | 0.17% | 0.53% | - |
| HSV(B) | 323.41º | 0.26% | 0.61% | - |
| XYZ | 24.57 | 21.22 | 27.61 | - |
| YUV | 130.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 140 | 0 | 0.26 | 0.10 | 0.39 | 323.41 | 0.17 | 0.53 |
| Hex | 9C | 73 | 8C | 0 | 1A | A | 27 | 143 | 11 | 35 |
| Octal | 234 | 163 | 214 | 0 | 32 | 12 | 47 | 503 | 21 | 65 |
| Binary | 10011100 | 1110011 | 10001100 | 0 | 11010 | 1010 | 100111 | 101000011 | 10001 | 110101 |
Color Harmonies of #9C738C
Complementary color
Monochromatic Colors of #9C738C
Black with #9C738C
Text Example
Text Example
White with #9C738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C738C; }
p { color: rgb(156,115,140); }
H1.HeaderClassName
{
color: #9C738C;
}
.AnyTagClassName
{
color: #9C738C;
}
</style>
background-color css
<style>
a { background-color: #9C738C; }
a { background-color: rgb(156,115,140); }
div.DivClassName
{
background-color: #9C738C;
}
.BgClassName
{
background-color: #9C738C;
}
</style>
border-color css
<style>
span { border-color: #9C738C; }
span { border-color: rgb(156,115,140); }
td.TdClassName
{
border-color: #9C738C;
}
.TagClassName
{
border-color: #9C738C;
}
</style>