#95708B

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

Shades of Mountbatten Pink #95708B

Tints of Mountbatten Pink #95708B

Color information

#95708B (or 0x95708B) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 70 and 8B. RGB value is (149,112,139). Sum of RGB (Red+Green+Blue) = 149+112+139=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #95708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95708B is #6A8F74. Grayscale: #7E7E7E. Windows color (decimal): -6983541 or 9138325. OLE color: 9138325.

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

Color convert

RGB149112139-
CMYK00.250.070.42
HSL316.22º14.86%51.18%-
HSV(B)316.22º24.83%58.43%-
XYZ22.8519.8427.05-
YUV126.14135.26144.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=37.25%
G=28%
B=34.75%

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
Decimal14911213900.250.070.42316.2214.8651.18
Hex95708B01972A13cf33
Octal2251602130317524741763
Binary100101011110000100010110110011111010101001111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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