#95768E

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

Shades of Mountbatten Pink #95768E

Tints of Mountbatten Pink #95768E

Color information

#95768E (or 0x95768E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 76 and 8E. RGB value is (149,118,142). Sum of RGB (Red+Green+Blue) = 149+118+142=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95768E is #6A8971. Grayscale: #818181. Windows color (decimal): -6982002 or 9336469. OLE color: 9336469.

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

Color convert

RGB149118142-
CMYK00.210.050.42
HSL313.55º12.76%52.35%-
HSV(B)313.55º20.81%58.43%-
XYZ23.7621.328.45-
YUV130134.77141.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=36.43%
G=28.85%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911814200.210.050.42313.5512.7652.35
Hex95768E01552A13ad34
Octal2251662160255524721564
Binary100101011110110100011100101011011010101001110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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