Shades of Mountbatten Pink #9C748A
Tints of Mountbatten Pink #9C748A
RGB
CMYK
RGB Variations
Color information
#9C748A (or 0x9C748A) is known color: Mountbatten Pink. HEX triplet: 9C, 74 and 8A. RGB value is (156,116,138). Sum of RGB (Red+Green+Blue) = 156+116+138=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C748A is #638B75. Grayscale: #828282. Windows color (decimal): -6523766 or 9073820. OLE color: 9073820.
HSL color Cylindrical-coordinate representation of color #9C748A: hue angle of 327º 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 #9C748A is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 138 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.39 |
| HSL | 327º | 0.17% | 0.53% | - |
| HSV(B) | 327º | 0.26% | 0.61% | - |
| XYZ | 24.54 | 21.39 | 26.88 | - |
| YUV | 130.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 138 | 0 | 0.26 | 0.12 | 0.39 | 327 | 0.17 | 0.53 |
| Hex | 9C | 74 | 8A | 0 | 1A | C | 27 | 147 | 11 | 35 |
| Octal | 234 | 164 | 212 | 0 | 32 | 14 | 47 | 507 | 21 | 65 |
| Binary | 10011100 | 1110100 | 10001010 | 0 | 11010 | 1100 | 100111 | 101000111 | 10001 | 110101 |
Color Harmonies of #9C748A
Complementary color
Monochromatic Colors of #9C748A
Black with #9C748A
Text Example
Text Example
White with #9C748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C748A; }
p { color: rgb(156,116,138); }
H1.HeaderClassName
{
color: #9C748A;
}
.AnyTagClassName
{
color: #9C748A;
}
</style>
background-color css
<style>
a { background-color: #9C748A; }
a { background-color: rgb(156,116,138); }
div.DivClassName
{
background-color: #9C748A;
}
.BgClassName
{
background-color: #9C748A;
}
</style>
border-color css
<style>
span { border-color: #9C748A; }
span { border-color: rgb(156,116,138); }
td.TdClassName
{
border-color: #9C748A;
}
.TagClassName
{
border-color: #9C748A;
}
</style>