COLOR #C2A980

HEX: #C2A980
RGB: (194,169,128)

Color info

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

RGB color model

#C2A980 color RGB value is (194,169,128).

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

RGB channels and saturation

R 194 of 255 = 76%
G 169 of 255 = 66%
B 128 of 255 = 50%

194
169
128

R + G + B ~ 64%. #C2A980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 169 + 128 = 491 (100%)
R 194 of 491 ~ 39.51%
G 169 of 491 ~ 34.42%
B 128 of 491 ~ 26.07%

%39.51
%34.42
%26.07

CMYK color model

#C2A980 color CMYK value is (0,13,34,24).

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 34.02%
  • key color value is 23.92%
CMYK:
(0,13,34,24)
C0M13Y34K24 
(0%,13%,34%,24%)
(0.00/0.13/0.34/0.24)	

CMYK percentages

%0
%12.89
%34.02
%23.92

Codes

Color #C2A980 in popluar color models

C2A980
RGB194169128
HSL37°35.11%63.14%
HSB/HSV37°34.02%76.08%
CMYK0.00%12.89%34.02%
23.92%

Color #C2A980 in popluar number systems.

HEXC2A980
Decimal194169128
Binary110000101010100110000000
Octal302251200

Shades and tints

Shades of #C2A980

#C2A980
(194,169,128)
#B19A75
(177,154,117)
#A08B6A
(160,139,106)
#8F7C5F
(143,124,95)
#7E6D54
(126,109,84)
#6D5E49
(109,94,73)
#5C4F3E
(92,79,62)
#4B4033
(75,64,51)
#3A3128
(58,49,40)
#29221D
(41,34,29)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #C2A980

#C2A980
(194,169,128)
#C7B08B
(199,176,139)
#CCB796
(204,183,150)
#D1BEA1
(209,190,161)
#D6C5AC
(214,197,172)
#DBCCB7
(219,204,183)
#E0D3C2
(224,211,194)
#E5DACD
(229,218,205)
#EAE1D8
(234,225,216)
#EFE8E3
(239,232,227)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A980; }

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

This text font color is #C2A980.


Background Color

.myBgColor { background-color: #C2A980; }

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

This div background color is #C2A980.


Border color

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

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

This div border color is #C2A980.


Opacity

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

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

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

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

This text has shadow with #C2A980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A980 on black background.


Color preview on white background

This text has color #C2A980 on white background.



Black color preview on #C2A980 background

This text has black color on #C2A980 background.


White color preview on #C2A980 background

This text has white color on #C2A980 background.