COLOR #C18986

HEX: #C18986 RGB: (193,137,134)

Color info

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

RGB color model

#C18986 color RGB value is (193,137,134).

RGB: (193,137,134) (76%, 54%, 53%)

RGB channels and saturation

R 193 of 255 = 76%
G 137 of 255 = 54%
B 134 of 255 = 53%

193
137
134

R + G + B ~ 61%. #C18986 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 137 + 134 = 464 (100%)
R 193 of 464 ~ 41.59%
G 137 of 464 ~ 29.53%
B 134 of 464 ~ 28.88'%

%41.59
%29.53
%28.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 30.57%
  • key color value is 24.31%

CMYK: (0,29,31,24)
C0M29Y31K24 (0%, 29%, 31%, 24%)
(0.00 / 0.29 / 0.31 / 0.24)

CMYK percentages

%0
%29.02
%30.57
%24.31

Codes

Color #C18986 in popluar color models

C1 89 86
RGB 193 137 134
HSL 32.24% 64.12%
HSB/HSV 30.57% 75.69%
CMYK 0.00% 29.02% 30.57%
24.31%

Color #C18986 in popluar number systems.

HEX C1 89 86
Decimal 193 137 134
Binary 11000001 10001001 10000110
Octal 301 211 206

Shades and tints

Shades of #C18986

#C18986
(193,137,134)
#B07D7A
(176,125,122)
#9F716E
(159,113,110)
#8E6562
(142,101,98)
#7D5956
(125,89,86)
#6C4D4A
(108,77,74)
#5B413E
(91,65,62)
#4A3532
(74,53,50)
#392926
(57,41,38)
#281D1A
(40,29,26)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #C18986

#C18986
(193,137,134)
#C69391
(198,147,145)
#CB9D9C
(203,157,156)
#D0A7A7
(208,167,167)
#D5B1B2
(213,177,178)
#DABBBD
(218,187,189)
#DFC5C8
(223,197,200)
#E4CFD3
(228,207,211)
#E9D9DE
(233,217,222)
#EEE3E9
(238,227,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18986; }

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

This text font color is #C18986.

Background Color

.myBgColor { background-color: #C18986; }

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

This div background color is #C18986.

Border color

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

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

This div border color is #C18986.

Opacity

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

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

Text with #C18986 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 #C18986;}

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

This text has shadow with #C18986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18986.

Preview

Color preview on black background

This text has color #C18986 on black background.


Color preview on white background

This text has color #C18986 on white background.


Black color preview on #C18986 background

This text has black color on #C18986 background.


White color preview on #C18986 background

This text has white color on #C18986 background.


Related colors

Complementary color

Complementary color for #hex is #3E7679.


I love getcolorcode.com

Triadic colors

1 #86C189 and #8986C1 with #C18986 are triadic colors.

2 #8689C1 and #89C186 with #C18986 are triadic colors.