#9C788C

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

Shades of Mountbatten Pink #9C788C

Tints of Mountbatten Pink #9C788C

Color information

#9C788C (or 0x9C788C) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 78 and 8C. RGB value is (156,120,140). Sum of RGB (Red+Green+Blue) = 156+120+140=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C788C is #638773. Grayscale: #858585. Windows color (decimal): -6522740 or 9205916. OLE color: 9205916.

HSL color Cylindrical-coordinate representation of color #9C788C: hue angle of 326.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C788C is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156120140-
CMYK00.230.100.39
HSL326.67º15.38%54.12%-
HSV(B)326.67º23.08%61.18%-
XYZ25.1622.3927.81-
YUV133.04131.93144.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=37.5%
G=28.85%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612014000.230.100.39326.6715.3854.12
Hex9C788C017A27147f36
Octal23417021402712475071766
Binary1001110011110001000110001011110101001111010001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,120,140); }

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

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

 a { background-color: rgb(156,120,140); }

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

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

 span { border-color: rgb(156,120,140); }

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