Html Css Color HEX #9C346A Rouge

📋 copy color: '#9C346A'

red 156 ◦ green 52 ◦ blue 106

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

Shades of Rouge #9C346A

Tints of Rouge #9C346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 49.68%
G = 16.56%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C346A (or 0x9C346A) is known color: Rouge. HEX triplet: 9C, 34 and 6A. RGB value is (156,52,106). Sum of RGB (Red+Green+Blue) = 156+52+106=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C346A is #63CB95. Grayscale: #595959. Windows color (decimal): -6540182 or 6960284. OLE color: 6960284.

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

Color convert

RGB 156 52 106 -
CMYK 0 0.67 0.32 0.39
HSL 328.85º 0.5% 0.41% -
HSV(B) 328.85º 0.67% 0.61% -
XYZ 17.54 10.56 14.75 -
YUV 89.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 156 52 106 0 0.67 0.32 0.39 328.85 0.5 0.41
Hex 9C 34 6A 0 43 20 27 149 32 29
Octal 234 64 152 0 103 40 47 511 62 51
Binary 10011100 110100 1101010 0 1000011 100000 100111 101001001 110010 101001

Color Harmonies of #9C346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C346A

Black with #9C346A

Text Example


Text Example

White with #9C346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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