COLOR #C18F79

HEX: #C18F79
RGB: (193,143,121)

Color info

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

RGB color model

#C18F79 color RGB value is (193,143,121).

  • red value is 193;
  • green value is 143;
  • blue value is 121.
RGB:
(193,143,121)
(76%,56%,47%)

RGB channels and saturation

R 193 of 255 = 76%
G 143 of 255 = 56%
B 121 of 255 = 47%

193
143
121

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

Portions of RGB colors in percentages

R + G + B =
193 + 143 + 121 = 457 (100%)
R 193 of 457 ~ 42.23%
G 143 of 457 ~ 31.29%
B 121 of 457 ~ 26.48%

%42.23
%31.29
%26.48

CMYK color model

#C18F79 color CMYK value is (0,26,37,24).

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 37.31%
  • key color value is 24.31%
CMYK:
(0,26,37,24)
C0M26Y37K24 
(0%,26%,37%,24%)
(0.00/0.26/0.37/0.24)	

CMYK percentages

%0
%25.91
%37.31
%24.31

Codes

Color #C18F79 in popluar color models

C18F79
RGB193143121
HSL18°36.73%61.57%
HSB/HSV18°37.31%75.69%
CMYK0.00%25.91%37.31%
24.31%

Color #C18F79 in popluar number systems.

HEXC18F79
Decimal193143121
Binary11000001100011111111001
Octal301217171

Shades and tints

Shades of #C18F79

#C18F79
(193,143,121)
#B0826E
(176,130,110)
#9F7563
(159,117,99)
#8E6858
(142,104,88)
#7D5B4D
(125,91,77)
#6C4E42
(108,78,66)
#5B4137
(91,65,55)
#4A342C
(74,52,44)
#392721
(57,39,33)
#281A16
(40,26,22)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #C18F79

#C18F79
(193,143,121)
#C69985
(198,153,133)
#CBA391
(203,163,145)
#D0AD9D
(208,173,157)
#D5B7A9
(213,183,169)
#DAC1B5
(218,193,181)
#DFCBC1
(223,203,193)
#E4D5CD
(228,213,205)
#E9DFD9
(233,223,217)
#EEE9E5
(238,233,229)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18F79 color. Also use rgb(193,143,121) instead hex code.

Text Font Color

.myTextColor { color: #C18F79; }

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

This text font color is #C18F79.


Background Color

.myBgColor { background-color: #C18F79; }

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

This div background color is #C18F79.


Border color

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

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

This div border color is #C18F79.


Opacity

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

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

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

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

This text has shadow with #C18F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18F79 on black background.


Color preview on white background

This text has color #C18F79 on white background.



Black color preview on #C18F79 background

This text has black color on #C18F79 background.


White color preview on #C18F79 background

This text has white color on #C18F79 background.