Shades of Mountbatten Pink #9D708A
Tints of Mountbatten Pink #9D708A
RGB
CMYK
RGB Variations
Color information
#9D708A (or 0x9D708A) is known color: Mountbatten Pink. HEX triplet: 9D, 70 and 8A. RGB value is (157,112,138). Sum of RGB (Red+Green+Blue) = 157+112+138=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D708A is #628F75. Grayscale: #808080. Windows color (decimal): -6459254 or 9072797. OLE color: 9072797.
HSL color Cylindrical-coordinate representation of color #9D708A: hue angle of 325.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D708A is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 138 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.38 |
| HSL | 325.33º | 0.19% | 0.53% | - |
| HSV(B) | 325.33º | 0.29% | 0.62% | - |
| XYZ | 24.29 | 20.59 | 26.74 | - |
| YUV | 128.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 138 | 0 | 0.29 | 0.12 | 0.38 | 325.33 | 0.19 | 0.53 |
| Hex | 9D | 70 | 8A | 0 | 1D | C | 26 | 145 | 13 | 35 |
| Octal | 235 | 160 | 212 | 0 | 35 | 14 | 46 | 505 | 23 | 65 |
| Binary | 10011101 | 1110000 | 10001010 | 0 | 11101 | 1100 | 100110 | 101000101 | 10011 | 110101 |
Color Harmonies of #9D708A
Complementary color
Monochromatic Colors of #9D708A
Black with #9D708A
Text Example
Text Example
White with #9D708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D708A; }
p { color: rgb(157,112,138); }
H1.HeaderClassName
{
color: #9D708A;
}
.AnyTagClassName
{
color: #9D708A;
}
</style>
background-color css
<style>
a { background-color: #9D708A; }
a { background-color: rgb(157,112,138); }
div.DivClassName
{
background-color: #9D708A;
}
.BgClassName
{
background-color: #9D708A;
}
</style>
border-color css
<style>
span { border-color: #9D708A; }
span { border-color: rgb(157,112,138); }
td.TdClassName
{
border-color: #9D708A;
}
.TagClassName
{
border-color: #9D708A;
}
</style>