#947188

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

Shades of Mountbatten Pink #947188

Tints of Mountbatten Pink #947188

Color information

#947188 (or 0x947188) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 71 and 88. RGB value is (148,113,136). Sum of RGB (Red+Green+Blue) = 148+113+136=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947188 is #6B8E77. Grayscale: #7E7E7E. Windows color (decimal): -7048824 or 8941972. OLE color: 8941972.

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

Color convert

RGB148113136-
CMYK00.240.080.42
HSL320.57º14.06%51.18%-
HSV(B)320.57º23.65%58.04%-
XYZ22.5619.8825.94-
YUV126.09133.6143.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=37.28%
G=28.46%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811313600.240.080.42320.5714.0651.18
Hex94718801882A141e33
Octal22416121003010525011663
Binary1001010011100011000100001100010001010101010000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947188; }

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

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

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

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

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

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

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

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