COLOR #C19386

HEX: #C19386 RGB: (193,147,134)

Color info

#C19386 contains red, green and blue colors in about the same proportion. Web safe color of #C19386 is #CC9999 (or #C99).

RGB color model

#C19386 color RGB value is (193,147,134).

RGB: (193,147,134) (76%, 58%, 53%)

RGB channels and saturation

R 193 of 255 = 76%
G 147 of 255 = 58%
B 134 of 255 = 53%

193
147
134

R + G + B ~ 62%. #C19386 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 147 + 134 = 474 (100%)
R 193 of 474 ~ 40.72%
G 147 of 474 ~ 31.01%
B 134 of 474 ~ 28.27'%

%40.72
%31.01
%28.27

CMYK color model

#C19386 color CMYK value is (0,24,31,24).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 30.57%
  • key color value is 24.31%
CMYK: (0,24,31,24) C0M24Y31K24 (0%,24%,31%,24%) (0.00/0.24/0.31/0.24) 

CMYK percentages

%0
%23.83
%30.57
%24.31

Codes

Color #C19386 in popluar color models

C1 93 86
RGB 193 147 134
HSL 13° 32.24% 64.12%
HSB/HSV 13° 30.57% 75.69%
CMYK 0.00% 23.83% 30.57%
24.31%

Color #C19386 in popluar number systems.

HEX C1 93 86
Decimal 193 147 134
Binary 11000001 10010011 10000110
Octal 301 223 206

Shades and tints

Shades of #C19386

#C19386
(193,147,134)
#B0867A
(176,134,122)
#9F796E
(159,121,110)
#8E6C62
(142,108,98)
#7D5F56
(125,95,86)
#6C524A
(108,82,74)
#5B453E
(91,69,62)
#4A3832
(74,56,50)
#392B26
(57,43,38)
#281E1A
(40,30,26)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #C19386

#C19386
(193,147,134)
#C69C91
(198,156,145)
#CBA59C
(203,165,156)
#D0AEA7
(208,174,167)
#D5B7B2
(213,183,178)
#DAC0BD
(218,192,189)
#DFC9C8
(223,201,200)
#E4D2D3
(228,210,211)
#E9DBDE
(233,219,222)
#EEE4E9
(238,228,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19386 color. Also use rgb(193,147,134) instead hex code.

Text Font Color

.myTextColor { color: #C19386; }

<p style="color:#C19386">This sample text font color is #C19386.</p>

This text font color is #C19386.

Background Color

.myBgColor { background-color: #C19386; }

<div style="background-color:#C19386">Inner text</div>

This div background color is #C19386.

Border color

.myBorderColor { border: 1px solid #C19386; }

<div style="border:3px solid #C19386">Div</div>

This div border color is #C19386.

Opacity

.myOpacity80 { color: #C19386; opacity: 0.8; }

<p style="color:#C19386;opacity:0.8;">80%</p>

Text with #C19386 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C19386;}

<p style="text-shadow: 3px 3px 1px #C19386">Text here.</p>

This text has shadow with #C19386 color.


.textShadow {text-shadow: 3px 3px 1px #C19386', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C19386, 5px 5px 20px red">Text here.</p>

This text has shadow with #C19386 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C19386, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C19386, Direction=45, Strength=4)">Text</p>

This text has shadow with #C19386 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C19386;
-webkit-box-shadow: 1px 1px 3px 2px #C19386;
box-shadow: 1px 1px 3px 2px #C19386;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C19386; -webkit-box-shadow: 1px 1px 3px 2px #C19386; box-shadow:1px 1px 3px 2px #C19386;">
Div content here
</div>

This div box has shadow with color #C19386.

Preview

Color preview on black background

This text has color #C19386 on black background.


Color preview on white background

This text has color #C19386 on white background.


Black color preview on #C19386 background

This text has black color on #C19386 background.


White color preview on #C19386 background

This text has white color on #C19386 background.


Related colors

Complementary color

Complementary color for #hex is #3E6C79.


I love getcolorcode.com

Triadic colors

1 #86C193 and #9386C1 with #C19386 are triadic colors.

2 #8693C1 and #93C186 with #C19386 are triadic colors.