#9C8890

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

Shades of Mountbatten Pink #9C8890

Tints of Mountbatten Pink #9C8890

Color information

#9C8890 (or 0x9C8890) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 88 and 90. RGB value is (156,136,144). Sum of RGB (Red+Green+Blue) = 156+136+144=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8890 is #63776F. Grayscale: #8E8E8E. Windows color (decimal): -6518640 or 9472156. OLE color: 9472156.

HSL color Cylindrical-coordinate representation of color #9C8890: hue angle of 336º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C8890 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB156136144-
CMYK00.130.080.39
HSL336º9.17%57.25%-
HSV(B)336º12.82%61.18%-
XYZ27.5526.6930.09-
YUV142.89128.63137.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=35.78%
G=31.19%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613614400.130.080.393369.1757.25
Hex9C88900D827150939
Octal23421022001510475201171
Binary1001110010001000100100000110110001001111010100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,136,144); }

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

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

 a { background-color: rgb(156,136,144); }

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

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

 span { border-color: rgb(156,136,144); }

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