#967692

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

Shades of Mountbatten Pink #967692

Tints of Mountbatten Pink #967692

Color information

#967692 (or 0x967692) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 76 and 92. RGB value is (150,118,146). Sum of RGB (Red+Green+Blue) = 150+118+146=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #967692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967692 is #69896D. Grayscale: #828282. Windows color (decimal): -6916462 or 9598614. OLE color: 9598614.

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

Color convert

RGB150118146-
CMYK00.210.030.41
HSL307.5º13.22%52.55%-
HSV(B)307.5º21.33%58.82%-
XYZ24.2421.5230.07-
YUV130.76136.6141.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=36.23%
G=28.50%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011814600.210.030.41307.513.2252.55
Hex967692015329134d35
Octal2261662220253514641565
Binary10010110111011010010010010101111010011001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967692; }

 p { color: rgb(150,118,146); }

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

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

 a { background-color: rgb(150,118,146); }

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

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

 span { border-color: rgb(150,118,146); }

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