#95738C

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

Shades of Mountbatten Pink #95738C

Tints of Mountbatten Pink #95738C

Color information

#95738C (or 0x95738C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 73 and 8C. RGB value is (149,115,140). Sum of RGB (Red+Green+Blue) = 149+115+140=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95738C is #6A8C73. Grayscale: #7F7F7F. Windows color (decimal): -6982772 or 9204629. OLE color: 9204629.

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

Color convert

RGB149115140-
CMYK00.230.060.42
HSL315.88º13.82%51.76%-
HSV(B)315.88º22.82%58.43%-
XYZ23.2620.5427.55-
YUV128.02134.76142.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=36.88%
G=28.47%
B=34.65%

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
Decimal14911514000.230.060.42315.8813.8251.76
Hex95738C01762A13ce34
Octal2251632140276524741664
Binary100101011110011100011000101111101010101001111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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