COLOR #C29C88

HEX: #C29C88
RGB: (194,156,136)

Color info

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

RGB color model

#C29C88 color RGB value is (194,156,136).

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

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 136 of 255 = 53%

194
156
136

R + G + B ~ 63%. #C29C88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 156 + 136 = 486 (100%)
R 194 of 486 ~ 39.92%
G 156 of 486 ~ 32.1%
B 136 of 486 ~ 27.98%

%39.92
%32.1
%27.98

CMYK color model

#C29C88 color CMYK value is (0,20,30,24).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 29.90%
  • key color value is 23.92%
CMYK:
(0,20,30,24)
C0M20Y30K24 
(0%,20%,30%,24%)
(0.00/0.20/0.30/0.24)	

CMYK percentages

%0
%19.59
%29.9
%23.92

Codes

Color #C29C88 in popluar color models

C29C88
RGB194156136
HSL21°32.22%64.71%
HSB/HSV21°29.90%76.08%
CMYK0.00%19.59%29.90%
23.92%

Color #C29C88 in popluar number systems.

HEXC29C88
Decimal194156136
Binary110000101001110010001000
Octal302234210

Shades and tints

Shades of #C29C88

#C29C88
(194,156,136)
#B18E7C
(177,142,124)
#A08070
(160,128,112)
#8F7264
(143,114,100)
#7E6458
(126,100,88)
#6D564C
(109,86,76)
#5C4840
(92,72,64)
#4B3A34
(75,58,52)
#3A2C28
(58,44,40)
#291E1C
(41,30,28)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #C29C88

#C29C88
(194,156,136)
#C7A592
(199,165,146)
#CCAE9C
(204,174,156)
#D1B7A6
(209,183,166)
#D6C0B0
(214,192,176)
#DBC9BA
(219,201,186)
#E0D2C4
(224,210,196)
#E5DBCE
(229,219,206)
#EAE4D8
(234,228,216)
#EFEDE2
(239,237,226)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29C88; }

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

This text font color is #C29C88.


Background Color

.myBgColor { background-color: #C29C88; }

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

This div background color is #C29C88.


Border color

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

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

This div border color is #C29C88.


Opacity

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

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

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

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

This text has shadow with #C29C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29C88 on black background.


Color preview on white background

This text has color #C29C88 on white background.



Black color preview on #C29C88 background

This text has black color on #C29C88 background.


White color preview on #C29C88 background

This text has white color on #C29C88 background.