#95748E

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

Shades of Mountbatten Pink #95748E

Tints of Mountbatten Pink #95748E

Color information

#95748E (or 0x95748E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 74 and 8E. RGB value is (149,116,142). Sum of RGB (Red+Green+Blue) = 149+116+142=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95748E is #6A8B71. Grayscale: #808080. Windows color (decimal): -6982514 or 9335957. OLE color: 9335957.

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

Color convert

RGB149116142-
CMYK00.220.050.42
HSL312.73º13.47%51.96%-
HSV(B)312.73º22.15%58.43%-
XYZ23.5220.8328.37-
YUV128.83135.43142.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=36.61%
G=28.50%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911614200.220.050.42312.7313.4751.96
Hex95748E01652A139d34
Octal2251642160265524711564
Binary100101011110100100011100101101011010101001110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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