COLOR #C29C95

HEX: #C29C95 RGB: (194,156,149)

Color info

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

RGB color model

#C29C95 color RGB value is (194,156,149).

RGB: (194,156,149) (76%, 61%, 58%)

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 149 of 255 = 58%

194
156
149

R + G + B ~ 65%. #C29C95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 156 + 149 = 499 (100%)
R 194 of 499 ~ 38.88%
G 156 of 499 ~ 31.26%
B 149 of 499 ~ 29.86'%

%38.88
%31.26
%29.86

CMYK color model

#C29C95 color CMYK value is (0,20,23,24).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 23.20%
  • key color value is 23.92%

CMYK: (0,20,23,24)
C0M20Y23K24 (0%, 20%, 23%, 24%)
(0.00 / 0.20 / 0.23 / 0.24)

CMYK percentages

%0
%19.59
%23.2
%23.92

Codes

Color #C29C95 in popluar color models

C2 9C 95
RGB 194 156 149
HSL 26.95% 67.25%
HSB/HSV 23.20% 76.08%
CMYK 0.00% 19.59% 23.20%
23.92%

Color #C29C95 in popluar number systems.

HEX C2 9C 95
Decimal 194 156 149
Binary 11000010 10011100 10010101
Octal 302 234 225

Shades and tints

Shades of #C29C95

#C29C95
(194,156,149)
#B18E88
(177,142,136)
#A0807B
(160,128,123)
#8F726E
(143,114,110)
#7E6461
(126,100,97)
#6D5654
(109,86,84)
#5C4847
(92,72,71)
#4B3A3A
(75,58,58)
#3A2C2D
(58,44,45)
#291E20
(41,30,32)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #C29C95

#C29C95
(194,156,149)
#C7A59E
(199,165,158)
#CCAEA7
(204,174,167)
#D1B7B0
(209,183,176)
#D6C0B9
(214,192,185)
#DBC9C2
(219,201,194)
#E0D2CB
(224,210,203)
#E5DBD4
(229,219,212)
#EAE4DD
(234,228,221)
#EFEDE6
(239,237,230)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29C95; }

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

This text font color is #C29C95.

Background Color

.myBgColor { background-color: #C29C95; }

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

This div background color is #C29C95.

Border color

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

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

This div border color is #C29C95.

Opacity

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

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

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

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

This text has shadow with #C29C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29C95.

Preview

Color preview on black background

This text has color #C29C95 on black background.


Color preview on white background

This text has color #C29C95 on white background.


Black color preview on #C29C95 background

This text has black color on #C29C95 background.


White color preview on #C29C95 background

This text has white color on #C29C95 background.


Related colors

Complementary color

Complementary color for #hex is #3D636A.


I love getcolorcode.com

Triadic colors

1 #95C29C and #9C95C2 with #C29C95 are triadic colors.

2 #959CC2 and #9CC295 with #C29C95 are triadic colors.