#95728C

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

Shades of Mountbatten Pink #95728C

Tints of Mountbatten Pink #95728C

Color information

#95728C (or 0x95728C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 72 and 8C. RGB value is (149,114,140). Sum of RGB (Red+Green+Blue) = 149+114+140=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95728C is #6A8D73. Grayscale: #7F7F7F. Windows color (decimal): -6983028 or 9204373. OLE color: 9204373.

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

Color convert

RGB149114140-
CMYK00.230.060.42
HSL315.43º14.17%51.57%-
HSV(B)315.43º23.49%58.43%-
XYZ23.1520.3227.51-
YUV127.43135.1143.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=36.97%
G=28.29%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911414000.230.060.42315.4314.1751.57
Hex95728C01762A13be34
Octal2251622140276524731664
Binary100101011110010100011000101111101010101001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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