COLOR #C29389

HEX: #C29389 RGB: (194,147,137)

Color info

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

RGB color model

#C29389 color RGB value is (194,147,137).

RGB: (194,147,137) (76%, 58%, 54%)

RGB channels and saturation

R 194 of 255 = 76%
G 147 of 255 = 58%
B 137 of 255 = 54%

194
147
137

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

Portions of RGB colors in percentages

R + G + B = 194 + 147 + 137 = 478 (100%)
R 194 of 478 ~ 40.59%
G 147 of 478 ~ 30.75%
B 137 of 478 ~ 28.66'%

%40.59
%30.75
%28.66

CMYK color model

#C29389 color CMYK value is (0,24,29,24).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 29.38%
  • key color value is 23.92%

CMYK: (0,24,29,24)
C0M24Y29K24 (0%, 24%, 29%, 24%)
(0.00 / 0.24 / 0.29 / 0.24)

CMYK percentages

%0
%24.23
%29.38
%23.92

Codes

Color #C29389 in popluar color models

C2 93 89
RGB 194 147 137
HSL 11° 31.84% 64.90%
HSB/HSV 11° 29.38% 76.08%
CMYK 0.00% 24.23% 29.38%
23.92%

Color #C29389 in popluar number systems.

HEX C2 93 89
Decimal 194 147 137
Binary 11000010 10010011 10001001
Octal 302 223 211

Shades and tints

Shades of #C29389

#C29389
(194,147,137)
#B1867D
(177,134,125)
#A07971
(160,121,113)
#8F6C65
(143,108,101)
#7E5F59
(126,95,89)
#6D524D
(109,82,77)
#5C4541
(92,69,65)
#4B3835
(75,56,53)
#3A2B29
(58,43,41)
#291E1D
(41,30,29)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #C29389

#C29389
(194,147,137)
#C79C93
(199,156,147)
#CCA59D
(204,165,157)
#D1AEA7
(209,174,167)
#D6B7B1
(214,183,177)
#DBC0BB
(219,192,187)
#E0C9C5
(224,201,197)
#E5D2CF
(229,210,207)
#EADBD9
(234,219,217)
#EFE4E3
(239,228,227)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29389 color. Also use rgb(194,147,137) instead hex code.

Text Font Color

.myTextColor { color: #C29389; }

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

This text font color is #C29389.

Background Color

.myBgColor { background-color: #C29389; }

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

This div background color is #C29389.

Border color

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

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

This div border color is #C29389.

Opacity

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

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

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

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

This text has shadow with #C29389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29389.

Preview

Color preview on black background

This text has color #C29389 on black background.


Color preview on white background

This text has color #C29389 on white background.


Black color preview on #C29389 background

This text has black color on #C29389 background.


White color preview on #C29389 background

This text has white color on #C29389 background.


Related colors

Complementary color

Complementary color for #hex is #3D6C76.


I love getcolorcode.com

Triadic colors

1 #89C293 and #9389C2 with #C29389 are triadic colors.

2 #8993C2 and #93C289 with #C29389 are triadic colors.