COLOR #C29796

HEX: #C29796
RGB: (194,151,150)

Color info

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

RGB color model

#C29796 color RGB value is (194,151,150).

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

RGB channels and saturation

R 194 of 255 = 76%
G 151 of 255 = 59%
B 150 of 255 = 59%

194
151
150

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

Portions of RGB colors in percentages

R + G + B =
194 + 151 + 150 = 495 (100%)
R 194 of 495 ~ 39.19%
G 151 of 495 ~ 30.51%
B 150 of 495 ~ 30.3%

%39.19
%30.51
%30.3

CMYK color model

#C29796 color CMYK value is (0,22,23,24).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 22.68%
  • key color value is 23.92%
CMYK:
(0,22,23,24)
C0M22Y23K24 
(0%,22%,23%,24%)
(0.00/0.22/0.23/0.24)	

CMYK percentages

%0
%22.16
%22.68
%23.92

Codes

Color #C29796 in popluar color models

C29796
RGB194151150
HSL26.51%67.45%
HSB/HSV22.68%76.08%
CMYK0.00%22.16%22.68%
23.92%

Color #C29796 in popluar number systems.

HEXC29796
Decimal194151150
Binary110000101001011110010110
Octal302227226

Shades and tints

Shades of #C29796

#C29796
(194,151,150)
#B18A89
(177,138,137)
#A07D7C
(160,125,124)
#8F706F
(143,112,111)
#7E6362
(126,99,98)
#6D5655
(109,86,85)
#5C4948
(92,73,72)
#4B3C3B
(75,60,59)
#3A2F2E
(58,47,46)
#292221
(41,34,33)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #C29796

#C29796
(194,151,150)
#C7A09F
(199,160,159)
#CCA9A8
(204,169,168)
#D1B2B1
(209,178,177)
#D6BBBA
(214,187,186)
#DBC4C3
(219,196,195)
#E0CDCC
(224,205,204)
#E5D6D5
(229,214,213)
#EADFDE
(234,223,222)
#EFE8E7
(239,232,231)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29796; }

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

This text font color is #C29796.


Background Color

.myBgColor { background-color: #C29796; }

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

This div background color is #C29796.


Border color

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

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

This div border color is #C29796.


Opacity

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

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

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

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

This text has shadow with #C29796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29796 on black background.


Color preview on white background

This text has color #C29796 on white background.



Black color preview on #C29796 background

This text has black color on #C29796 background.


White color preview on #C29796 background

This text has white color on #C29796 background.