#9C798A

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

Shades of Mountbatten Pink #9C798A

Tints of Mountbatten Pink #9C798A

Color information

#9C798A (or 0x9C798A) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 79 and 8A. RGB value is (156,121,138). Sum of RGB (Red+Green+Blue) = 156+121+138=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C798A is #638675. Grayscale: #858585. Windows color (decimal): -6522486 or 9075100. OLE color: 9075100.

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

Color convert

RGB156121138-
CMYK00.220.120.39
HSL330.86º15.02%54.31%-
HSV(B)330.86º22.44%61.18%-
XYZ25.1422.5827.08-
YUV133.4130.6144.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=37.59%
G=29.16%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612113800.220.120.39330.8615.0254.31
Hex9C798A016C2714bf36
Octal23417121202614475131766
Binary1001110011110011000101001011011001001111010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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