#95808C

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

Shades of Mountbatten Pink #95808C

Tints of Mountbatten Pink #95808C

Color information

#95808C (or 0x95808C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 80 and 8C. RGB value is (149,128,140). Sum of RGB (Red+Green+Blue) = 149+128+140=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808C is #6A7F73. Grayscale: #878787. Windows color (decimal): -6979444 or 9207957. OLE color: 9207957.

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

Color convert

RGB149128140-
CMYK00.140.060.42
HSL325.71º9.01%54.31%-
HSV(B)325.71º14.09%58.43%-
XYZ24.8523.7228.08-
YUV135.65130.46137.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=35.73%
G=30.70%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912814000.140.060.42325.719.0154.31
Hex95808C0E62A146936
Octal2252002140166525061166
Binary100101011000000010001100011101101010101010001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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