COLOR #C2A989

HEX: #C2A989
RGB: (194,169,137)

Color info

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

RGB color model

#C2A989 color RGB value is (194,169,137).

  • red value is 194;
  • green value is 169;
  • blue value is 137.
RGB:
(194,169,137)
(76%,66%,54%)

RGB channels and saturation

R 194 of 255 = 76%
G 169 of 255 = 66%
B 137 of 255 = 54%

194
169
137

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

Portions of RGB colors in percentages

R + G + B =
194 + 169 + 137 = 500 (100%)
R 194 of 500 ~ 38.8%
G 169 of 500 ~ 33.8%
B 137 of 500 ~ 27.4%

%38.8
%33.8
%27.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 29.38%
  • key color value is 23.92%
CMYK:
(0,13,29,24)
C0M13Y29K24 
(0%,13%,29%,24%)
(0.00/0.13/0.29/0.24)	

CMYK percentages

%0
%12.89
%29.38
%23.92

Codes

Color #C2A989 in popluar color models

C2A989
RGB194169137
HSL34°31.84%64.90%
HSB/HSV34°29.38%76.08%
CMYK0.00%12.89%29.38%
23.92%

Color #C2A989 in popluar number systems.

HEXC2A989
Decimal194169137
Binary110000101010100110001001
Octal302251211

Shades and tints

Shades of #C2A989

#C2A989
(194,169,137)
#B19A7D
(177,154,125)
#A08B71
(160,139,113)
#8F7C65
(143,124,101)
#7E6D59
(126,109,89)
#6D5E4D
(109,94,77)
#5C4F41
(92,79,65)
#4B4035
(75,64,53)
#3A3129
(58,49,41)
#29221D
(41,34,29)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #C2A989

#C2A989
(194,169,137)
#C7B093
(199,176,147)
#CCB79D
(204,183,157)
#D1BEA7
(209,190,167)
#D6C5B1
(214,197,177)
#DBCCBB
(219,204,187)
#E0D3C5
(224,211,197)
#E5DACF
(229,218,207)
#EAE1D9
(234,225,217)
#EFE8E3
(239,232,227)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A989; }

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

This text font color is #C2A989.


Background Color

.myBgColor { background-color: #C2A989; }

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

This div background color is #C2A989.


Border color

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

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

This div border color is #C2A989.


Opacity

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

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

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

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

This text has shadow with #C2A989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A989 on black background.


Color preview on white background

This text has color #C2A989 on white background.



Black color preview on #C2A989 background

This text has black color on #C2A989 background.


White color preview on #C2A989 background

This text has white color on #C2A989 background.