Shades of Mountbatten Pink #9C798C
Tints of Mountbatten Pink #9C798C
RGB
CMYK
RGB Variations
Color information
#9C798C (or 0x9C798C) is known color: Mountbatten Pink. HEX triplet: 9C, 79 and 8C. RGB value is (156,121,140). Sum of RGB (Red+Green+Blue) = 156+121+140=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C798C is #638673. Grayscale: #858585. Windows color (decimal): -6522484 or 9206172. OLE color: 9206172.
HSL color Cylindrical-coordinate representation of color #9C798C: hue angle of 327.43º 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 #9C798C is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 140 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.39 |
| HSL | 327.43º | 0.15% | 0.54% | - |
| HSV(B) | 327.43º | 0.22% | 0.61% | - |
| XYZ | 25.28 | 22.64 | 27.85 | - |
| YUV | 133.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 140 | 0 | 0.22 | 0.10 | 0.39 | 327.43 | 0.15 | 0.54 |
| Hex | 9C | 79 | 8C | 0 | 16 | A | 27 | 147 | F | 36 |
| Octal | 234 | 171 | 214 | 0 | 26 | 12 | 47 | 507 | 17 | 66 |
| Binary | 10011100 | 1111001 | 10001100 | 0 | 10110 | 1010 | 100111 | 101000111 | 1111 | 110110 |
Color Harmonies of #9C798C
Complementary color
Monochromatic Colors of #9C798C
Black with #9C798C
Text Example
Text Example
White with #9C798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C798C; }
p { color: rgb(156,121,140); }
H1.HeaderClassName
{
color: #9C798C;
}
.AnyTagClassName
{
color: #9C798C;
}
</style>
background-color css
<style>
a { background-color: #9C798C; }
a { background-color: rgb(156,121,140); }
div.DivClassName
{
background-color: #9C798C;
}
.BgClassName
{
background-color: #9C798C;
}
</style>
border-color css
<style>
span { border-color: #9C798C; }
span { border-color: rgb(156,121,140); }
td.TdClassName
{
border-color: #9C798C;
}
.TagClassName
{
border-color: #9C798C;
}
</style>