#9C386B

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

Shades of Rouge #9C386B

Tints of Rouge #9C386B

Color information

#9C386B (or 0x9C386B) is unknown color: approx Rouge. HEX triplet: 9C, 38 and 6B. RGB value is (156,56,107). Sum of RGB (Red+Green+Blue) = 156+56+107=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C386B is #63C794. Grayscale: #5B5B5B. Windows color (decimal): -6539157 or 7026844. OLE color: 7026844.

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

Color convert

RGB15656107-
CMYK00.640.310.39
HSL329.4º47.17%41.57%-
HSV(B)329.4º64.1%61.18%-
XYZ17.7810.9615.09-
YUV91.71136.63173.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.90%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=48.90%
G=17.55%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565610700.640.310.39329.447.1741.57
Hex9C386B0401F271492f2a
Octal23470153010037475115752
Binary1001110011100011010110100000011111100111101001001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,56,107); }

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

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

 a { background-color: rgb(156,56,107); }

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

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

 span { border-color: rgb(156,56,107); }

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