#95748D

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

Shades of Mountbatten Pink #95748D

Tints of Mountbatten Pink #95748D

Color information

#95748D (or 0x95748D) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 74 and 8D. RGB value is (149,116,141). Sum of RGB (Red+Green+Blue) = 149+116+141=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95748D is #6A8B72. Grayscale: #808080. Windows color (decimal): -6982515 or 9270421. OLE color: 9270421.

HSL color Cylindrical-coordinate representation of color #95748D: hue angle of 314.55º 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 #95748D is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149116141-
CMYK00.220.050.42
HSL314.55º13.47%51.96%-
HSV(B)314.55º22.15%58.43%-
XYZ23.4520.827.98-
YUV128.72134.93142.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=36.70%
G=28.57%
B=34.73%

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
Decimal14911614100.220.050.42314.5513.4751.96
Hex95748D01652A13bd34
Octal2251642150265524731564
Binary100101011110100100011010101101011010101001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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