COLOR #C18C6B

HEX: #C18C6B
RGB: (193,140,107)

Color info

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

RGB color model

#C18C6B color RGB value is (193,140,107).

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

RGB channels and saturation

R 193 of 255 = 76%
G 140 of 255 = 55%
B 107 of 255 = 42%

193
140
107

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

Portions of RGB colors in percentages

R + G + B =
193 + 140 + 107 = 440 (100%)
R 193 of 440 ~ 43.86%
G 140 of 440 ~ 31.82%
B 107 of 440 ~ 24.32%

%43.86
%31.82
%24.32

CMYK color model

#C18C6B color CMYK value is (0,27,45,24).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 44.56%
  • key color value is 24.31%
CMYK:
(0,27,45,24)
C0M27Y45K24 
(0%,27%,45%,24%)
(0.00/0.27/0.45/0.24)	

CMYK percentages

%0
%27.46
%44.56
%24.31

Codes

Color #C18C6B in popluar color models

C18C6B
RGB193140107
HSL23°40.95%58.82%
HSB/HSV23°44.56%75.69%
CMYK0.00%27.46%44.56%
24.31%

Color #C18C6B in popluar number systems.

HEXC18C6B
Decimal193140107
Binary11000001100011001101011
Octal301214153

Shades and tints

Shades of #C18C6B

#C18C6B
(193,140,107)
#B08062
(176,128,98)
#9F7459
(159,116,89)
#8E6850
(142,104,80)
#7D5C47
(125,92,71)
#6C503E
(108,80,62)
#5B4435
(91,68,53)
#4A382C
(74,56,44)
#392C23
(57,44,35)
#28201A
(40,32,26)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #C18C6B

#C18C6B
(193,140,107)
#C69678
(198,150,120)
#CBA085
(203,160,133)
#D0AA92
(208,170,146)
#D5B49F
(213,180,159)
#DABEAC
(218,190,172)
#DFC8B9
(223,200,185)
#E4D2C6
(228,210,198)
#E9DCD3
(233,220,211)
#EEE6E0
(238,230,224)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18C6B; }

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

This text font color is #C18C6B.


Background Color

.myBgColor { background-color: #C18C6B; }

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

This div background color is #C18C6B.


Border color

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

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

This div border color is #C18C6B.


Opacity

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

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

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

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

This text has shadow with #C18C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18C6B on black background.


Color preview on white background

This text has color #C18C6B on white background.



Black color preview on #C18C6B background

This text has black color on #C18C6B background.


White color preview on #C18C6B background

This text has white color on #C18C6B background.