#968291

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

Shades of Mountbatten Pink #968291

Tints of Mountbatten Pink #968291

Color information

#968291 (or 0x968291) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 82 and 91. RGB value is (150,130,145). Sum of RGB (Red+Green+Blue) = 150+130+145=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #968291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968291 is #697D6E. Grayscale: #898989. Windows color (decimal): -6913391 or 9536150. OLE color: 9536150.

HSL color Cylindrical-coordinate representation of color #968291: hue angle of 315º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968291 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB150130145-
CMYK00.130.030.41
HSL315º8.7%54.9%-
HSV(B)315º13.33%58.82%-
XYZ25.6724.4930.16-
YUV137.69132.13136.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=35.29%
G=30.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013014500.130.030.413158.754.9
Hex9682910D32913b937
Octal2262022210153514731167
Binary10010110100000101001000101101111010011001110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968291; }

 p { color: rgb(150,130,145); }

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

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

 a { background-color: rgb(150,130,145); }

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

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

 span { border-color: rgb(150,130,145); }

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