#9C7796

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

Shades of Mountbatten Pink #9C7796

Tints of Mountbatten Pink #9C7796

Color information

#9C7796 (or 0x9C7796) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 77 and 96. RGB value is (156,119,150). Sum of RGB (Red+Green+Blue) = 156+119+150=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7796 is #638869. Grayscale: #858585. Windows color (decimal): -6522986 or 9861020. OLE color: 9861020.

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

Color convert

RGB156119150-
CMYK00.240.040.39
HSL309.73º15.74%53.92%-
HSV(B)309.73º23.72%61.18%-
XYZ25.8122.4631.83-
YUV133.6137.26143.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=36.71%
G=28%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611915000.240.040.39309.7315.7453.92
Hex9C77960184271361036
Octal2341672260304474662066
Binary1001110011101111001011001100010010011110011011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,119,150); }

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

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

 a { background-color: rgb(156,119,150); }

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

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

 span { border-color: rgb(156,119,150); }

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