COLOR #C29E7D

HEX: #C29E7D RGB: (194,158,125)

Color info

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

RGB color model

#C29E7D color RGB value is (194,158,125).

RGB: (194,158,125) (76%, 62%, 49%)

RGB channels and saturation

R 194 of 255 = 76%
G 158 of 255 = 62%
B 125 of 255 = 49%

194
158
125

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

Portions of RGB colors in percentages

R + G + B = 194 + 158 + 125 = 477 (100%)
R 194 of 477 ~ 40.67%
G 158 of 477 ~ 33.12%
B 125 of 477 ~ 26.21'%

%40.67
%33.12
%26.21

CMYK color model

#C29E7D color CMYK value is (0,19,36,24).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 35.57%
  • key color value is 23.92%
CMYK: (0,19,36,24) C0M19Y36K24 (0%,19%,36%,24%) (0.00/0.19/0.36/0.24) 

CMYK percentages

%0
%18.56
%35.57
%23.92

Codes

Color #C29E7D in popluar color models

C2 9E 7D
RGB 194 158 125
HSL 29° 36.13% 62.55%
HSB/HSV 29° 35.57% 76.08%
CMYK 0.00% 18.56% 35.57%
23.92%

Color #C29E7D in popluar number systems.

HEX C2 9E 7D
Decimal 194 158 125
Binary 11000010 10011110 1111101
Octal 302 236 175

Shades and tints

Shades of #C29E7D

#C29E7D
(194,158,125)
#B19072
(177,144,114)
#A08267
(160,130,103)
#8F745C
(143,116,92)
#7E6651
(126,102,81)
#6D5846
(109,88,70)
#5C4A3B
(92,74,59)
#4B3C30
(75,60,48)
#3A2E25
(58,46,37)
#29201A
(41,32,26)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #C29E7D

#C29E7D
(194,158,125)
#C7A688
(199,166,136)
#CCAE93
(204,174,147)
#D1B69E
(209,182,158)
#D6BEA9
(214,190,169)
#DBC6B4
(219,198,180)
#E0CEBF
(224,206,191)
#E5D6CA
(229,214,202)
#EADED5
(234,222,213)
#EFE6E0
(239,230,224)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29E7D color. Also use rgb(194,158,125) instead hex code.

Text Font Color

.myTextColor { color: #C29E7D; }

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

This text font color is #C29E7D.

Background Color

.myBgColor { background-color: #C29E7D; }

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

This div background color is #C29E7D.

Border color

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

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

This div border color is #C29E7D.

Opacity

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

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

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

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

This text has shadow with #C29E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29E7D.

Preview

Color preview on black background

This text has color #C29E7D on black background.


Color preview on white background

This text has color #C29E7D on white background.


Black color preview on #C29E7D background

This text has black color on #C29E7D background.


White color preview on #C29E7D background

This text has white color on #C29E7D background.


Related colors

Complementary color

Complementary color for #hex is #3D6182.


I love getcolorcode.com

Triadic colors

1 #7DC29E and #9E7DC2 with #C29E7D are triadic colors.

2 #7D9EC2 and #9EC27D with #C29E7D are triadic colors.