#947789

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

Shades of Mountbatten Pink #947789

Tints of Mountbatten Pink #947789

Color information

#947789 (or 0x947789) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 77 and 89. RGB value is (148,119,137). Sum of RGB (Red+Green+Blue) = 148+119+137=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #947789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947789 is #6B8876. Grayscale: #818181. Windows color (decimal): -7047287 or 9009044. OLE color: 9009044.

HSL color Cylindrical-coordinate representation of color #947789: hue angle of 322.76º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947789 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148119137-
CMYK00.200.070.42
HSL322.76º11.93%52.35%-
HSV(B)322.76º19.59%58.04%-
XYZ23.3221.326.55-
YUV129.72132.11141.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=36.63%
G=29.46%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811913700.200.070.42322.7611.9352.35
Hex94778901472A143c34
Octal2241672110247525031464
Binary100101001110111100010010101001111010101010000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947789; }

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

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

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

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

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

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

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

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