Shades of Mountbatten Pink #9C738A
Tints of Mountbatten Pink #9C738A
RGB
CMYK
RGB Variations
Color information
#9C738A (or 0x9C738A) is known color: Mountbatten Pink. HEX triplet: 9C, 73 and 8A. RGB value is (156,115,138). Sum of RGB (Red+Green+Blue) = 156+115+138=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C738A is #638C75. Grayscale: #818181. Windows color (decimal): -6524022 or 9073564. OLE color: 9073564.
HSL color Cylindrical-coordinate representation of color #9C738A: hue angle of 326.34º 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 #9C738A is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 138 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.39 |
| HSL | 326.34º | 0.17% | 0.53% | - |
| HSV(B) | 326.34º | 0.26% | 0.61% | - |
| XYZ | 24.43 | 21.16 | 26.84 | - |
| YUV | 129.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 138 | 0 | 0.26 | 0.12 | 0.39 | 326.34 | 0.17 | 0.53 |
| Hex | 9C | 73 | 8A | 0 | 1A | C | 27 | 146 | 11 | 35 |
| Octal | 234 | 163 | 212 | 0 | 32 | 14 | 47 | 506 | 21 | 65 |
| Binary | 10011100 | 1110011 | 10001010 | 0 | 11010 | 1100 | 100111 | 101000110 | 10001 | 110101 |
Color Harmonies of #9C738A
Complementary color
Monochromatic Colors of #9C738A
Black with #9C738A
Text Example
Text Example
White with #9C738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C738A; }
p { color: rgb(156,115,138); }
H1.HeaderClassName
{
color: #9C738A;
}
.AnyTagClassName
{
color: #9C738A;
}
</style>
background-color css
<style>
a { background-color: #9C738A; }
a { background-color: rgb(156,115,138); }
div.DivClassName
{
background-color: #9C738A;
}
.BgClassName
{
background-color: #9C738A;
}
</style>
border-color css
<style>
span { border-color: #9C738A; }
span { border-color: rgb(156,115,138); }
td.TdClassName
{
border-color: #9C738A;
}
.TagClassName
{
border-color: #9C738A;
}
</style>