#96748C

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

Shades of Mountbatten Pink #96748C

Tints of Mountbatten Pink #96748C

Color information

#96748C (or 0x96748C) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 74 and 8C. RGB value is (150,116,140). Sum of RGB (Red+Green+Blue) = 150+116+140=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96748C is #698B73. Grayscale: #808080. Windows color (decimal): -6916980 or 9204886. OLE color: 9204886.

HSL color Cylindrical-coordinate representation of color #96748C: hue angle of 317.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96748C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150116140-
CMYK00.230.070.41
HSL317.65º13.93%52.16%-
HSV(B)317.65º22.67%58.82%-
XYZ23.5620.8727.6-
YUV128.9134.26143.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=36.95%
G=28.57%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011614000.230.070.41317.6513.9352.16
Hex96748C01772913ee34
Octal2261642140277514761664
Binary100101101110100100011000101111111010011001111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,116,140); }

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

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

 a { background-color: rgb(150,116,140); }

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

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

 span { border-color: rgb(150,116,140); }

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