#95728E

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

Shades of Mountbatten Pink #95728E

Tints of Mountbatten Pink #95728E

Color information

#95728E (or 0x95728E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 72 and 8E. RGB value is (149,114,142). Sum of RGB (Red+Green+Blue) = 149+114+142=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95728E is #6A8D71. Grayscale: #7F7F7F. Windows color (decimal): -6983026 or 9335445. OLE color: 9335445.

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

Color convert

RGB149114142-
CMYK00.230.050.42
HSL312º14.17%51.57%-
HSV(B)312º23.49%58.43%-
XYZ23.2920.3828.3-
YUV127.66136.1143.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=36.79%
G=28.15%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911414200.230.050.4231214.1751.57
Hex95728E01752A138e34
Octal2251622160275524701664
Binary100101011110010100011100101111011010101001110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95728E; }

 p { color: rgb(149,114,142); }

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

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

 a { background-color: rgb(149,114,142); }

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

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

 span { border-color: rgb(149,114,142); }

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