#9C336C

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

Shades of Rouge #9C336C

Tints of Rouge #9C336C

Color information

#9C336C (or 0x9C336C) is unknown color: approx Rouge. HEX triplet: 9C, 33 and 6C. RGB value is (156,51,108). Sum of RGB (Red+Green+Blue) = 156+51+108=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C336C is #63CC93. Grayscale: #585858. Windows color (decimal): -6540436 or 7091100. OLE color: 7091100.

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

Color convert

RGB15651108-
CMYK00.670.310.39
HSL327.43º50.72%40.59%-
HSV(B)327.43º67.31%61.18%-
XYZ17.610.5215.29-
YUV88.89138.79175.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=49.52%
G=16.19%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565110800.670.310.39327.4350.7240.59
Hex9C336C0431F271473329
Octal23463154010337475076351
Binary1001110011001111011000100001111111100111101000111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,108); }

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

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

 a { background-color: rgb(156,51,108); }

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

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

 span { border-color: rgb(156,51,108); }

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