#947888

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

Shades of Mountbatten Pink #947888

Tints of Mountbatten Pink #947888

Color information

#947888 (or 0x947888) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 78 and 88. RGB value is (148,120,136). Sum of RGB (Red+Green+Blue) = 148+120+136=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #947888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947888 is #6B8777. Grayscale: #828282. Windows color (decimal): -7047032 or 8943764. OLE color: 8943764.

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

Color convert

RGB148120136-
CMYK00.190.080.42
HSL325.71º11.57%52.55%-
HSV(B)325.71º18.92%58.04%-
XYZ23.3721.5126.21-
YUV130.2131.28140.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=36.63%
G=29.70%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812013600.190.080.42325.7111.5752.55
Hex94788801382A146c35
Octal22417021002310525061465
Binary1001010011110001000100001001110001010101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947888; }

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

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

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

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

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

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

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

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