Html Css Color HEX #9C386F Rouge

📋 copy color: '#9C386F'

red 156 ◦ green 56 ◦ blue 111

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

Shades of Rouge #9C386F

Tints of Rouge #9C386F

RGB

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

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

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

R = 48.3%
G = 17.34%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C386F (or 0x9C386F) is known color: Rouge. HEX triplet: 9C, 38 and 6F. RGB value is (156,56,111). Sum of RGB (Red+Green+Blue) = 156+56+111=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C386F is #63C790. Grayscale: #5C5C5C. Windows color (decimal): -6539153 or 7288988. OLE color: 7288988.

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

Color convert

RGB 156 56 111 -
CMYK 0 0.64 0.29 0.39
HSL 327º 0.47% 0.42% -
HSV(B) 327º 0.64% 0.61% -
XYZ 17.99 11.04 16.22 -
YUV 92.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 156 56 111 0 0.64 0.29 0.39 327 0.47 0.42
Hex 9C 38 6F 0 40 1D 27 147 2F 2A
Octal 234 70 157 0 100 35 47 507 57 52
Binary 10011100 111000 1101111 0 1000000 11101 100111 101000111 101111 101010

Color Harmonies of #9C386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C386F

Black with #9C386F

Text Example


Text Example

White with #9C386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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