#9C7B8F

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

Shades of Mountbatten Pink #9C7B8F

Tints of Mountbatten Pink #9C7B8F

Color information

#9C7B8F (or 0x9C7B8F) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 7B and 8F. RGB value is (156,123,143). Sum of RGB (Red+Green+Blue) = 156+123+143=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B8F is #638470. Grayscale: #878787. Windows color (decimal): -6521969 or 9403292. OLE color: 9403292.

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

Color convert

RGB156123143-
CMYK00.210.080.39
HSL323.64º14.29%54.71%-
HSV(B)323.64º21.15%61.18%-
XYZ25.7523.2229.11-
YUV135.15132.43142.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=36.97%
G=29.15%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612314300.210.080.39323.6414.2954.71
Hex9C7B8F015827144e37
Octal23417321702510475041667
Binary1001110011110111000111101010110001001111010001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,123,143); }

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

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

 a { background-color: rgb(156,123,143); }

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

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

 span { border-color: rgb(156,123,143); }

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