#92768E

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

Shades of Mountbatten Pink #92768E

Tints of Mountbatten Pink #92768E

Color information

#92768E (or 0x92768E) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 76 and 8E. RGB value is (146,118,142). Sum of RGB (Red+Green+Blue) = 146+118+142=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #92768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92768E is #6D8971. Grayscale: #818181. Windows color (decimal): -7178610 or 9336466. OLE color: 9336466.

HSL color Cylindrical-coordinate representation of color #92768E: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92768E is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB146118142-
CMYK00.190.030.43
HSL308.57º11.38%51.76%-
HSV(B)308.57º19.18%57.25%-
XYZ23.2121.0228.43-
YUV129.11135.28140.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=35.96%
G=29.06%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611814200.190.030.43308.5711.3851.76
Hex92768E01332B135b34
Octal2221662160233534651364
Binary10010010111011010001110010011111010111001101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92768E; }

 p { color: rgb(146,118,142); }

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

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

 a { background-color: rgb(146,118,142); }

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

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

 span { border-color: rgb(146,118,142); }

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