#92768C

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

Shades of Mountbatten Pink #92768C

Tints of Mountbatten Pink #92768C

Color information

#92768C (or 0x92768C) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 76 and 8C. RGB value is (146,118,140). Sum of RGB (Red+Green+Blue) = 146+118+140=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #92768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92768C is #6D8973. Grayscale: #808080. Windows color (decimal): -7178612 or 9205394. OLE color: 9205394.

HSL color Cylindrical-coordinate representation of color #92768C: hue angle of 312.86º 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 #92768C is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB146118140-
CMYK00.190.040.43
HSL312.86º11.38%51.76%-
HSV(B)312.86º19.18%57.25%-
XYZ23.0720.9627.64-
YUV128.88134.28140.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=36.14%
G=29.21%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611814000.190.040.43312.8611.3851.76
Hex92768C01342B139b34
Octal2221662140234534711364
Binary100100101110110100011000100111001010111001110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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