#95848C

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

Shades of Mountbatten Pink #95848C

Tints of Mountbatten Pink #95848C

Color information

#95848C (or 0x95848C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 84 and 8C. RGB value is (149,132,140). Sum of RGB (Red+Green+Blue) = 149+132+140=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #95848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95848C is #6A7B73. Grayscale: #898989. Windows color (decimal): -6978420 or 9208981. OLE color: 9208981.

HSL color Cylindrical-coordinate representation of color #95848C: hue angle of 331.76º 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 #95848C is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB149132140-
CMYK00.110.060.42
HSL331.76º7.42%55.1%-
HSV(B)331.76º11.41%58.43%-
XYZ25.3824.7928.26-
YUV138129.13135.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=35.39%
G=31.35%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913214000.110.060.42331.767.4255.1
Hex95848C0B62A14c737
Octal225204214013652514767
Binary10010101100001001000110001011110101010101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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