#9C7892

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

Shades of Mountbatten Pink #9C7892

Tints of Mountbatten Pink #9C7892

Color information

#9C7892 (or 0x9C7892) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 78 and 92. RGB value is (156,120,146). Sum of RGB (Red+Green+Blue) = 156+120+146=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7892 is #63876D. Grayscale: #858585. Windows color (decimal): -6522734 or 9599132. OLE color: 9599132.

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

Color convert

RGB156120146-
CMYK00.230.060.39
HSL316.67º15.38%54.12%-
HSV(B)316.67º23.08%61.18%-
XYZ25.6222.5830.2-
YUV133.73134.93143.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=36.97%
G=28.44%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612014600.230.060.39316.6715.3854.12
Hex9C789201762713df36
Octal2341702220276474751766
Binary100111001111000100100100101111101001111001111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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