#97708A

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

Shades of Mountbatten Pink #97708A

Tints of Mountbatten Pink #97708A

Color information

#97708A (or 0x97708A) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 70 and 8A. RGB value is (151,112,138). Sum of RGB (Red+Green+Blue) = 151+112+138=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #97708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97708A is #688F75. Grayscale: #7E7E7E. Windows color (decimal): -6852470 or 9072791. OLE color: 9072791.

HSL color Cylindrical-coordinate representation of color #97708A: hue angle of 320º 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 #97708A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151112138-
CMYK00.260.090.41
HSL320º15.79%51.57%-
HSV(B)320º25.83%59.22%-
XYZ23.142026.69-
YUV126.62134.42145.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=37.66%
G=27.93%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111213800.260.090.4132015.7951.57
Hex97708A01A9291401034
Octal22716021203211515002064
Binary10010111111000010001010011010100110100110100000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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