#96728C

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

Shades of Mountbatten Pink #96728C

Tints of Mountbatten Pink #96728C

Color information

#96728C (or 0x96728C) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 72 and 8C. RGB value is (150,114,140). Sum of RGB (Red+Green+Blue) = 150+114+140=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96728C is #698D73. Grayscale: #7F7F7F. Windows color (decimal): -6917492 or 9204374. OLE color: 9204374.

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

Color convert

RGB150114140-
CMYK00.240.070.41
HSL316.67º14.63%51.76%-
HSV(B)316.67º24%58.82%-
XYZ23.3320.4127.52-
YUV127.73134.93143.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=37.13%
G=28.22%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011414000.240.070.41316.6714.6351.76
Hex96728C01872913df34
Octal2261622140307514751764
Binary100101101110010100011000110001111010011001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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