COLOR #C2AA5E

HEX: #C2AA5E
RGB: (194,170,94)

Color info

#C2AA5E contains mainly red and green colors. Web safe color of #C2AA5E is #CC9966 (or #C96).

RGB color model

#C2AA5E color RGB value is (194,170,94).

  • red value is 194;
  • green value is 170;
  • blue value is 94.
RGB:
(194,170,94)
(76%,67%,37%)

RGB channels and saturation

R 194 of 255 = 76%
G 170 of 255 = 67%
B 94 of 255 = 37%

194
170
94

R + G + B ~ 60%. #C2AA5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 170 + 94 = 458 (100%)
R 194 of 458 ~ 42.36%
G 170 of 458 ~ 37.12%
B 94 of 458 ~ 20.52%

%42.36
%37.12
%20.52

CMYK color model

#C2AA5E color CMYK value is (0,12,52,24).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 51.55%
  • key color value is 23.92%
CMYK:
(0,12,52,24)
C0M12Y52K24 
(0%,12%,52%,24%)
(0.00/0.12/0.52/0.24)	

CMYK percentages

%0
%12.37
%51.55
%23.92

Codes

Color #C2AA5E in popluar color models

C2AA5E
RGB19417094
HSL46°45.05%56.47%
HSB/HSV46°51.55%76.08%
CMYK0.00%12.37%51.55%
23.92%

Color #C2AA5E in popluar number systems.

HEXC2AA5E
Decimal19417094
Binary11000010101010101011110
Octal302252136

Shades and tints

Shades of #C2AA5E

#C2AA5E
(194,170,94)
#B19B56
(177,155,86)
#A08C4E
(160,140,78)
#8F7D46
(143,125,70)
#7E6E3E
(126,110,62)
#6D5F36
(109,95,54)
#5C502E
(92,80,46)
#4B4126
(75,65,38)
#3A321E
(58,50,30)
#292316
(41,35,22)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #C2AA5E

#C2AA5E
(194,170,94)
#C7B16C
(199,177,108)
#CCB87A
(204,184,122)
#D1BF88
(209,191,136)
#D6C696
(214,198,150)
#DBCDA4
(219,205,164)
#E0D4B2
(224,212,178)
#E5DBC0
(229,219,192)
#EAE2CE
(234,226,206)
#EFE9DC
(239,233,220)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AA5E color. Also use rgb(194,170,94) instead hex code.

Text Font Color

.myTextColor { color: #C2AA5E; }

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

This text font color is #C2AA5E.


Background Color

.myBgColor { background-color: #C2AA5E; }

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

This div background color is #C2AA5E.


Border color

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

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

This div border color is #C2AA5E.


Opacity

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

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

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

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

This text has shadow with #C2AA5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AA5E on black background.


Color preview on white background

This text has color #C2AA5E on white background.



Black color preview on #C2AA5E background

This text has black color on #C2AA5E background.


White color preview on #C2AA5E background

This text has white color on #C2AA5E background.