#926E89

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

Shades of Mountbatten Pink #926E89

Tints of Mountbatten Pink #926E89

Color information

#926E89 (or 0x926E89) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 6E and 89. RGB value is (146,110,137). Sum of RGB (Red+Green+Blue) = 146+110+137=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #926E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E89 is #6D9176. Grayscale: #7B7B7B. Windows color (decimal): -7180663 or 9006738. OLE color: 9006738.

HSL color Cylindrical-coordinate representation of color #926E89: hue angle of 315º degrees, saturation: 0.14, 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 #926E89 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146110137-
CMYK00.250.060.43
HSL315º14.17%50.2%-
HSV(B)315º24.66%57.25%-
XYZ21.9519.0726.19-
YUV123.84135.43143.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.15%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=37.15%
G=27.99%
B=34.86%

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
Decimal14611013700.250.060.4331514.1750.2
Hex926E8901962B13be32
Octal2221562110316534731662
Binary100100101101110100010010110011101010111001110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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