#95858E

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

Shades of Mountbatten Pink #95858E

Tints of Mountbatten Pink #95858E

Color information

#95858E (or 0x95858E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 85 and 8E. RGB value is (149,133,142). Sum of RGB (Red+Green+Blue) = 149+133+142=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #95858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95858E is #6A7A71. Grayscale: #8A8A8A. Windows color (decimal): -6978162 or 9340309. OLE color: 9340309.

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

Color convert

RGB149133142-
CMYK00.110.050.42
HSL326.25º7.02%55.29%-
HSV(B)326.25º10.74%58.43%-
XYZ25.6625.1229.09-
YUV138.81129.8135.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=35.14%
G=31.37%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913314200.110.050.42326.257.0255.29
Hex95858E0B52A146737
Octal225205216013552506767
Binary10010101100001011000111001011101101010101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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