#9C7792

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

Shades of Mountbatten Pink #9C7792

Tints of Mountbatten Pink #9C7792

Color information

#9C7792 (or 0x9C7792) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 77 and 92. RGB value is (156,119,146). Sum of RGB (Red+Green+Blue) = 156+119+146=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7792 is #63886D. Grayscale: #858585. Windows color (decimal): -6522990 or 9598876. OLE color: 9598876.

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

Color convert

RGB156119146-
CMYK00.240.060.39
HSL316.22º15.74%53.92%-
HSV(B)316.22º23.72%61.18%-
XYZ25.522.3430.16-
YUV133.14135.26144.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=37.05%
G=28.27%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611914600.240.060.39316.2215.7453.92
Hex9C779201862713c1036
Octal2341672220306474742066
Binary1001110011101111001001001100011010011110011110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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