#9C7A96

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

Shades of Mountbatten Pink #9C7A96

Tints of Mountbatten Pink #9C7A96

Color information

#9C7A96 (or 0x9C7A96) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 7A and 96. RGB value is (156,122,150). Sum of RGB (Red+Green+Blue) = 156+122+150=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A96 is #638569. Grayscale: #878787. Windows color (decimal): -6522218 or 9861788. OLE color: 9861788.

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

Color convert

RGB156122150-
CMYK00.220.040.39
HSL310.59º14.66%54.51%-
HSV(B)310.59º21.79%61.18%-
XYZ26.1723.1931.95-
YUV135.36136.26142.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=36.45%
G=28.50%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612215000.220.040.39310.5914.6654.51
Hex9C7A96016427137f37
Octal2341722260264474671767
Binary100111001111010100101100101101001001111001101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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