#95768C

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

Shades of Mountbatten Pink #95768C

Tints of Mountbatten Pink #95768C

Color information

#95768C (or 0x95768C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 76 and 8C. RGB value is (149,118,140). Sum of RGB (Red+Green+Blue) = 149+118+140=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95768C is #6A8973. Grayscale: #818181. Windows color (decimal): -6982004 or 9205397. OLE color: 9205397.

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

Color convert

RGB149118140-
CMYK00.210.060.42
HSL317.42º12.76%52.35%-
HSV(B)317.42º20.81%58.43%-
XYZ23.6121.2427.67-
YUV129.78133.77141.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=36.61%
G=28.99%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911814000.210.060.42317.4212.7652.35
Hex95768C01562A13dd34
Octal2251662140256524751564
Binary100101011110110100011000101011101010101001111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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