COLOR #C29C80

HEX: #C29C80
RGB: (194,156,128)

Color info

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

RGB color model

#C29C80 color RGB value is (194,156,128).

  • red value is 194;
  • green value is 156;
  • blue value is 128.
RGB:
(194,156,128)
(76%,61%,50%)

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 128 of 255 = 50%

194
156
128

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

Portions of RGB colors in percentages

R + G + B =
194 + 156 + 128 = 478 (100%)
R 194 of 478 ~ 40.59%
G 156 of 478 ~ 32.64%
B 128 of 478 ~ 26.78%

%40.59
%32.64
%26.78

CMYK color model

#C29C80 color CMYK value is (0,20,34,24).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 34.02%
  • key color value is 23.92%
CMYK:
(0,20,34,24)
C0M20Y34K24 
(0%,20%,34%,24%)
(0.00/0.20/0.34/0.24)	

CMYK percentages

%0
%19.59
%34.02
%23.92

Codes

Color #C29C80 in popluar color models

C29C80
RGB194156128
HSL25°35.11%63.14%
HSB/HSV25°34.02%76.08%
CMYK0.00%19.59%34.02%
23.92%

Color #C29C80 in popluar number systems.

HEXC29C80
Decimal194156128
Binary110000101001110010000000
Octal302234200

Shades and tints

Shades of #C29C80

#C29C80
(194,156,128)
#B18E75
(177,142,117)
#A0806A
(160,128,106)
#8F725F
(143,114,95)
#7E6454
(126,100,84)
#6D5649
(109,86,73)
#5C483E
(92,72,62)
#4B3A33
(75,58,51)
#3A2C28
(58,44,40)
#291E1D
(41,30,29)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #C29C80

#C29C80
(194,156,128)
#C7A58B
(199,165,139)
#CCAE96
(204,174,150)
#D1B7A1
(209,183,161)
#D6C0AC
(214,192,172)
#DBC9B7
(219,201,183)
#E0D2C2
(224,210,194)
#E5DBCD
(229,219,205)
#EAE4D8
(234,228,216)
#EFEDE3
(239,237,227)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29C80 color. Also use rgb(194,156,128) instead hex code.

Text Font Color

.myTextColor { color: #C29C80; }

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

This text font color is #C29C80.


Background Color

.myBgColor { background-color: #C29C80; }

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

This div background color is #C29C80.


Border color

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

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

This div border color is #C29C80.


Opacity

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

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

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

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

This text has shadow with #C29C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29C80 on black background.


Color preview on white background

This text has color #C29C80 on white background.



Black color preview on #C29C80 background

This text has black color on #C29C80 background.


White color preview on #C29C80 background

This text has white color on #C29C80 background.