COLOR #C2A761

HEX: #C2A761
RGB: (194,167,97)

Color info

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

RGB color model

#C2A761 color RGB value is (194,167,97).

  • red value is 194;
  • green value is 167;
  • blue value is 97.
RGB:
(194,167,97)
(76%,65%,38%)

RGB channels and saturation

R 194 of 255 = 76%
G 167 of 255 = 65%
B 97 of 255 = 38%

194
167
97

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

Portions of RGB colors in percentages

R + G + B =
194 + 167 + 97 = 458 (100%)
R 194 of 458 ~ 42.36%
G 167 of 458 ~ 36.46%
B 97 of 458 ~ 21.18%

%42.36
%36.46
%21.18

CMYK color model

#C2A761 color CMYK value is (0,14,50,24).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 50.00%
  • key color value is 23.92%
CMYK:
(0,14,50,24)
C0M14Y50K24 
(0%,14%,50%,24%)
(0.00/0.14/0.50/0.24)	

CMYK percentages

%0
%13.92
%50
%23.92

Codes

Color #C2A761 in popluar color models

C2A761
RGB19416797
HSL43°44.29%57.06%
HSB/HSV43°50.00%76.08%
CMYK0.00%13.92%50.00%
23.92%

Color #C2A761 in popluar number systems.

HEXC2A761
Decimal19416797
Binary11000010101001111100001
Octal302247141

Shades and tints

Shades of #C2A761

#C2A761
(194,167,97)
#B19859
(177,152,89)
#A08951
(160,137,81)
#8F7A49
(143,122,73)
#7E6B41
(126,107,65)
#6D5C39
(109,92,57)
#5C4D31
(92,77,49)
#4B3E29
(75,62,41)
#3A2F21
(58,47,33)
#292019
(41,32,25)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #C2A761

#C2A761
(194,167,97)
#C7AF6F
(199,175,111)
#CCB77D
(204,183,125)
#D1BF8B
(209,191,139)
#D6C799
(214,199,153)
#DBCFA7
(219,207,167)
#E0D7B5
(224,215,181)
#E5DFC3
(229,223,195)
#EAE7D1
(234,231,209)
#EFEFDF
(239,239,223)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A761 color. Also use rgb(194,167,97) instead hex code.

Text Font Color

.myTextColor { color: #C2A761; }

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

This text font color is #C2A761.


Background Color

.myBgColor { background-color: #C2A761; }

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

This div background color is #C2A761.


Border color

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

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

This div border color is #C2A761.


Opacity

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

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

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

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

This text has shadow with #C2A761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A761 on black background.


Color preview on white background

This text has color #C2A761 on white background.



Black color preview on #C2A761 background

This text has black color on #C2A761 background.


White color preview on #C2A761 background

This text has white color on #C2A761 background.