Html Css Color HEX #9C386E Rouge

📋 copy color: '#9C386E'

red 156 ◦ green 56 ◦ blue 110

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

Shades of Rouge #9C386E

Tints of Rouge #9C386E

RGB

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

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

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

R = 48.45%
G = 17.39%
B = 34.16%

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

#9C386E (or 0x9C386E) is known color: Rouge. HEX triplet: 9C, 38 and 6E. RGB value is (156,56,110). Sum of RGB (Red+Green+Blue) = 156+56+110=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C386E is #63C791. Grayscale: #5B5B5B. Windows color (decimal): -6539154 or 7223452. OLE color: 7223452.

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

Color convert

RGB 156 56 110 -
CMYK 0 0.64 0.29 0.39
HSL 327.6º 0.47% 0.42% -
HSV(B) 327.6º 0.64% 0.61% -
XYZ 17.94 11.02 15.93 -
YUV 92.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 156 56 110 0 0.64 0.29 0.39 327.6 0.47 0.42
Hex 9C 38 6E 0 40 1D 27 148 2F 2A
Octal 234 70 156 0 100 35 47 510 57 52
Binary 10011100 111000 1101110 0 1000000 11101 100111 101001000 101111 101010

Color Harmonies of #9C386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C386E

Black with #9C386E

Text Example


Text Example

White with #9C386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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