Html Css Color HEX #9C346E Rouge

📋 copy color: '#9C346E'

red 156 ◦ green 52 ◦ blue 110

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

Shades of Rouge #9C346E

Tints of Rouge #9C346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 49.06%
G = 16.35%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C346E (or 0x9C346E) is known color: Rouge. HEX triplet: 9C, 34 and 6E. RGB value is (156,52,110). Sum of RGB (Red+Green+Blue) = 156+52+110=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C346E is #63CB91. Grayscale: #595959. Windows color (decimal): -6540178 or 7222428. OLE color: 7222428.

HSL color Cylindrical-coordinate representation of color #9C346E: hue angle of 326.54º 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 #9C346E is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 52 110 -
CMYK 0 0.67 0.29 0.39
HSL 326.54º 0.5% 0.41% -
HSV(B) 326.54º 0.67% 0.61% -
XYZ 17.75 10.65 15.87 -
YUV 89.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 156 52 110 0 0.67 0.29 0.39 326.54 0.5 0.41
Hex 9C 34 6E 0 43 1D 27 147 32 29
Octal 234 64 156 0 103 35 47 507 62 51
Binary 10011100 110100 1101110 0 1000011 11101 100111 101000111 110010 101001

Color Harmonies of #9C346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C346E

Black with #9C346E

Text Example


Text Example

White with #9C346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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