#947289

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

Shades of Mountbatten Pink #947289

Tints of Mountbatten Pink #947289

Color information

#947289 (or 0x947289) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 72 and 89. RGB value is (148,114,137). Sum of RGB (Red+Green+Blue) = 148+114+137=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947289 is #6B8D76. Grayscale: #7E7E7E. Windows color (decimal): -7048567 or 9007764. OLE color: 9007764.

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

Color convert

RGB148114137-
CMYK00.230.070.42
HSL319.41º13.71%51.37%-
HSV(B)319.41º22.97%58.04%-
XYZ22.7520.1426.35-
YUV126.79133.76143.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=37.09%
G=28.57%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811413700.230.070.42319.4113.7151.37
Hex94728901772A13fe33
Octal2241622110277524771663
Binary100101001110010100010010101111111010101001111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947289; }

 p { color: rgb(148,114,137); }

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

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

 a { background-color: rgb(148,114,137); }

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

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

 span { border-color: rgb(148,114,137); }

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