#95758D

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

Shades of Mountbatten Pink #95758D

Tints of Mountbatten Pink #95758D

Color information

#95758D (or 0x95758D) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 75 and 8D. RGB value is (149,117,141). Sum of RGB (Red+Green+Blue) = 149+117+141=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95758D is #6A8A72. Grayscale: #818181. Windows color (decimal): -6982259 or 9270677. OLE color: 9270677.

HSL color Cylindrical-coordinate representation of color #95758D: hue angle of 315º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95758D is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149117141-
CMYK00.210.050.42
HSL315º13.11%52.16%-
HSV(B)315º21.48%58.43%-
XYZ23.5621.0428.02-
YUV129.3134.6142.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=36.61%
G=28.75%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911714100.210.050.4231513.1152.16
Hex95758D01552A13bd34
Octal2251652150255524731564
Binary100101011110101100011010101011011010101001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95758D; }

 p { color: rgb(149,117,141); }

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

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

 a { background-color: rgb(149,117,141); }

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

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

 span { border-color: rgb(149,117,141); }

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