#947488

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

Shades of Mountbatten Pink #947488

Tints of Mountbatten Pink #947488

Color information

#947488 (or 0x947488) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 74 and 88. RGB value is (148,116,136). Sum of RGB (Red+Green+Blue) = 148+116+136=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947488 is #6B8B77. Grayscale: #7F7F7F. Windows color (decimal): -7048056 or 8942740. OLE color: 8942740.

HSL color Cylindrical-coordinate representation of color #947488: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947488 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148116136-
CMYK00.220.080.42
HSL322.5º13.01%51.76%-
HSV(B)322.5º21.62%58.04%-
XYZ22.920.5626.05-
YUV127.85132.6142.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 136 (53.52% from 255) = 34%
R=37%
G=29%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811613600.220.080.42322.513.0151.76
Hex94748801682A142d34
Octal22416421002610525021564
Binary1001010011101001000100001011010001010101010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947488; }

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

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

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

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

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

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

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

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