#967392

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

Shades of Mountbatten Pink #967392

Tints of Mountbatten Pink #967392

Color information

#967392 (or 0x967392) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 73 and 92. RGB value is (150,115,146). Sum of RGB (Red+Green+Blue) = 150+115+146=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #967392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967392 is #698C6D. Grayscale: #808080. Windows color (decimal): -6917230 or 9597846. OLE color: 9597846.

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

Color convert

RGB150115146-
CMYK00.230.030.41
HSL306.86º14.29%51.96%-
HSV(B)306.86º23.33%58.82%-
XYZ23.920.8229.95-
YUV129137.6142.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=36.50%
G=27.98%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011514600.230.030.41306.8614.2951.96
Hex967392017329133e34
Octal2261632220273514631664
Binary10010110111001110010010010111111010011001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967392; }

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

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

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

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

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

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

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

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