#9C326E

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

Shades of Rouge #9C326E

Tints of Rouge #9C326E

Color information

#9C326E (or 0x9C326E) is unknown color: approx Rouge. HEX triplet: 9C, 32 and 6E. RGB value is (156,50,110). Sum of RGB (Red+Green+Blue) = 156+50+110=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C326E is #63CD91. Grayscale: #585858. Windows color (decimal): -6540690 or 7221916. OLE color: 7221916.

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

Color convert

RGB15650110-
CMYK00.680.290.39
HSL326.04º51.46%40.39%-
HSV(B)326.04º67.95%61.18%-
XYZ17.6710.4715.84-
YUV88.53140.12176.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.37%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=49.37%
G=15.82%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565011000.680.290.39326.0451.4640.39
Hex9C326E0441D271463328
Octal23462156010435475066350
Binary1001110011001011011100100010011101100111101000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,50,110); }

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

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

 a { background-color: rgb(156,50,110); }

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

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

 span { border-color: rgb(156,50,110); }

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