COLOR #C29687

HEX: #C29687 RGB: (194,150,135)

Color info

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

RGB color model

#C29687 color RGB value is (194,150,135).

RGB: (194,150,135) (76%, 59%, 53%)

RGB channels and saturation

R 194 of 255 = 76%
G 150 of 255 = 59%
B 135 of 255 = 53%

194
150
135

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

Portions of RGB colors in percentages

R + G + B = 194 + 150 + 135 = 479 (100%)
R 194 of 479 ~ 40.5%
G 150 of 479 ~ 31.32%
B 135 of 479 ~ 28.18'%

%40.5
%31.32
%28.18

CMYK color model

#C29687 color CMYK value is (0,23,30,24).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 30.41%
  • key color value is 23.92%

CMYK: (0,23,30,24)
C0M23Y30K24 (0%, 23%, 30%, 24%)
(0.00 / 0.23 / 0.30 / 0.24)

CMYK percentages

%0
%22.68
%30.41
%23.92

Codes

Color #C29687 in popluar color models

C2 96 87
RGB 194 150 135
HSL 15° 32.60% 64.51%
HSB/HSV 15° 30.41% 76.08%
CMYK 0.00% 22.68% 30.41%
23.92%

Color #C29687 in popluar number systems.

HEX C2 96 87
Decimal 194 150 135
Binary 11000010 10010110 10000111
Octal 302 226 207

Shades and tints

Shades of #C29687

#C29687
(194,150,135)
#B1897B
(177,137,123)
#A07C6F
(160,124,111)
#8F6F63
(143,111,99)
#7E6257
(126,98,87)
#6D554B
(109,85,75)
#5C483F
(92,72,63)
#4B3B33
(75,59,51)
#3A2E27
(58,46,39)
#29211B
(41,33,27)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #C29687

#C29687
(194,150,135)
#C79F91
(199,159,145)
#CCA89B
(204,168,155)
#D1B1A5
(209,177,165)
#D6BAAF
(214,186,175)
#DBC3B9
(219,195,185)
#E0CCC3
(224,204,195)
#E5D5CD
(229,213,205)
#EADED7
(234,222,215)
#EFE7E1
(239,231,225)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29687; }

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

This text font color is #C29687.

Background Color

.myBgColor { background-color: #C29687; }

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

This div background color is #C29687.

Border color

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

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

This div border color is #C29687.

Opacity

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

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

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

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

This text has shadow with #C29687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29687.

Preview

Color preview on black background

This text has color #C29687 on black background.


Color preview on white background

This text has color #C29687 on white background.


Black color preview on #C29687 background

This text has black color on #C29687 background.


White color preview on #C29687 background

This text has white color on #C29687 background.


Related colors

Complementary color

Complementary color for #hex is #3D6978.


I love getcolorcode.com

Triadic colors

1 #87C296 and #9687C2 with #C29687 are triadic colors.

2 #8796C2 and #96C287 with #C29687 are triadic colors.