#96748E

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

Shades of Mountbatten Pink #96748E

Tints of Mountbatten Pink #96748E

Color information

#96748E (or 0x96748E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 74 and 8E. RGB value is (150,116,142). Sum of RGB (Red+Green+Blue) = 150+116+142=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #96748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96748E is #698B71. Grayscale: #818181. Windows color (decimal): -6916978 or 9335958. OLE color: 9335958.

HSL color Cylindrical-coordinate representation of color #96748E: hue angle of 314.12º 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 #96748E is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150116142-
CMYK00.230.050.41
HSL314.12º13.93%52.16%-
HSV(B)314.12º22.67%58.82%-
XYZ23.7120.9328.38-
YUV129.13135.26142.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=36.76%
G=28.43%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011614200.230.050.41314.1213.9352.16
Hex96748E01752913ae34
Octal2261642160275514721664
Binary100101101110100100011100101111011010011001110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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