#9C4675

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

Shades of Rouge #9C4675

Tints of Rouge #9C4675

Color information

#9C4675 (or 0x9C4675) is unknown color: approx Rouge. HEX triplet: 9C, 46 and 75. RGB value is (156,70,117). Sum of RGB (Red+Green+Blue) = 156+70+117=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4675 is #63B98A. Grayscale: #646464. Windows color (decimal): -6535563 or 7685788. OLE color: 7685788.

HSL color Cylindrical-coordinate representation of color #9C4675: hue angle of 327.21º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4675 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15670117-
CMYK00.550.250.39
HSL327.21º38.05%44.31%-
HSV(B)327.21º55.13%61.18%-
XYZ19.1112.7318.28-
YUV101.07136.99167.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=45.48%
G=20.41%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567011700.550.250.39327.2138.0544.31
Hex9C46750371927147262c
Octal23410616506731475074654
Binary1001110010001101110101011011111001100111101000111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,70,117); }

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

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

 a { background-color: rgb(156,70,117); }

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

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

 span { border-color: rgb(156,70,117); }

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