#978192

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

Shades of Mountbatten Pink #978192

Tints of Mountbatten Pink #978192

Color information

#978192 (or 0x978192) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 81 and 92. RGB value is (151,129,146). Sum of RGB (Red+Green+Blue) = 151+129+146=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 151 - color contains mainly: red. Hex color #978192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978192 is #687E6D. Grayscale: #898989. Windows color (decimal): -6848110 or 9601431. OLE color: 9601431.

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

Color convert

RGB151129146-
CMYK00.150.030.41
HSL313.64º9.57%54.9%-
HSV(B)313.64º14.57%59.22%-
XYZ25.824.3630.54-
YUV137.52132.79137.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=35.45%
G=30.28%
B=34.27%

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
Decimal15112914600.150.030.41313.649.5754.9
Hex9781920F32913aa37
Octal2272012220173514721267
Binary10010111100000011001001001111111010011001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978192; }

 p { color: rgb(151,129,146); }

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

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

 a { background-color: rgb(151,129,146); }

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

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

 span { border-color: rgb(151,129,146); }

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