COLOR #C18B72

HEX: #C18B72 RGB: (193,139,114)

Color info

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

RGB color model

#C18B72 color RGB value is (193,139,114).

RGB: (193,139,114) (76%, 55%, 45%)

RGB channels and saturation

R 193 of 255 = 76%
G 139 of 255 = 55%
B 114 of 255 = 45%

193
139
114

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

Portions of RGB colors in percentages

R + G + B = 193 + 139 + 114 = 446 (100%)
R 193 of 446 ~ 43.27%
G 139 of 446 ~ 31.17%
B 114 of 446 ~ 25.56'%

%43.27
%31.17
%25.56

CMYK color model

#C18B72 color CMYK value is (0,28,41,24).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 40.93%
  • key color value is 24.31%

CMYK: (0,28,41,24)
C0M28Y41K24 (0%, 28%, 41%, 24%)
(0.00 / 0.28 / 0.41 / 0.24)

CMYK percentages

%0
%27.98
%40.93
%24.31

Codes

Color #C18B72 in popluar color models

C1 8B 72
RGB 193 139 114
HSL 19° 38.92% 60.20%
HSB/HSV 19° 40.93% 75.69%
CMYK 0.00% 27.98% 40.93%
24.31%

Color #C18B72 in popluar number systems.

HEX C1 8B 72
Decimal 193 139 114
Binary 11000001 10001011 1110010
Octal 301 213 162

Shades and tints

Shades of #C18B72

#C18B72
(193,139,114)
#B07F68
(176,127,104)
#9F735E
(159,115,94)
#8E6754
(142,103,84)
#7D5B4A
(125,91,74)
#6C4F40
(108,79,64)
#5B4336
(91,67,54)
#4A372C
(74,55,44)
#392B22
(57,43,34)
#281F18
(40,31,24)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #C18B72

#C18B72
(193,139,114)
#C6957E
(198,149,126)
#CB9F8A
(203,159,138)
#D0A996
(208,169,150)
#D5B3A2
(213,179,162)
#DABDAE
(218,189,174)
#DFC7BA
(223,199,186)
#E4D1C6
(228,209,198)
#E9DBD2
(233,219,210)
#EEE5DE
(238,229,222)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18B72 color. Also use rgb(193,139,114) instead hex code.

Text Font Color

.myTextColor { color: #C18B72; }

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

This text font color is #C18B72.

Background Color

.myBgColor { background-color: #C18B72; }

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

This div background color is #C18B72.

Border color

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

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

This div border color is #C18B72.

Opacity

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

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

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

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

This text has shadow with #C18B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18B72.

Preview

Color preview on black background

This text has color #C18B72 on black background.


Color preview on white background

This text has color #C18B72 on white background.


Black color preview on #C18B72 background

This text has black color on #C18B72 background.


White color preview on #C18B72 background

This text has white color on #C18B72 background.


Related colors

Complementary color

Complementary color for #hex is #3E748D.


I love getcolorcode.com

Triadic colors

1 #72C18B and #8B72C1 with #C18B72 are triadic colors.

2 #728BC1 and #8BC172 with #C18B72 are triadic colors.