#95818B

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

Shades of Mountbatten Pink #95818B

Tints of Mountbatten Pink #95818B

Color information

#95818B (or 0x95818B) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 81 and 8B. RGB value is (149,129,139). Sum of RGB (Red+Green+Blue) = 149+129+139=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95818B is #6A7E74. Grayscale: #888888. Windows color (decimal): -6979189 or 9142677. OLE color: 9142677.

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

Color convert

RGB149129139-
CMYK00.130.070.42
HSL330º8.62%54.51%-
HSV(B)330º13.42%58.43%-
XYZ24.923.9527.74-
YUV136.12129.63137.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=35.73%
G=30.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912913900.130.070.423308.6254.51
Hex95818B0D72A14a937
Octal2252012130157525121167
Binary100101011000000110001011011011111010101010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95818B; }

 p { color: rgb(149,129,139); }

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

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

 a { background-color: rgb(149,129,139); }

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

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

 span { border-color: rgb(149,129,139); }

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