Html Css Color HEX #9C356A Rouge

📋 copy color: '#9C356A'

red 156 ◦ green 53 ◦ blue 106

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

Shades of Rouge #9C356A

Tints of Rouge #9C356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

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

R = 49.52%
G = 16.83%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C356A (or 0x9C356A) is known color: Rouge. HEX triplet: 9C, 35 and 6A. RGB value is (156,53,106). Sum of RGB (Red+Green+Blue) = 156+53+106=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C356A is #63CA95. Grayscale: #595959. Windows color (decimal): -6539926 or 6960540. OLE color: 6960540.

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

Color convert

RGB 156 53 106 -
CMYK 0 0.66 0.32 0.39
HSL 329.13º 0.49% 0.41% -
HSV(B) 329.13º 0.66% 0.61% -
XYZ 17.58 10.65 14.77 -
YUV 89.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 156 53 106 0 0.66 0.32 0.39 329.13 0.49 0.41
Hex 9C 35 6A 0 42 20 27 149 31 29
Octal 234 65 152 0 102 40 47 511 61 51
Binary 10011100 110101 1101010 0 1000010 100000 100111 101001001 110001 101001

Color Harmonies of #9C356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C356A

Black with #9C356A

Text Example


Text Example

White with #9C356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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