#9C788F

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

Shades of Mountbatten Pink #9C788F

Tints of Mountbatten Pink #9C788F

Color information

#9C788F (or 0x9C788F) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 78 and 8F. RGB value is (156,120,143). Sum of RGB (Red+Green+Blue) = 156+120+143=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C788F is #638770. Grayscale: #858585. Windows color (decimal): -6522737 or 9402524. OLE color: 9402524.

HSL color Cylindrical-coordinate representation of color #9C788F: hue angle of 321.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 #9C788F is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB156120143-
CMYK00.230.080.39
HSL321.67º15.38%54.12%-
HSV(B)321.67º23.08%61.18%-
XYZ25.3822.4828.99-
YUV133.39133.43144.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=37.23%
G=28.64%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612014300.230.080.39321.6715.3854.12
Hex9C788F017827142f36
Octal23417021702710475021766
Binary1001110011110001000111101011110001001111010000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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