COLOR #C18E78

HEX: #C18E78
RGB: (193,142,120)

Color info

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

RGB color model

#C18E78 color RGB value is (193,142,120).

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

RGB channels and saturation

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

193
142
120

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

Portions of RGB colors in percentages

R + G + B =
193 + 142 + 120 = 455 (100%)
R 193 of 455 ~ 42.42%
G 142 of 455 ~ 31.21%
B 120 of 455 ~ 26.37%

%42.42
%31.21
%26.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 37.82%
  • 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
%37.82
%24.31

Codes

Color #C18E78 in popluar color models

C18E78
RGB193142120
HSL18°37.06%61.37%
HSB/HSV18°37.82%75.69%
CMYK0.00%26.42%37.82%
24.31%

Color #C18E78 in popluar number systems.

HEXC18E78
Decimal193142120
Binary11000001100011101111000
Octal301216170

Shades and tints

Shades of #C18E78

#C18E78
(193,142,120)
#B0826E
(176,130,110)
#9F7664
(159,118,100)
#8E6A5A
(142,106,90)
#7D5E50
(125,94,80)
#6C5246
(108,82,70)
#5B463C
(91,70,60)
#4A3A32
(74,58,50)
#392E28
(57,46,40)
#28221E
(40,34,30)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C18E78

#C18E78
(193,142,120)
#C69884
(198,152,132)
#CBA290
(203,162,144)
#D0AC9C
(208,172,156)
#D5B6A8
(213,182,168)
#DAC0B4
(218,192,180)
#DFCAC0
(223,202,192)
#E4D4CC
(228,212,204)
#E9DED8
(233,222,216)
#EEE8E4
(238,232,228)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18E78; }

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

This text font color is #C18E78.


Background Color

.myBgColor { background-color: #C18E78; }

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

This div background color is #C18E78.


Border color

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

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

This div border color is #C18E78.


Opacity

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

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

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

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

This text has shadow with #C18E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18E78 on black background.


Color preview on white background

This text has color #C18E78 on white background.



Black color preview on #C18E78 background

This text has black color on #C18E78 background.


White color preview on #C18E78 background

This text has white color on #C18E78 background.