COLOR #C29C89

HEX: #C29C89
RGB: (194,156,137)

Color info

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

RGB color model

#C29C89 color RGB value is (194,156,137).

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

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 137 of 255 = 54%

194
156
137

R + G + B ~ 64%. #C29C89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 156 + 137 = 487 (100%)
R 194 of 487 ~ 39.84%
G 156 of 487 ~ 32.03%
B 137 of 487 ~ 28.13%

%39.84
%32.03
%28.13

CMYK color model

#C29C89 color CMYK value is (0,20,29,24).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 29.38%
  • key color value is 23.92%
CMYK:
(0,20,29,24)
C0M20Y29K24 
(0%,20%,29%,24%)
(0.00/0.20/0.29/0.24)	

CMYK percentages

%0
%19.59
%29.38
%23.92

Codes

Color #C29C89 in popluar color models

C29C89
RGB194156137
HSL20°31.84%64.90%
HSB/HSV20°29.38%76.08%
CMYK0.00%19.59%29.38%
23.92%

Color #C29C89 in popluar number systems.

HEXC29C89
Decimal194156137
Binary110000101001110010001001
Octal302234211

Shades and tints

Shades of #C29C89

#C29C89
(194,156,137)
#B18E7D
(177,142,125)
#A08071
(160,128,113)
#8F7265
(143,114,101)
#7E6459
(126,100,89)
#6D564D
(109,86,77)
#5C4841
(92,72,65)
#4B3A35
(75,58,53)
#3A2C29
(58,44,41)
#291E1D
(41,30,29)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #C29C89

#C29C89
(194,156,137)
#C7A593
(199,165,147)
#CCAE9D
(204,174,157)
#D1B7A7
(209,183,167)
#D6C0B1
(214,192,177)
#DBC9BB
(219,201,187)
#E0D2C5
(224,210,197)
#E5DBCF
(229,219,207)
#EAE4D9
(234,228,217)
#EFEDE3
(239,237,227)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29C89; }

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

This text font color is #C29C89.


Background Color

.myBgColor { background-color: #C29C89; }

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

This div background color is #C29C89.


Border color

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

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

This div border color is #C29C89.


Opacity

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

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

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

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

This text has shadow with #C29C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29C89 on black background.


Color preview on white background

This text has color #C29C89 on white background.



Black color preview on #C29C89 background

This text has black color on #C29C89 background.


White color preview on #C29C89 background

This text has white color on #C29C89 background.