COLOR #C2A39D

HEX: #C2A39D
RGB: (194,163,157)

Color info

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

RGB color model

#C2A39D color RGB value is (194,163,157).

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

RGB channels and saturation

R 194 of 255 = 76%
G 163 of 255 = 64%
B 157 of 255 = 62%

194
163
157

R + G + B ~ 67%. #C2A39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 163 + 157 = 514 (100%)
R 194 of 514 ~ 37.74%
G 163 of 514 ~ 31.71%
B 157 of 514 ~ 30.54%

%37.74
%31.71
%30.54

CMYK color model

#C2A39D color CMYK value is (0,16,19,24).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 19.07%
  • key color value is 23.92%
CMYK:
(0,16,19,24)
C0M16Y19K24 
(0%,16%,19%,24%)
(0.00/0.16/0.19/0.24)	

CMYK percentages

%0
%15.98
%19.07
%23.92

Codes

Color #C2A39D in popluar color models

C2A39D
RGB194163157
HSL10°23.27%68.82%
HSB/HSV10°19.07%76.08%
CMYK0.00%15.98%19.07%
23.92%

Color #C2A39D in popluar number systems.

HEXC2A39D
Decimal194163157
Binary110000101010001110011101
Octal302243235

Shades and tints

Shades of #C2A39D

#C2A39D
(194,163,157)
#B1958F
(177,149,143)
#A08781
(160,135,129)
#8F7973
(143,121,115)
#7E6B65
(126,107,101)
#6D5D57
(109,93,87)
#5C4F49
(92,79,73)
#4B413B
(75,65,59)
#3A332D
(58,51,45)
#29251F
(41,37,31)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #C2A39D

#C2A39D
(194,163,157)
#C7ABA5
(199,171,165)
#CCB3AD
(204,179,173)
#D1BBB5
(209,187,181)
#D6C3BD
(214,195,189)
#DBCBC5
(219,203,197)
#E0D3CD
(224,211,205)
#E5DBD5
(229,219,213)
#EAE3DD
(234,227,221)
#EFEBE5
(239,235,229)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A39D; }

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

This text font color is #C2A39D.


Background Color

.myBgColor { background-color: #C2A39D; }

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

This div background color is #C2A39D.


Border color

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

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

This div border color is #C2A39D.


Opacity

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

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

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

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

This text has shadow with #C2A39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A39D on black background.


Color preview on white background

This text has color #C2A39D on white background.



Black color preview on #C2A39D background

This text has black color on #C2A39D background.


White color preview on #C2A39D background

This text has white color on #C2A39D background.