#9C4576

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

Shades of Rouge #9C4576

Tints of Rouge #9C4576

Color information

#9C4576 (or 0x9C4576) is unknown color: approx Rouge. HEX triplet: 9C, 45 and 76. RGB value is (156,69,118). Sum of RGB (Red+Green+Blue) = 156+69+118=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4576 is #63BA89. Grayscale: #646464. Windows color (decimal): -6535818 or 7751068. OLE color: 7751068.

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

Color convert

RGB15669118-
CMYK00.560.240.39
HSL326.21º38.67%44.12%-
HSV(B)326.21º55.77%61.18%-
XYZ19.1112.6318.57-
YUV100.6137.82167.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=45.48%
G=20.12%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566911800.560.240.39326.2138.6744.12
Hex9C45760381827146272c
Octal23410516607030475064754
Binary1001110010001011110110011100011000100111101000110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,69,118); }

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

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

 a { background-color: rgb(156,69,118); }

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

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

 span { border-color: rgb(156,69,118); }

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