#947290

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

Shades of Mountbatten Pink #947290

Tints of Mountbatten Pink #947290

Color information

#947290 (or 0x947290) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 72 and 90. RGB value is (148,114,144). Sum of RGB (Red+Green+Blue) = 148+114+144=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #947290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947290 is #6B8D6F. Grayscale: #7F7F7F. Windows color (decimal): -7048560 or 9466516. OLE color: 9466516.

HSL color Cylindrical-coordinate representation of color #947290: hue angle of 307.06º 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 #947290 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148114144-
CMYK00.230.030.42
HSL307.06º13.71%51.37%-
HSV(B)307.06º22.97%58.04%-
XYZ23.2620.3429.09-
YUV127.59137.26142.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=36.45%
G=28.08%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811414400.230.030.42307.0613.7151.37
Hex94729001732A133e33
Octal2241622200273524631663
Binary10010100111001010010000010111111010101001100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947290; }

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

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

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

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

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

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

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

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