COLOR #C18972

HEX: #C18972
RGB: (193,137,114)

Color info

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

RGB color model

#C18972 color RGB value is (193,137,114).

  • red value is 193;
  • green value is 137;
  • blue value is 114.
RGB:
(193,137,114)
(76%,54%,45%)

RGB channels and saturation

R 193 of 255 = 76%
G 137 of 255 = 54%
B 114 of 255 = 45%

193
137
114

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

Portions of RGB colors in percentages

R + G + B =
193 + 137 + 114 = 444 (100%)
R 193 of 444 ~ 43.47%
G 137 of 444 ~ 30.86%
B 114 of 444 ~ 25.68%

%43.47
%30.86
%25.68

CMYK color model

#C18972 color CMYK value is (0,29,41,24).

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 40.93%
  • key color value is 24.31%
CMYK:
(0,29,41,24)
C0M29Y41K24 
(0%,29%,41%,24%)
(0.00/0.29/0.41/0.24)	

CMYK percentages

%0
%29.02
%40.93
%24.31

Codes

Color #C18972 in popluar color models

C18972
RGB193137114
HSL17°38.92%60.20%
HSB/HSV17°40.93%75.69%
CMYK0.00%29.02%40.93%
24.31%

Color #C18972 in popluar number systems.

HEXC18972
Decimal193137114
Binary11000001100010011110010
Octal301211162

Shades and tints

Shades of #C18972

#C18972
(193,137,114)
#B07D68
(176,125,104)
#9F715E
(159,113,94)
#8E6554
(142,101,84)
#7D594A
(125,89,74)
#6C4D40
(108,77,64)
#5B4136
(91,65,54)
#4A352C
(74,53,44)
#392922
(57,41,34)
#281D18
(40,29,24)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #C18972

#C18972
(193,137,114)
#C6937E
(198,147,126)
#CB9D8A
(203,157,138)
#D0A796
(208,167,150)
#D5B1A2
(213,177,162)
#DABBAE
(218,187,174)
#DFC5BA
(223,197,186)
#E4CFC6
(228,207,198)
#E9D9D2
(233,217,210)
#EEE3DE
(238,227,222)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18972; }

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

This text font color is #C18972.


Background Color

.myBgColor { background-color: #C18972; }

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

This div background color is #C18972.


Border color

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

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

This div border color is #C18972.


Opacity

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

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

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

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

This text has shadow with #C18972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18972 on black background.


Color preview on white background

This text has color #C18972 on white background.



Black color preview on #C18972 background

This text has black color on #C18972 background.


White color preview on #C18972 background

This text has white color on #C18972 background.