COLOR #C2AE73

HEX: #C2AE73
RGB: (194,174,115)

Color info

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

RGB color model

#C2AE73 color RGB value is (194,174,115).

  • red value is 194;
  • green value is 174;
  • blue value is 115.
RGB:
(194,174,115)
(76%,68%,45%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 115 of 255 = 45%

194
174
115

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

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 115 = 483 (100%)
R 194 of 483 ~ 40.17%
G 174 of 483 ~ 36.02%
B 115 of 483 ~ 23.81%

%40.17
%36.02
%23.81

CMYK color model

#C2AE73 color CMYK value is (0,10,41,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 40.72%
  • key color value is 23.92%
CMYK:
(0,10,41,24)
C0M10Y41K24 
(0%,10%,41%,24%)
(0.00/0.10/0.41/0.24)	

CMYK percentages

%0
%10.31
%40.72
%23.92

Codes

Color #C2AE73 in popluar color models

C2AE73
RGB194174115
HSL45°39.30%60.59%
HSB/HSV45°40.72%76.08%
CMYK0.00%10.31%40.72%
23.92%

Color #C2AE73 in popluar number systems.

HEXC2AE73
Decimal194174115
Binary11000010101011101110011
Octal302256163

Shades and tints

Shades of #C2AE73

#C2AE73
(194,174,115)
#B19F69
(177,159,105)
#A0905F
(160,144,95)
#8F8155
(143,129,85)
#7E724B
(126,114,75)
#6D6341
(109,99,65)
#5C5437
(92,84,55)
#4B452D
(75,69,45)
#3A3623
(58,54,35)
#292719
(41,39,25)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #C2AE73

#C2AE73
(194,174,115)
#C7B57F
(199,181,127)
#CCBC8B
(204,188,139)
#D1C397
(209,195,151)
#D6CAA3
(214,202,163)
#DBD1AF
(219,209,175)
#E0D8BB
(224,216,187)
#E5DFC7
(229,223,199)
#EAE6D3
(234,230,211)
#EFEDDF
(239,237,223)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AE73 color. Also use rgb(194,174,115) instead hex code.

Text Font Color

.myTextColor { color: #C2AE73; }

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

This text font color is #C2AE73.


Background Color

.myBgColor { background-color: #C2AE73; }

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

This div background color is #C2AE73.


Border color

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

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

This div border color is #C2AE73.


Opacity

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

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

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

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

This text has shadow with #C2AE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AE73 on black background.


Color preview on white background

This text has color #C2AE73 on white background.



Black color preview on #C2AE73 background

This text has black color on #C2AE73 background.


White color preview on #C2AE73 background

This text has white color on #C2AE73 background.