#9C80AC

Color #9C80AC Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9C80AC

Tints of Ce Soir #9C80AC

Color information

#9C80AC (or 0x9C80AC) is unknown color: approx Ce Soir. HEX triplet: 9C, 80 and AC. RGB value is (156,128,172). Sum of RGB (Red+Green+Blue) = 156+128+172=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C80AC is #637F53. Grayscale: #8D8D8D. Windows color (decimal): -6520660 or 11305116. OLE color: 11305116.

HSL color Cylindrical-coordinate representation of color #9C80AC: hue angle of 278.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C80AC is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156128172-
CMYK0.090.2600.33
HSL278.18º20.95%58.82%-
HSV(B)278.18º25.58%67.45%-
XYZ28.8825.4842.43-
YUV141.39145.28138.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=34.21%
G=28.07%
B=37.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561281720.090.2600.33278.1820.9558.82
Hex9C80AC91A021116153b
Octal23420025411320414262573
Binary100111001000000010101100100111010010000110001011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,172); }

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

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

 a { background-color: rgb(156,128,172); }

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

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

 span { border-color: rgb(156,128,172); }

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