COLOR #C18976

HEX: #C18976
RGB: (193,137,118)

Color info

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

RGB color model

#C18976 color RGB value is (193,137,118).

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

RGB channels and saturation

R 193 of 255 = 76%
G 137 of 255 = 54%
B 118 of 255 = 46%

193
137
118

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

Portions of RGB colors in percentages

R + G + B =
193 + 137 + 118 = 448 (100%)
R 193 of 448 ~ 43.08%
G 137 of 448 ~ 30.58%
B 118 of 448 ~ 26.34%

%43.08
%30.58
%26.34

CMYK color model

#C18976 color CMYK value is (0,29,39,24).

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 38.86%
  • key color value is 24.31%
CMYK:
(0,29,39,24)
C0M29Y39K24 
(0%,29%,39%,24%)
(0.00/0.29/0.39/0.24)	

CMYK percentages

%0
%29.02
%38.86
%24.31

Codes

Color #C18976 in popluar color models

C18976
RGB193137118
HSL15°37.69%60.98%
HSB/HSV15°38.86%75.69%
CMYK0.00%29.02%38.86%
24.31%

Color #C18976 in popluar number systems.

HEXC18976
Decimal193137118
Binary11000001100010011110110
Octal301211166

Shades and tints

Shades of #C18976

#C18976
(193,137,118)
#B07D6C
(176,125,108)
#9F7162
(159,113,98)
#8E6558
(142,101,88)
#7D594E
(125,89,78)
#6C4D44
(108,77,68)
#5B413A
(91,65,58)
#4A3530
(74,53,48)
#392926
(57,41,38)
#281D1C
(40,29,28)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #C18976

#C18976
(193,137,118)
#C69382
(198,147,130)
#CB9D8E
(203,157,142)
#D0A79A
(208,167,154)
#D5B1A6
(213,177,166)
#DABBB2
(218,187,178)
#DFC5BE
(223,197,190)
#E4CFCA
(228,207,202)
#E9D9D6
(233,217,214)
#EEE3E2
(238,227,226)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18976; }

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

This text font color is #C18976.


Background Color

.myBgColor { background-color: #C18976; }

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

This div background color is #C18976.


Border color

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

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

This div border color is #C18976.


Opacity

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

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

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

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

This text has shadow with #C18976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18976 on black background.


Color preview on white background

This text has color #C18976 on white background.



Black color preview on #C18976 background

This text has black color on #C18976 background.


White color preview on #C18976 background

This text has white color on #C18976 background.