Html Css Color HEX #9C396F Rouge

📋 copy color: '#9C396F'

red 156 ◦ green 57 ◦ blue 111

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

Shades of Rouge #9C396F

Tints of Rouge #9C396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 48.15%
G = 17.59%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C396F (or 0x9C396F) is known color: Rouge. HEX triplet: 9C, 39 and 6F. RGB value is (156,57,111). Sum of RGB (Red+Green+Blue) = 156+57+111=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C396F is #63C690. Grayscale: #5C5C5C. Windows color (decimal): -6538897 or 7289244. OLE color: 7289244.

HSL color Cylindrical-coordinate representation of color #9C396F: hue angle of 327.27º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C396F is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 57 111 -
CMYK 0 0.63 0.29 0.39
HSL 327.27º 0.46% 0.42% -
HSV(B) 327.27º 0.63% 0.61% -
XYZ 18.04 11.14 16.24 -
YUV 92.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 156 57 111 0 0.63 0.29 0.39 327.27 0.46 0.42
Hex 9C 39 6F 0 3F 1D 27 147 2E 2A
Octal 234 71 157 0 77 35 47 507 56 52
Binary 10011100 111001 1101111 0 111111 11101 100111 101000111 101110 101010

Color Harmonies of #9C396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C396F

Black with #9C396F

Text Example


Text Example

White with #9C396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,57,111); }

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

background-color css

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

 a { background-color: rgb(156,57,111); }

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

border-color css

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

 span { border-color: rgb(156,57,111); }

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