#9C7696

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

Shades of Mountbatten Pink #9C7696

Tints of Mountbatten Pink #9C7696

Color information

#9C7696 (or 0x9C7696) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 76 and 96. RGB value is (156,118,150). Sum of RGB (Red+Green+Blue) = 156+118+150=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7696 is #638969. Grayscale: #848484. Windows color (decimal): -6523242 or 9860764. OLE color: 9860764.

HSL color Cylindrical-coordinate representation of color #9C7696: hue angle of 309.47º 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 #9C7696 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB156118150-
CMYK00.240.040.39
HSL309.47º16.1%53.73%-
HSV(B)309.47º24.36%61.18%-
XYZ25.6922.2331.79-
YUV133.01137.59144.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=36.79%
G=27.83%
B=35.38%

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
Decimal15611815000.240.040.39309.4716.153.73
Hex9C76960184271351036
Octal2341662260304474652066
Binary1001110011101101001011001100010010011110011010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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