#95718C

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

Shades of Mountbatten Pink #95718C

Tints of Mountbatten Pink #95718C

Color information

#95718C (or 0x95718C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 71 and 8C. RGB value is (149,113,140). Sum of RGB (Red+Green+Blue) = 149+113+140=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95718C is #6A8E73. Grayscale: #7E7E7E. Windows color (decimal): -6983284 or 9204117. OLE color: 9204117.

HSL color Cylindrical-coordinate representation of color #95718C: hue angle of 315º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95718C is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB149113140-
CMYK00.240.060.42
HSL315º14.52%51.37%-
HSV(B)315º24.16%58.43%-
XYZ23.0320.0927.48-
YUV126.84135.43143.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=37.06%
G=28.11%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911314000.240.060.4231514.5251.37
Hex95718C01862A13bf33
Octal2251612140306524731763
Binary100101011110001100011000110001101010101001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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