#9C3C6F

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

Shades of Rouge #9C3C6F

Tints of Rouge #9C3C6F

Color information

#9C3C6F (or 0x9C3C6F) is unknown color: approx Rouge. HEX triplet: 9C, 3C and 6F. RGB value is (156,60,111). Sum of RGB (Red+Green+Blue) = 156+60+111=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3C6F is #63C390. Grayscale: #5E5E5E. Windows color (decimal): -6538129 or 7290012. OLE color: 7290012.

HSL color Cylindrical-coordinate representation of color #9C3C6F: hue angle of 328.12º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3C6F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15660111-
CMYK00.620.290.39
HSL328.12º44.44%42.35%-
HSV(B)328.12º61.54%61.18%-
XYZ18.211.4516.29-
YUV94.52137.3171.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=47.71%
G=18.35%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566011100.620.290.39328.1244.4442.35
Hex9C3C6F03E1D271482c2a
Octal2347415707635475105452
Binary100111001111001101111011111011101100111101001000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,60,111); }

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

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

 a { background-color: rgb(156,60,111); }

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

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

 span { border-color: rgb(156,60,111); }

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