#95848E

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

Shades of Mountbatten Pink #95848E

Tints of Mountbatten Pink #95848E

Color information

#95848E (or 0x95848E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 84 and 8E. RGB value is (149,132,142). Sum of RGB (Red+Green+Blue) = 149+132+142=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #95848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95848E is #6A7B71. Grayscale: #8A8A8A. Windows color (decimal): -6978418 or 9340053. OLE color: 9340053.

HSL color Cylindrical-coordinate representation of color #95848E: hue angle of 324.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #95848E is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149132142-
CMYK00.110.050.42
HSL324.71º7.42%55.1%-
HSV(B)324.71º11.41%58.43%-
XYZ25.5324.8529.04-
YUV138.22130.13135.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=35.22%
G=31.21%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913214200.110.050.42324.717.4255.1
Hex95848E0B52A145737
Octal225204216013552505767
Binary10010101100001001000111001011101101010101000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,132,142); }

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

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

 a { background-color: rgb(149,132,142); }

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

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

 span { border-color: rgb(149,132,142); }

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