#9C3E69

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

Shades of Rouge #9C3E69

Tints of Rouge #9C3E69

Color information

#9C3E69 (or 0x9C3E69) is unknown color: approx Rouge. HEX triplet: 9C, 3E and 69. RGB value is (156,62,105). Sum of RGB (Red+Green+Blue) = 156+62+105=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3E69 is #63C196. Grayscale: #5E5E5E. Windows color (decimal): -6537623 or 6897308. OLE color: 6897308.

HSL color Cylindrical-coordinate representation of color #9C3E69: hue angle of 332.55º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C3E69 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15662105-
CMYK00.600.330.39
HSL332.55º43.12%42.75%-
HSV(B)332.55º60.26%61.18%-
XYZ17.9811.5314.64-
YUV95.01133.64171.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=48.30%
G=19.20%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566210500.600.330.39332.5543.1242.75
Hex9C3E6903C212714d2b2b
Octal2347615107441475155353
Binary1001110011111011010010111100100001100111101001101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,62,105); }

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

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

 a { background-color: rgb(156,62,105); }

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

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

 span { border-color: rgb(156,62,105); }

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