#95828E

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

Shades of Mountbatten Pink #95828E

Tints of Mountbatten Pink #95828E

Color information

#95828E (or 0x95828E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 82 and 8E. RGB value is (149,130,142). Sum of RGB (Red+Green+Blue) = 149+130+142=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #95828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95828E is #6A7D71. Grayscale: #898989. Windows color (decimal): -6978930 or 9339541. OLE color: 9339541.

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

Color convert

RGB149130142-
CMYK00.130.050.42
HSL322.11º8.23%54.71%-
HSV(B)322.11º12.75%58.43%-
XYZ25.2624.3128.95-
YUV137.05130.79136.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=35.39%
G=30.88%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913014200.130.050.42322.118.2354.71
Hex95828E0D52A142837
Octal2252022160155525021067
Binary100101011000001010001110011011011010101010000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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