#9C798B

Color #9C798B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9C798B

Tints of Mountbatten Pink #9C798B

Color information

#9C798B (or 0x9C798B) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 79 and 8B. RGB value is (156,121,139). Sum of RGB (Red+Green+Blue) = 156+121+139=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C798B is #638674. Grayscale: #858585. Windows color (decimal): -6522485 or 9140636. OLE color: 9140636.

HSL color Cylindrical-coordinate representation of color #9C798B: hue angle of 329.14º 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 #9C798B is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB156121139-
CMYK00.220.110.39
HSL329.14º15.02%54.31%-
HSV(B)329.14º22.44%61.18%-
XYZ25.2122.6127.46-
YUV133.52131.1144.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=37.5%
G=29.09%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612113900.220.110.39329.1415.0254.31
Hex9C798B016B27149f36
Octal23417121302613475111766
Binary1001110011110011000101101011010111001111010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C798B; }

 p { color: rgb(156,121,139); }

 H1.HeaderClassName
 {
   color: #9C798B;
 }
 .AnyTagClassName
 {
   color: #9C798B;
 }
</style>
background-color css

<style>
 a { background-color: #9C798B; }

 a { background-color: rgb(156,121,139); }

 div.DivClassName
 {
   background-color: #9C798B;
 }
 .BgClassName
 {
   background-color: #9C798B;
 }
</style>
border-color css

<style>
 span { border-color: #9C798B; }

 span { border-color: rgb(156,121,139); }

 td.TdClassName
 {
   border-color: #9C798B;
 }
 .TagClassName
 {
   border-color: #9C798B;
 }
</style>