#926D89

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

Shades of Mountbatten Pink #926D89

Tints of Mountbatten Pink #926D89

Color information

#926D89 (or 0x926D89) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 6D and 89. RGB value is (146,109,137). Sum of RGB (Red+Green+Blue) = 146+109+137=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #926D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926D89 is #6D9276. Grayscale: #7B7B7B. Windows color (decimal): -7180919 or 9006482. OLE color: 9006482.

HSL color Cylindrical-coordinate representation of color #926D89: hue angle of 314.59º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926D89 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146109137-
CMYK00.250.060.43
HSL314.59º14.51%50%-
HSV(B)314.59º25.34%57.25%-
XYZ21.8418.8526.16-
YUV123.26135.76144.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=37.24%
G=27.81%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610913700.250.060.43314.5914.5150
Hex926D8901962B13bf32
Octal2221552110316534731762
Binary100100101101101100010010110011101010111001110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926D89; }

 p { color: rgb(146,109,137); }

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

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

 a { background-color: rgb(146,109,137); }

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

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

 span { border-color: rgb(146,109,137); }

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