#9C7A88

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

Shades of Mountbatten Pink #9C7A88

Tints of Mountbatten Pink #9C7A88

Color information

#9C7A88 (or 0x9C7A88) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 7A and 88. RGB value is (156,122,136). Sum of RGB (Red+Green+Blue) = 156+122+136=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A88 is #638577. Grayscale: #858585. Windows color (decimal): -6522232 or 8944284. OLE color: 8944284.

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

Color convert

RGB156122136-
CMYK00.220.130.39
HSL335.29º14.66%54.51%-
HSV(B)335.29º21.79%61.18%-
XYZ25.1122.7626.36-
YUV133.76129.26143.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=37.68%
G=29.47%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612213600.220.130.39335.2914.6654.51
Hex9C7A88016D2714ff37
Octal23417221002615475171767
Binary1001110011110101000100001011011011001111010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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