#9C8992

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

Shades of Mountbatten Pink #9C8992

Tints of Mountbatten Pink #9C8992

Color information

#9C8992 (or 0x9C8992) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 89 and 92. RGB value is (156,137,146). Sum of RGB (Red+Green+Blue) = 156+137+146=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8992 is #63766D. Grayscale: #8F8F8F. Windows color (decimal): -6518382 or 9603484. OLE color: 9603484.

HSL color Cylindrical-coordinate representation of color #9C8992: hue angle of 331.58º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C8992 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB156137146-
CMYK00.120.060.39
HSL331.58º8.76%57.45%-
HSV(B)331.58º12.18%61.18%-
XYZ27.8427.0330.94-
YUV143.71129.29136.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=35.54%
G=31.21%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613714600.120.060.39331.588.7657.45
Hex9C89920C62714c939
Octal2342112220146475141171
Binary100111001000100110010010011001101001111010011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8992; }

 p { color: rgb(156,137,146); }

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

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

 a { background-color: rgb(156,137,146); }

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

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

 span { border-color: rgb(156,137,146); }

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