#95808E

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

Shades of Mountbatten Pink #95808E

Tints of Mountbatten Pink #95808E

Color information

#95808E (or 0x95808E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 80 and 8E. RGB value is (149,128,142). Sum of RGB (Red+Green+Blue) = 149+128+142=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808E is #6A7F71. Grayscale: #878787. Windows color (decimal): -6979442 or 9339029. OLE color: 9339029.

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

Color convert

RGB149128142-
CMYK00.140.050.42
HSL320º9.01%54.31%-
HSV(B)320º14.09%58.43%-
XYZ2523.7828.86-
YUV135.87131.46137.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=35.56%
G=30.55%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912814200.140.050.423209.0154.31
Hex95808E0E52A140936
Octal2252002160165525001166
Binary100101011000000010001110011101011010101010000001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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