COLOR #C2B39D

HEX: #C2B39D
RGB: (194,179,157)

Color info

#C2B39D contains red, green and blue colors in about the same proportion. Web safe color of #C2B39D is #CC9999 (or #C99).

RGB color model

#C2B39D color RGB value is (194,179,157).

  • red value is 194;
  • green value is 179;
  • blue value is 157.
RGB:
(194,179,157)
(76%,70%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 157 of 255 = 62%

194
179
157

R + G + B ~ 69%. #C2B39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 157 = 530 (100%)
R 194 of 530 ~ 36.6%
G 179 of 530 ~ 33.77%
B 157 of 530 ~ 29.62%

%36.6
%33.77
%29.62

CMYK color model

#C2B39D color CMYK value is (0,8,19,24).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 19.07%
  • key color value is 23.92%
CMYK:
(0,8,19,24)
C0M8Y19K24 
(0%,8%,19%,24%)
(0.00/0.08/0.19/0.24)	

CMYK percentages

%0
%7.73
%19.07
%23.92

Codes

Color #C2B39D in popluar color models

C2B39D
RGB194179157
HSL36°23.27%68.82%
HSB/HSV36°19.07%76.08%
CMYK0.00%7.73%19.07%
23.92%

Color #C2B39D in popluar number systems.

HEXC2B39D
Decimal194179157
Binary110000101011001110011101
Octal302263235

Shades and tints

Shades of #C2B39D

#C2B39D
(194,179,157)
#B1A38F
(177,163,143)
#A09381
(160,147,129)
#8F8373
(143,131,115)
#7E7365
(126,115,101)
#6D6357
(109,99,87)
#5C5349
(92,83,73)
#4B433B
(75,67,59)
#3A332D
(58,51,45)
#29231F
(41,35,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #C2B39D

#C2B39D
(194,179,157)
#C7B9A5
(199,185,165)
#CCBFAD
(204,191,173)
#D1C5B5
(209,197,181)
#D6CBBD
(214,203,189)
#DBD1C5
(219,209,197)
#E0D7CD
(224,215,205)
#E5DDD5
(229,221,213)
#EAE3DD
(234,227,221)
#EFE9E5
(239,233,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B39D color. Also use rgb(194,179,157) instead hex code.

Text Font Color

.myTextColor { color: #C2B39D; }

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

This text font color is #C2B39D.


Background Color

.myBgColor { background-color: #C2B39D; }

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

This div background color is #C2B39D.


Border color

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

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

This div border color is #C2B39D.


Opacity

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

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

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

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

This text has shadow with #C2B39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B39D on black background.


Color preview on white background

This text has color #C2B39D on white background.



Black color preview on #C2B39D background

This text has black color on #C2B39D background.


White color preview on #C2B39D background

This text has white color on #C2B39D background.