#937686

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

Shades of Mountbatten Pink #937686

Tints of Mountbatten Pink #937686

Color information

#937686 (or 0x937686) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 76 and 86. RGB value is (147,118,134). Sum of RGB (Red+Green+Blue) = 147+118+134=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #937686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937686 is #6C8979. Grayscale: #808080. Windows color (decimal): -7113082 or 8812179. OLE color: 8812179.

HSL color Cylindrical-coordinate representation of color #937686: hue angle of 326.9º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937686 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB147118134-
CMYK00.200.090.42
HSL326.9º11.84%51.96%-
HSV(B)326.9º19.73%57.65%-
XYZ22.8120.8825.38-
YUV128.5131.11141.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=36.84%
G=29.57%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711813400.200.090.42326.911.8451.96
Hex93768601492A147c34
Octal22316620602411525071464
Binary1001001111101101000011001010010011010101010001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937686; }

 p { color: rgb(147,118,134); }

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

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

 a { background-color: rgb(147,118,134); }

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

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

 span { border-color: rgb(147,118,134); }

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