COLOR #C18E77

HEX: #C18E77
RGB: (193,142,119)

Color info

#C18E77 contains mainly red and green colors. Web safe color of #C18E77 is #CC9966 (or #C96).

RGB color model

#C18E77 color RGB value is (193,142,119).

  • red value is 193;
  • green value is 142;
  • blue value is 119.
RGB:
(193,142,119)
(76%,56%,47%)

RGB channels and saturation

R 193 of 255 = 76%
G 142 of 255 = 56%
B 119 of 255 = 47%

193
142
119

R + G + B ~ 60%. #C18E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 142 + 119 = 454 (100%)
R 193 of 454 ~ 42.51%
G 142 of 454 ~ 31.28%
B 119 of 454 ~ 26.21%

%42.51
%31.28
%26.21

CMYK color model

#C18E77 color CMYK value is (0,26,38,24).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 38.34%
  • key color value is 24.31%
CMYK:
(0,26,38,24)
C0M26Y38K24 
(0%,26%,38%,24%)
(0.00/0.26/0.38/0.24)	

CMYK percentages

%0
%26.42
%38.34
%24.31

Codes

Color #C18E77 in popluar color models

C18E77
RGB193142119
HSL19°37.37%61.18%
HSB/HSV19°38.34%75.69%
CMYK0.00%26.42%38.34%
24.31%

Color #C18E77 in popluar number systems.

HEXC18E77
Decimal193142119
Binary11000001100011101110111
Octal301216167

Shades and tints

Shades of #C18E77

#C18E77
(193,142,119)
#B0826D
(176,130,109)
#9F7663
(159,118,99)
#8E6A59
(142,106,89)
#7D5E4F
(125,94,79)
#6C5245
(108,82,69)
#5B463B
(91,70,59)
#4A3A31
(74,58,49)
#392E27
(57,46,39)
#28221D
(40,34,29)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #C18E77

#C18E77
(193,142,119)
#C69883
(198,152,131)
#CBA28F
(203,162,143)
#D0AC9B
(208,172,155)
#D5B6A7
(213,182,167)
#DAC0B3
(218,192,179)
#DFCABF
(223,202,191)
#E4D4CB
(228,212,203)
#E9DED7
(233,222,215)
#EEE8E3
(238,232,227)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18E77 color. Also use rgb(193,142,119) instead hex code.

Text Font Color

.myTextColor { color: #C18E77; }

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

This text font color is #C18E77.


Background Color

.myBgColor { background-color: #C18E77; }

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

This div background color is #C18E77.


Border color

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

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

This div border color is #C18E77.


Opacity

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

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

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

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

This text has shadow with #C18E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18E77 on black background.


Color preview on white background

This text has color #C18E77 on white background.



Black color preview on #C18E77 background

This text has black color on #C18E77 background.


White color preview on #C18E77 background

This text has white color on #C18E77 background.