COLOR #C29685

HEX: #C29685
RGB: (194,150,133)

Color info

#C29685 contains mainly red and green colors. Web safe color of #C29685 is #CC9999 (or #C99).

RGB color model

#C29685 color RGB value is (194,150,133).

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

RGB channels and saturation

R 194 of 255 = 76%
G 150 of 255 = 59%
B 133 of 255 = 52%

194
150
133

R + G + B ~ 62%. #C29685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 150 + 133 = 477 (100%)
R 194 of 477 ~ 40.67%
G 150 of 477 ~ 31.45%
B 133 of 477 ~ 27.88%

%40.67
%31.45
%27.88

CMYK color model

#C29685 color CMYK value is (0,23,31,24).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(0,23,31,24)
C0M23Y31K24 
(0%,23%,31%,24%)
(0.00/0.23/0.31/0.24)	

CMYK percentages

%0
%22.68
%31.44
%23.92

Codes

Color #C29685 in popluar color models

C29685
RGB194150133
HSL17°33.33%64.12%
HSB/HSV17°31.44%76.08%
CMYK0.00%22.68%31.44%
23.92%

Color #C29685 in popluar number systems.

HEXC29685
Decimal194150133
Binary110000101001011010000101
Octal302226205

Shades and tints

Shades of #C29685

#C29685
(194,150,133)
#B18979
(177,137,121)
#A07C6D
(160,124,109)
#8F6F61
(143,111,97)
#7E6255
(126,98,85)
#6D5549
(109,85,73)
#5C483D
(92,72,61)
#4B3B31
(75,59,49)
#3A2E25
(58,46,37)
#292119
(41,33,25)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #C29685

#C29685
(194,150,133)
#C79F90
(199,159,144)
#CCA89B
(204,168,155)
#D1B1A6
(209,177,166)
#D6BAB1
(214,186,177)
#DBC3BC
(219,195,188)
#E0CCC7
(224,204,199)
#E5D5D2
(229,213,210)
#EADEDD
(234,222,221)
#EFE7E8
(239,231,232)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29685; }

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

This text font color is #C29685.


Background Color

.myBgColor { background-color: #C29685; }

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

This div background color is #C29685.


Border color

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

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

This div border color is #C29685.


Opacity

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

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

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

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

This text has shadow with #C29685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29685 on black background.


Color preview on white background

This text has color #C29685 on white background.



Black color preview on #C29685 background

This text has black color on #C29685 background.


White color preview on #C29685 background

This text has white color on #C29685 background.