#96708C

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

Shades of Mountbatten Pink #96708C

Tints of Mountbatten Pink #96708C

Color information

#96708C (or 0x96708C) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 70 and 8C. RGB value is (150,112,140). Sum of RGB (Red+Green+Blue) = 150+112+140=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #96708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96708C is #698F73. Grayscale: #7E7E7E. Windows color (decimal): -6918004 or 9203862. OLE color: 9203862.

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

Color convert

RGB150112140-
CMYK00.250.070.41
HSL315.79º15.32%51.37%-
HSV(B)315.79º25.33%58.82%-
XYZ23.1119.9727.45-
YUV126.55135.59144.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=37.31%
G=27.86%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011214000.250.070.41315.7915.3251.37
Hex96708C01972913cf33
Octal2261602140317514741763
Binary100101101110000100011000110011111010011001111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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