#968092

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

Shades of Mountbatten Pink #968092

Tints of Mountbatten Pink #968092

Color information

#968092 (or 0x968092) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 80 and 92. RGB value is (150,128,146). Sum of RGB (Red+Green+Blue) = 150+128+146=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #968092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968092 is #697F6D. Grayscale: #888888. Windows color (decimal): -6913902 or 9601174. OLE color: 9601174.

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

Color convert

RGB150128146-
CMYK00.150.030.41
HSL310.91º9.48%54.51%-
HSV(B)310.91º14.67%58.82%-
XYZ25.492430.48-
YUV136.63133.29137.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 146 (57.42% from 255) = 34.43%
R=35.38%
G=30.19%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012814600.150.030.41310.919.4854.51
Hex9680920F329137937
Octal2262002220173514671167
Binary10010110100000001001001001111111010011001101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968092; }

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

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

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

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

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

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

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

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