#94768E

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

Shades of Mountbatten Pink #94768E

Tints of Mountbatten Pink #94768E

Color information

#94768E (or 0x94768E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 76 and 8E. RGB value is (148,118,142). Sum of RGB (Red+Green+Blue) = 148+118+142=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #94768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94768E is #6B8971. Grayscale: #818181. Windows color (decimal): -7047538 or 9336468. OLE color: 9336468.

HSL color Cylindrical-coordinate representation of color #94768E: hue angle of 312º 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 #94768E is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB148118142-
CMYK00.200.040.42
HSL312º12.3%52.16%-
HSV(B)312º20.27%58.04%-
XYZ23.5721.2128.44-
YUV129.71134.94141.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=36.27%
G=28.92%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811814200.200.040.4231212.352.16
Hex94768E01442A138c34
Octal2241662160244524701464
Binary100101001110110100011100101001001010101001110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94768E; }

 p { color: rgb(148,118,142); }

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

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

 a { background-color: rgb(148,118,142); }

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

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

 span { border-color: rgb(148,118,142); }

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