#9C708C

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

Shades of Mountbatten Pink #9C708C

Tints of Mountbatten Pink #9C708C

Color information

#9C708C (or 0x9C708C) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 70 and 8C. RGB value is (156,112,140). Sum of RGB (Red+Green+Blue) = 156+112+140=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C708C is #638F73. Grayscale: #808080. Windows color (decimal): -6524788 or 9203868. OLE color: 9203868.

HSL color Cylindrical-coordinate representation of color #9C708C: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C708C is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156112140-
CMYK00.280.100.39
HSL321.82º18.18%52.55%-
HSV(B)321.82º28.21%61.18%-
XYZ24.2420.5527.5-
YUV128.35134.58147.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.24%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=38.24%
G=27.45%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611214000.280.100.39321.8218.1852.55
Hex9C708C01CA271421235
Octal23416021403412475022265
Binary10011100111000010001100011100101010011110100001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,140); }

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

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

 a { background-color: rgb(156,112,140); }

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

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

 span { border-color: rgb(156,112,140); }

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