#9C3C63

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

Shades of Rouge #9C3C63

Tints of Rouge #9C3C63

Color information

#9C3C63 (or 0x9C3C63) is unknown color: approx Rouge. HEX triplet: 9C, 3C and 63. RGB value is (156,60,99). Sum of RGB (Red+Green+Blue) = 156+60+99=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3C63 is #63C39C. Grayscale: #5D5D5D. Windows color (decimal): -6538141 or 6503580. OLE color: 6503580.

HSL color Cylindrical-coordinate representation of color #9C3C63: hue angle of 335.62º 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 #9C3C63 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1566099-
CMYK00.620.370.39
HSL335.62º44.44%42.35%-
HSV(B)335.62º61.54%61.18%-
XYZ17.5811.213.04-
YUV93.15131.3172.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=49.52%
G=19.05%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156609900.620.370.39335.6244.4442.35
Hex9C3C6303E25271502c2a
Octal2347414307645475205452
Binary1001110011110011000110111110100101100111101010000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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