#95828C

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

Shades of Mountbatten Pink #95828C

Tints of Mountbatten Pink #95828C

Color information

#95828C (or 0x95828C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 82 and 8C. RGB value is (149,130,140). Sum of RGB (Red+Green+Blue) = 149+130+140=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95828C is #6A7D73. Grayscale: #888888. Windows color (decimal): -6978932 or 9208469. OLE color: 9208469.

HSL color Cylindrical-coordinate representation of color #95828C: hue angle of 328.42º 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 #95828C is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB149130140-
CMYK00.130.060.42
HSL328.42º8.23%54.71%-
HSV(B)328.42º12.75%58.43%-
XYZ25.1124.2528.17-
YUV136.82129.79136.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=35.56%
G=31.03%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913014000.130.060.42328.428.2354.71
Hex95828C0D62A148837
Octal2252022140156525101067
Binary100101011000001010001100011011101010101010010001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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