#95808A

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

Shades of Mountbatten Pink #95808A

Tints of Mountbatten Pink #95808A

Color information

#95808A (or 0x95808A) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 80 and 8A. RGB value is (149,128,138). Sum of RGB (Red+Green+Blue) = 149+128+138=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #95808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808A is #6A7F75. Grayscale: #878787. Windows color (decimal): -6979446 or 9076885. OLE color: 9076885.

HSL color Cylindrical-coordinate representation of color #95808A: hue angle of 331.43º 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 #95808A is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149128138-
CMYK00.140.070.42
HSL331.43º9.01%54.31%-
HSV(B)331.43º14.09%58.43%-
XYZ24.723.6627.31-
YUV135.42129.46137.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=35.90%
G=30.84%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912813800.140.070.42331.439.0154.31
Hex95808A0E72A14b936
Octal2252002120167525131166
Binary100101011000000010001010011101111010101010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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