#94788A

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

Shades of Mountbatten Pink #94788A

Tints of Mountbatten Pink #94788A

Color information

#94788A (or 0x94788A) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 78 and 8A. RGB value is (148,120,138). Sum of RGB (Red+Green+Blue) = 148+120+138=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #94788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94788A is #6B8775. Grayscale: #828282. Windows color (decimal): -7047030 or 9074836. OLE color: 9074836.

HSL color Cylindrical-coordinate representation of color #94788A: hue angle of 321.43º 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 #94788A is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148120138-
CMYK00.190.070.42
HSL321.43º11.57%52.55%-
HSV(B)321.43º18.92%58.04%-
XYZ23.5221.5626.97-
YUV130.42132.28140.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=36.45%
G=29.56%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812013800.190.070.42321.4311.5752.55
Hex94788A01372A141c35
Octal2241702120237525011465
Binary100101001111000100010100100111111010101010000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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