#958190

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

Shades of Mountbatten Pink #958190

Tints of Mountbatten Pink #958190

Color information

#958190 (or 0x958190) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 81 and 90. RGB value is (149,129,144). Sum of RGB (Red+Green+Blue) = 149+129+144=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958190 is #6A7E6F. Grayscale: #888888. Windows color (decimal): -6979184 or 9470357. OLE color: 9470357.

HSL color Cylindrical-coordinate representation of color #958190: hue angle of 315º 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 #958190 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149129144-
CMYK00.130.030.42
HSL315º8.62%54.51%-
HSV(B)315º13.42%58.43%-
XYZ25.2824.129.71-
YUV136.69132.13136.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=35.31%
G=30.57%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912914400.130.030.423158.6254.51
Hex9581900D32A13b937
Octal2252012200153524731167
Binary10010101100000011001000001101111010101001110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958190; }

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

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

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

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

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

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

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

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