Shades of Mountbatten Pink #9C798F
Tints of Mountbatten Pink #9C798F
RGB
CMYK
RGB Variations
Color information
#9C798F (or 0x9C798F) is known color: Mountbatten Pink. HEX triplet: 9C, 79 and 8F. RGB value is (156,121,143). Sum of RGB (Red+Green+Blue) = 156+121+143=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C798F is #638670. Grayscale: #858585. Windows color (decimal): -6522481 or 9402780. OLE color: 9402780.
HSL color Cylindrical-coordinate representation of color #9C798F: hue angle of 322.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C798F is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 143 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.39 |
| HSL | 322.29º | 0.15% | 0.54% | - |
| HSV(B) | 322.29º | 0.22% | 0.61% | - |
| XYZ | 25.51 | 22.73 | 29.03 | - |
| YUV | 133.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 143 | 0 | 0.22 | 0.08 | 0.39 | 322.29 | 0.15 | 0.54 |
| Hex | 9C | 79 | 8F | 0 | 16 | 8 | 27 | 142 | F | 36 |
| Octal | 234 | 171 | 217 | 0 | 26 | 10 | 47 | 502 | 17 | 66 |
| Binary | 10011100 | 1111001 | 10001111 | 0 | 10110 | 1000 | 100111 | 101000010 | 1111 | 110110 |
Color Harmonies of #9C798F
Complementary color
Monochromatic Colors of #9C798F
Black with #9C798F
Text Example
Text Example
White with #9C798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C798F; }
p { color: rgb(156,121,143); }
H1.HeaderClassName
{
color: #9C798F;
}
.AnyTagClassName
{
color: #9C798F;
}
</style>
background-color css
<style>
a { background-color: #9C798F; }
a { background-color: rgb(156,121,143); }
div.DivClassName
{
background-color: #9C798F;
}
.BgClassName
{
background-color: #9C798F;
}
</style>
border-color css
<style>
span { border-color: #9C798F; }
span { border-color: rgb(156,121,143); }
td.TdClassName
{
border-color: #9C798F;
}
.TagClassName
{
border-color: #9C798F;
}
</style>