COLOR #C29D7A

HEX: #C29D7A
RGB: (194,157,122)

Color info

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

RGB color model

#C29D7A color RGB value is (194,157,122).

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

RGB channels and saturation

R 194 of 255 = 76%
G 157 of 255 = 62%
B 122 of 255 = 48%

194
157
122

R + G + B ~ 62%. #C29D7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 157 + 122 = 473 (100%)
R 194 of 473 ~ 41.01%
G 157 of 473 ~ 33.19%
B 122 of 473 ~ 25.79%

%41.01
%33.19
%25.79

CMYK color model

#C29D7A color CMYK value is (0,19,37,24).

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 37.11%
  • key color value is 23.92%
CMYK:
(0,19,37,24)
C0M19Y37K24 
(0%,19%,37%,24%)
(0.00/0.19/0.37/0.24)	

CMYK percentages

%0
%19.07
%37.11
%23.92

Codes

Color #C29D7A in popluar color models

C29D7A
RGB194157122
HSL29°37.11%61.96%
HSB/HSV29°37.11%76.08%
CMYK0.00%19.07%37.11%
23.92%

Color #C29D7A in popluar number systems.

HEXC29D7A
Decimal194157122
Binary11000010100111011111010
Octal302235172

Shades and tints

Shades of #C29D7A

#C29D7A
(194,157,122)
#B18F6F
(177,143,111)
#A08164
(160,129,100)
#8F7359
(143,115,89)
#7E654E
(126,101,78)
#6D5743
(109,87,67)
#5C4938
(92,73,56)
#4B3B2D
(75,59,45)
#3A2D22
(58,45,34)
#291F17
(41,31,23)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #C29D7A

#C29D7A
(194,157,122)
#C7A586
(199,165,134)
#CCAD92
(204,173,146)
#D1B59E
(209,181,158)
#D6BDAA
(214,189,170)
#DBC5B6
(219,197,182)
#E0CDC2
(224,205,194)
#E5D5CE
(229,213,206)
#EADDDA
(234,221,218)
#EFE5E6
(239,229,230)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29D7A; }

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

This text font color is #C29D7A.


Background Color

.myBgColor { background-color: #C29D7A; }

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

This div background color is #C29D7A.


Border color

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

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

This div border color is #C29D7A.


Opacity

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

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

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

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

This text has shadow with #C29D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29D7A on black background.


Color preview on white background

This text has color #C29D7A on white background.



Black color preview on #C29D7A background

This text has black color on #C29D7A background.


White color preview on #C29D7A background

This text has white color on #C29D7A background.