COLOR #C29C96

HEX: #C29C96
RGB: (194,156,150)

Color info

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

RGB color model

#C29C96 color RGB value is (194,156,150).

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

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 150 of 255 = 59%

194
156
150

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

Portions of RGB colors in percentages

R + G + B =
194 + 156 + 150 = 500 (100%)
R 194 of 500 ~ 38.8%
G 156 of 500 ~ 31.2%
B 150 of 500 ~ 30%

%38.8
%31.2
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 22.68%
  • 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
%22.68
%23.92

Codes

Color #C29C96 in popluar color models

C29C96
RGB194156150
HSL26.51%67.45%
HSB/HSV22.68%76.08%
CMYK0.00%19.59%22.68%
23.92%

Color #C29C96 in popluar number systems.

HEXC29C96
Decimal194156150
Binary110000101001110010010110
Octal302234226

Shades and tints

Shades of #C29C96

#C29C96
(194,156,150)
#B18E89
(177,142,137)
#A0807C
(160,128,124)
#8F726F
(143,114,111)
#7E6462
(126,100,98)
#6D5655
(109,86,85)
#5C4848
(92,72,72)
#4B3A3B
(75,58,59)
#3A2C2E
(58,44,46)
#291E21
(41,30,33)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #C29C96

#C29C96
(194,156,150)
#C7A59F
(199,165,159)
#CCAEA8
(204,174,168)
#D1B7B1
(209,183,177)
#D6C0BA
(214,192,186)
#DBC9C3
(219,201,195)
#E0D2CC
(224,210,204)
#E5DBD5
(229,219,213)
#EAE4DE
(234,228,222)
#EFEDE7
(239,237,231)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29C96; }

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

This text font color is #C29C96.


Background Color

.myBgColor { background-color: #C29C96; }

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

This div background color is #C29C96.


Border color

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

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

This div border color is #C29C96.


Opacity

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

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

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

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

This text has shadow with #C29C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29C96 on black background.


Color preview on white background

This text has color #C29C96 on white background.



Black color preview on #C29C96 background

This text has black color on #C29C96 background.


White color preview on #C29C96 background

This text has white color on #C29C96 background.