#9C718B

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

Shades of Mountbatten Pink #9C718B

Tints of Mountbatten Pink #9C718B

Color information

#9C718B (or 0x9C718B) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 71 and 8B. RGB value is (156,113,139). Sum of RGB (Red+Green+Blue) = 156+113+139=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C718B is #638E74. Grayscale: #808080. Windows color (decimal): -6524533 or 9138588. OLE color: 9138588.

HSL color Cylindrical-coordinate representation of color #9C718B: hue angle of 323.72º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C718B is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB156113139-
CMYK00.280.110.39
HSL323.72º17.84%52.75%-
HSV(B)323.72º27.56%61.18%-
XYZ24.2820.7427.15-
YUV128.82133.75147.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.24%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=38.24%
G=27.70%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611313900.280.110.39323.7217.8452.75
Hex9C718B01CB271441235
Octal23416121303413475042265
Binary10011100111000110001011011100101110011110100010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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