#94718C

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

Shades of Mountbatten Pink #94718C

Tints of Mountbatten Pink #94718C

Color information

#94718C (or 0x94718C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 71 and 8C. RGB value is (148,113,140). Sum of RGB (Red+Green+Blue) = 148+113+140=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94718C is #6B8E73. Grayscale: #7E7E7E. Windows color (decimal): -7048820 or 9204116. OLE color: 9204116.

HSL color Cylindrical-coordinate representation of color #94718C: hue angle of 313.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94718C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148113140-
CMYK00.240.050.42
HSL313.71º14.06%51.18%-
HSV(B)313.71º23.65%58.04%-
XYZ22.852027.47-
YUV126.54135.6143.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=36.91%
G=28.18%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811314000.240.050.42313.7114.0651.18
Hex94718C01852A13ae33
Octal2241612140305524721663
Binary100101001110001100011000110001011010101001110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,113,140); }

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

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

 a { background-color: rgb(148,113,140); }

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

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

 span { border-color: rgb(148,113,140); }

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