#9C306D

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

Shades of Rouge #9C306D

Tints of Rouge #9C306D

Color information

#9C306D (or 0x9C306D) is unknown color: approx Rouge. HEX triplet: 9C, 30 and 6D. RGB value is (156,48,109). Sum of RGB (Red+Green+Blue) = 156+48+109=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C306D is #63CF92. Grayscale: #575757. Windows color (decimal): -6541203 or 7155868. OLE color: 7155868.

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

Color convert

RGB15648109-
CMYK00.690.300.39
HSL326.11º52.94%40%-
HSV(B)326.11º69.23%61.18%-
XYZ17.5310.2915.53-
YUV87.25140.28177.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=49.84%
G=15.34%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564810900.690.300.39326.1152.9440
Hex9C306D0451E271463528
Octal23460155010536475066550
Binary1001110011000011011010100010111110100111101000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,48,109); }

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

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

 a { background-color: rgb(156,48,109); }

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

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

 span { border-color: rgb(156,48,109); }

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