COLOR #C18C78

HEX: #C18C78
RGB: (193,140,120)

Color info

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

RGB color model

#C18C78 color RGB value is (193,140,120).

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

RGB channels and saturation

R 193 of 255 = 76%
G 140 of 255 = 55%
B 120 of 255 = 47%

193
140
120

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

Portions of RGB colors in percentages

R + G + B =
193 + 140 + 120 = 453 (100%)
R 193 of 453 ~ 42.6%
G 140 of 453 ~ 30.91%
B 120 of 453 ~ 26.49%

%42.6
%30.91
%26.49

CMYK color model

#C18C78 color CMYK value is (0,27,38,24).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 37.82%
  • key color value is 24.31%
CMYK:
(0,27,38,24)
C0M27Y38K24 
(0%,27%,38%,24%)
(0.00/0.27/0.38/0.24)	

CMYK percentages

%0
%27.46
%37.82
%24.31

Codes

Color #C18C78 in popluar color models

C18C78
RGB193140120
HSL16°37.06%61.37%
HSB/HSV16°37.82%75.69%
CMYK0.00%27.46%37.82%
24.31%

Color #C18C78 in popluar number systems.

HEXC18C78
Decimal193140120
Binary11000001100011001111000
Octal301214170

Shades and tints

Shades of #C18C78

#C18C78
(193,140,120)
#B0806E
(176,128,110)
#9F7464
(159,116,100)
#8E685A
(142,104,90)
#7D5C50
(125,92,80)
#6C5046
(108,80,70)
#5B443C
(91,68,60)
#4A3832
(74,56,50)
#392C28
(57,44,40)
#28201E
(40,32,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C18C78

#C18C78
(193,140,120)
#C69684
(198,150,132)
#CBA090
(203,160,144)
#D0AA9C
(208,170,156)
#D5B4A8
(213,180,168)
#DABEB4
(218,190,180)
#DFC8C0
(223,200,192)
#E4D2CC
(228,210,204)
#E9DCD8
(233,220,216)
#EEE6E4
(238,230,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18C78; }

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

This text font color is #C18C78.


Background Color

.myBgColor { background-color: #C18C78; }

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

This div background color is #C18C78.


Border color

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

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

This div border color is #C18C78.


Opacity

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

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

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

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

This text has shadow with #C18C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18C78 on black background.


Color preview on white background

This text has color #C18C78 on white background.



Black color preview on #C18C78 background

This text has black color on #C18C78 background.


White color preview on #C18C78 background

This text has white color on #C18C78 background.