#9C426D

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

Shades of Rouge #9C426D

Tints of Rouge #9C426D

Color information

#9C426D (or 0x9C426D) is unknown color: approx Rouge. HEX triplet: 9C, 42 and 6D. RGB value is (156,66,109). Sum of RGB (Red+Green+Blue) = 156+66+109=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C426D is #63BD92. Grayscale: #616161. Windows color (decimal): -6536595 or 7160476. OLE color: 7160476.

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

Color convert

RGB15666109-
CMYK00.580.300.39
HSL331.33º40.54%43.53%-
HSV(B)331.33º57.69%61.18%-
XYZ18.4212.0715.83-
YUV97.81134.32169.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=47.13%
G=19.94%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566610900.580.300.39331.3340.5443.53
Hex9C426D03A1E2714b292c
Octal23410215507236475135154
Binary1001110010000101101101011101011110100111101001011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,109); }

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

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

 a { background-color: rgb(156,66,109); }

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

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

 span { border-color: rgb(156,66,109); }

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