Html Css Color HEX #9C376A Rouge

📋 copy color: '#9C376A'

red 156 ◦ green 55 ◦ blue 106

#9C376A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #9C376A

Tints of Rouge #9C376A

RGB

 RED value IS 156 (61.33% from 255) = 49.21%

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 49.21%
G = 17.35%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C376A (or 0x9C376A) is known color: Rouge. HEX triplet: 9C, 37 and 6A. RGB value is (156,55,106). Sum of RGB (Red+Green+Blue) = 156+55+106=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C376A is #63C895. Grayscale: #5A5A5A. Windows color (decimal): -6539414 or 6961052. OLE color: 6961052.

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

Color convert

RGB 156 55 106 -
CMYK 0 0.65 0.32 0.39
HSL 329.7º 0.48% 0.41% -
HSV(B) 329.7º 0.65% 0.61% -
XYZ 17.68 10.84 14.8 -
YUV 91.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 156 55 106 0 0.65 0.32 0.39 329.7 0.48 0.41
Hex 9C 37 6A 0 41 20 27 14A 30 29
Octal 234 67 152 0 101 40 47 512 60 51
Binary 10011100 110111 1101010 0 1000001 100000 100111 101001010 110000 101001

Color Harmonies of #9C376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C376A

Black with #9C376A

Text Example


Text Example

White with #9C376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C376A;
 }
 .AnyTagClassName
 {
   color: #9C376A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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