#97708C

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

Shades of Mountbatten Pink #97708C

Tints of Mountbatten Pink #97708C

Color information

#97708C (or 0x97708C) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 70 and 8C. RGB value is (151,112,140). Sum of RGB (Red+Green+Blue) = 151+112+140=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #97708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97708C is #688F73. Grayscale: #7E7E7E. Windows color (decimal): -6852468 or 9203863. OLE color: 9203863.

HSL color Cylindrical-coordinate representation of color #97708C: hue angle of 316.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97708C is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151112140-
CMYK00.260.070.41
HSL316.92º15.79%51.57%-
HSV(B)316.92º25.83%59.22%-
XYZ23.2920.0627.46-
YUV126.85135.42145.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=37.47%
G=27.79%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111214000.260.070.41316.9215.7951.57
Hex97708C01A72913d1034
Octal2271602140327514752064
Binary1001011111100001000110001101011110100110011110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97708C; }

 p { color: rgb(151,112,140); }

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

<style>
 a { background-color: #97708C; }

 a { background-color: rgb(151,112,140); }

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

<style>
 span { border-color: #97708C; }

 span { border-color: rgb(151,112,140); }

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