#9C3F6A

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

Shades of Rouge #9C3F6A

Tints of Rouge #9C3F6A

Color information

#9C3F6A (or 0x9C3F6A) is unknown color: approx Rouge. HEX triplet: 9C, 3F and 6A. RGB value is (156,63,106). Sum of RGB (Red+Green+Blue) = 156+63+106=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F6A is #63C095. Grayscale: #5F5F5F. Windows color (decimal): -6537366 or 6963100. OLE color: 6963100.

HSL color Cylindrical-coordinate representation of color #9C3F6A: hue angle of 332.26º degrees, saturation: 0.42, 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 #9C3F6A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15663106-
CMYK00.600.320.39
HSL332.26º42.47%42.94%-
HSV(B)332.26º59.62%61.18%-
XYZ18.0911.6614.93-
YUV95.71133.81171-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=48%
G=19.38%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566310600.600.320.39332.2642.4742.94
Hex9C3F6A03C202714c2a2b
Octal2347715207440475145253
Binary1001110011111111010100111100100000100111101001100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,63,106); }

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

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

 a { background-color: rgb(156,63,106); }

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

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

 span { border-color: rgb(156,63,106); }

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