#9C758C

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

Shades of Mountbatten Pink #9C758C

Tints of Mountbatten Pink #9C758C

Color information

#9C758C (or 0x9C758C) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 75 and 8C. RGB value is (156,117,140). Sum of RGB (Red+Green+Blue) = 156+117+140=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C758C is #638A73. Grayscale: #838383. Windows color (decimal): -6523508 or 9205148. OLE color: 9205148.

HSL color Cylindrical-coordinate representation of color #9C758C: hue angle of 324.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C758C is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156117140-
CMYK00.250.100.39
HSL324.62º16.46%53.53%-
HSV(B)324.62º25%61.18%-
XYZ24.8121.6827.69-
YUV131.28132.92145.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=37.77%
G=28.33%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611714000.250.100.39324.6216.4653.53
Hex9C758C019A271451036
Octal23416521403112475052066
Binary10011100111010110001100011001101010011110100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,140); }

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

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

 a { background-color: rgb(156,117,140); }

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

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

 span { border-color: rgb(156,117,140); }

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