#9C416E

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

Shades of Rouge #9C416E

Tints of Rouge #9C416E

Color information

#9C416E (or 0x9C416E) is unknown color: approx Rouge. HEX triplet: 9C, 41 and 6E. RGB value is (156,65,110). Sum of RGB (Red+Green+Blue) = 156+65+110=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C416E is #63BE91. Grayscale: #616161. Windows color (decimal): -6536850 or 7225756. OLE color: 7225756.

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

Color convert

RGB15665110-
CMYK00.580.290.39
HSL330.33º41.18%43.33%-
HSV(B)330.33º58.33%61.18%-
XYZ18.4211.9716.09-
YUV97.34135.15169.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=47.13%
G=19.64%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566511000.580.290.39330.3341.1843.33
Hex9C416E03A1D2714a292b
Octal23410115607235475125153
Binary1001110010000011101110011101011101100111101001010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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