COLOR #C18B7B

HEX: #C18B7B
RGB: (193,139,123)

Color info

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

RGB color model

#C18B7B color RGB value is (193,139,123).

  • red value is 193;
  • green value is 139;
  • blue value is 123.
RGB:
(193,139,123)
(76%,55%,48%)

RGB channels and saturation

R 193 of 255 = 76%
G 139 of 255 = 55%
B 123 of 255 = 48%

193
139
123

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

Portions of RGB colors in percentages

R + G + B =
193 + 139 + 123 = 455 (100%)
R 193 of 455 ~ 42.42%
G 139 of 455 ~ 30.55%
B 123 of 455 ~ 27.03%

%42.42
%30.55
%27.03

CMYK color model

#C18B7B color CMYK value is (0,28,36,24).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 36.27%
  • key color value is 24.31%
CMYK:
(0,28,36,24)
C0M28Y36K24 
(0%,28%,36%,24%)
(0.00/0.28/0.36/0.24)	

CMYK percentages

%0
%27.98
%36.27
%24.31

Codes

Color #C18B7B in popluar color models

C18B7B
RGB193139123
HSL14°36.08%61.96%
HSB/HSV14°36.27%75.69%
CMYK0.00%27.98%36.27%
24.31%

Color #C18B7B in popluar number systems.

HEXC18B7B
Decimal193139123
Binary11000001100010111111011
Octal301213173

Shades and tints

Shades of #C18B7B

#C18B7B
(193,139,123)
#B07F70
(176,127,112)
#9F7365
(159,115,101)
#8E675A
(142,103,90)
#7D5B4F
(125,91,79)
#6C4F44
(108,79,68)
#5B4339
(91,67,57)
#4A372E
(74,55,46)
#392B23
(57,43,35)
#281F18
(40,31,24)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #C18B7B

#C18B7B
(193,139,123)
#C69587
(198,149,135)
#CB9F93
(203,159,147)
#D0A99F
(208,169,159)
#D5B3AB
(213,179,171)
#DABDB7
(218,189,183)
#DFC7C3
(223,199,195)
#E4D1CF
(228,209,207)
#E9DBDB
(233,219,219)
#EEE5E7
(238,229,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18B7B; }

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

This text font color is #C18B7B.


Background Color

.myBgColor { background-color: #C18B7B; }

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

This div background color is #C18B7B.


Border color

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

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

This div border color is #C18B7B.


Opacity

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

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

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

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

This text has shadow with #C18B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18B7B on black background.


Color preview on white background

This text has color #C18B7B on white background.



Black color preview on #C18B7B background

This text has black color on #C18B7B background.


White color preview on #C18B7B background

This text has white color on #C18B7B background.