Html Css Color HEX #9C386B Rouge

📋 copy color: '#9C386B'

red 156 ◦ green 56 ◦ blue 107

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

Shades of Rouge #9C386B

Tints of Rouge #9C386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 48.9%
G = 17.55%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C386B (or 0x9C386B) is known color: Rouge. HEX triplet: 9C, 38 and 6B. RGB value is (156,56,107). Sum of RGB (Red+Green+Blue) = 156+56+107=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C386B is #63C794. Grayscale: #5B5B5B. Windows color (decimal): -6539157 or 7026844. OLE color: 7026844.

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

Color convert

RGB 156 56 107 -
CMYK 0 0.64 0.31 0.39
HSL 329.4º 0.47% 0.42% -
HSV(B) 329.4º 0.64% 0.61% -
XYZ 17.78 10.96 15.09 -
YUV 91.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 156 56 107 0 0.64 0.31 0.39 329.4 0.47 0.42
Hex 9C 38 6B 0 40 1F 27 149 2F 2A
Octal 234 70 153 0 100 37 47 511 57 52
Binary 10011100 111000 1101011 0 1000000 11111 100111 101001001 101111 101010

Color Harmonies of #9C386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C386B

Black with #9C386B

Text Example


Text Example

White with #9C386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,56,107); }

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

background-color css

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

 a { background-color: rgb(156,56,107); }

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

border-color css

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

 span { border-color: rgb(156,56,107); }

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