#96748F

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

Shades of Mountbatten Pink #96748F

Tints of Mountbatten Pink #96748F

Color information

#96748F (or 0x96748F) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 74 and 8F. RGB value is (150,116,143). Sum of RGB (Red+Green+Blue) = 150+116+143=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96748F is #698B70. Grayscale: #818181. Windows color (decimal): -6916977 or 9401494. OLE color: 9401494.

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

Color convert

RGB150116143-
CMYK00.230.050.41
HSL312.35º13.93%52.16%-
HSV(B)312.35º22.67%58.82%-
XYZ23.7820.9628.78-
YUV129.24135.76142.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=36.67%
G=28.36%
B=34.96%

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
Decimal15011614300.230.050.41312.3513.9352.16
Hex96748F017529138e34
Octal2261642170275514701664
Binary100101101110100100011110101111011010011001110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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