#957886

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

Shades of Mountbatten Pink #957886

Tints of Mountbatten Pink #957886

Color information

#957886 (or 0x957886) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 78 and 86. RGB value is (149,120,134). Sum of RGB (Red+Green+Blue) = 149+120+134=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #957886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957886 is #6A8779. Grayscale: #828282. Windows color (decimal): -6981498 or 8812693. OLE color: 8812693.

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

Color convert

RGB149120134-
CMYK00.190.100.42
HSL331.03º12.03%52.75%-
HSV(B)331.03º19.46%58.43%-
XYZ23.4121.5425.48-
YUV130.27130.11141.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=36.97%
G=29.78%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912013400.190.100.42331.0312.0352.75
Hex957886013A2A14bc35
Octal22517020602312525131465
Binary1001010111110001000011001001110101010101010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957886; }

 p { color: rgb(149,120,134); }

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

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

 a { background-color: rgb(149,120,134); }

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

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

 span { border-color: rgb(149,120,134); }

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