Html Css Color HEX #9C356E Rouge

📋 copy color: '#9C356E'

red 156 ◦ green 53 ◦ blue 110

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

Shades of Rouge #9C356E

Tints of Rouge #9C356E

RGB

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

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

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

R = 48.9%
G = 16.61%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C356E (or 0x9C356E) is known color: Rouge. HEX triplet: 9C, 35 and 6E. RGB value is (156,53,110). Sum of RGB (Red+Green+Blue) = 156+53+110=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C356E is #63CA91. Grayscale: #5A5A5A. Windows color (decimal): -6539922 or 7222684. OLE color: 7222684.

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

Color convert

RGB 156 53 110 -
CMYK 0 0.66 0.29 0.39
HSL 326.8º 0.49% 0.41% -
HSV(B) 326.8º 0.66% 0.61% -
XYZ 17.8 10.74 15.89 -
YUV 90.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 156 53 110 0 0.66 0.29 0.39 326.8 0.49 0.41
Hex 9C 35 6E 0 42 1D 27 147 31 29
Octal 234 65 156 0 102 35 47 507 61 51
Binary 10011100 110101 1101110 0 1000010 11101 100111 101000111 110001 101001

Color Harmonies of #9C356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C356E

Black with #9C356E

Text Example


Text Example

White with #9C356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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