#95708A

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

Shades of Mountbatten Pink #95708A

Tints of Mountbatten Pink #95708A

Color information

#95708A (or 0x95708A) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 70 and 8A. RGB value is (149,112,138). Sum of RGB (Red+Green+Blue) = 149+112+138=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #95708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95708A is #6A8F75. Grayscale: #7D7D7D. Windows color (decimal): -6983542 or 9072789. OLE color: 9072789.

HSL color Cylindrical-coordinate representation of color #95708A: hue angle of 317.84º 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 #95708A is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149112138-
CMYK00.250.070.42
HSL317.84º14.86%51.18%-
HSV(B)317.84º24.83%58.43%-
XYZ22.7819.8126.67-
YUV126.03134.76144.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=37.34%
G=28.07%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911213800.250.070.42317.8414.8651.18
Hex95708A01972A13ef33
Octal2251602120317524761763
Binary100101011110000100010100110011111010101001111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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