#9C2F6E

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

Shades of Rouge #9C2F6E

Tints of Rouge #9C2F6E

Color information

#9C2F6E (or 0x9C2F6E) is unknown color: approx Rouge. HEX triplet: 9C, 2F and 6E. RGB value is (156,47,110). Sum of RGB (Red+Green+Blue) = 156+47+110=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2F6E is #63D091. Grayscale: #565656. Windows color (decimal): -6541458 or 7221148. OLE color: 7221148.

HSL color Cylindrical-coordinate representation of color #9C2F6E: hue angle of 325.32º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C2F6E is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15647110-
CMYK00.700.290.39
HSL325.32º53.69%39.8%-
HSV(B)325.32º69.87%61.18%-
XYZ17.5410.2315.8-
YUV86.77141.11177.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 47 (18.75% from 255) = 15.02%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=49.84%
G=15.02%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564711000.700.290.39325.3253.6939.8
Hex9C2F6E0461D271453628
Octal23457156010635475056650
Binary1001110010111111011100100011011101100111101000101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,47,110); }

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

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

 a { background-color: rgb(156,47,110); }

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

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

 span { border-color: rgb(156,47,110); }

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