#94788C

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

Shades of Mountbatten Pink #94788C

Tints of Mountbatten Pink #94788C

Color information

#94788C (or 0x94788C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 78 and 8C. RGB value is (148,120,140). Sum of RGB (Red+Green+Blue) = 148+120+140=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #94788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94788C is #6B8773. Grayscale: #828282. Windows color (decimal): -7047028 or 9205908. OLE color: 9205908.

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

Color convert

RGB148120140-
CMYK00.190.050.42
HSL317.14º11.57%52.55%-
HSV(B)317.14º18.92%58.04%-
XYZ23.6621.6227.74-
YUV130.65133.28140.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=36.27%
G=29.41%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812014000.190.050.42317.1411.5752.55
Hex94788C01352A13dc35
Octal2241702140235524751465
Binary100101001111000100011000100111011010101001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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