#9C758F

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

Shades of Mountbatten Pink #9C758F

Tints of Mountbatten Pink #9C758F

Color information

#9C758F (or 0x9C758F) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 75 and 8F. RGB value is (156,117,143). Sum of RGB (Red+Green+Blue) = 156+117+143=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C758F is #638A70. Grayscale: #838383. Windows color (decimal): -6523505 or 9401756. OLE color: 9401756.

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

Color convert

RGB156117143-
CMYK00.250.080.39
HSL320º16.46%53.53%-
HSV(B)320º25%61.18%-
XYZ25.0321.7728.87-
YUV131.62134.42145.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=37.5%
G=28.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611714300.250.080.3932016.4653.53
Hex9C758F0198271401036
Octal23416521703110475002066
Binary10011100111010110001111011001100010011110100000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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