#95708F

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

Shades of Mountbatten Pink #95708F

Tints of Mountbatten Pink #95708F

Color information

#95708F (or 0x95708F) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 70 and 8F. RGB value is (149,112,143). Sum of RGB (Red+Green+Blue) = 149+112+143=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95708F is #6A8F70. Grayscale: #7E7E7E. Windows color (decimal): -6983537 or 9400469. OLE color: 9400469.

HSL color Cylindrical-coordinate representation of color #95708F: hue angle of 309.73º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95708F is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149112143-
CMYK00.250.040.42
HSL309.73º14.86%51.18%-
HSV(B)309.73º24.83%58.43%-
XYZ23.1519.9628.62-
YUV126.6137.26143.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=36.88%
G=27.72%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911214300.250.040.42309.7314.8651.18
Hex95708F01942A136f33
Octal2251602170314524661763
Binary100101011110000100011110110011001010101001101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95708F; }

 p { color: rgb(149,112,143); }

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

<style>
 a { background-color: #95708F; }

 a { background-color: rgb(149,112,143); }

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

<style>
 span { border-color: #95708F; }

 span { border-color: rgb(149,112,143); }

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