#967792

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

Shades of Mountbatten Pink #967792

Tints of Mountbatten Pink #967792

Color information

#967792 (or 0x967792) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 77 and 92. RGB value is (150,119,146). Sum of RGB (Red+Green+Blue) = 150+119+146=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #967792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967792 is #69886D. Grayscale: #838383. Windows color (decimal): -6916206 or 9598870. OLE color: 9598870.

HSL color Cylindrical-coordinate representation of color #967792: hue angle of 307.74º 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 #967792 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB150119146-
CMYK00.210.030.41
HSL307.74º12.86%52.75%-
HSV(B)307.74º20.67%58.82%-
XYZ24.3621.7530.11-
YUV131.35136.27141.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=36.14%
G=28.67%
B=35.18%

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
Decimal15011914600.210.030.41307.7412.8652.75
Hex967792015329134d35
Octal2261672220253514641565
Binary10010110111011110010010010101111010011001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967792; }

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

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

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

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

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

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

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

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