COLOR #C2A081

HEX: #C2A081
RGB: (194,160,129)

Color info

#C2A081 contains mainly red and green colors. Web safe color of #C2A081 is #CC9999 (or #C99).

RGB color model

#C2A081 color RGB value is (194,160,129).

  • red value is 194;
  • green value is 160;
  • blue value is 129.
RGB:
(194,160,129)
(76%,63%,51%)

RGB channels and saturation

R 194 of 255 = 76%
G 160 of 255 = 63%
B 129 of 255 = 51%

194
160
129

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

Portions of RGB colors in percentages

R + G + B =
194 + 160 + 129 = 483 (100%)
R 194 of 483 ~ 40.17%
G 160 of 483 ~ 33.13%
B 129 of 483 ~ 26.71%

%40.17
%33.13
%26.71

CMYK color model

#C2A081 color CMYK value is (0,18,34,24).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 33.51%
  • key color value is 23.92%
CMYK:
(0,18,34,24)
C0M18Y34K24 
(0%,18%,34%,24%)
(0.00/0.18/0.34/0.24)	

CMYK percentages

%0
%17.53
%33.51
%23.92

Codes

Color #C2A081 in popluar color models

C2A081
RGB194160129
HSL29°34.76%63.33%
HSB/HSV29°33.51%76.08%
CMYK0.00%17.53%33.51%
23.92%

Color #C2A081 in popluar number systems.

HEXC2A081
Decimal194160129
Binary110000101010000010000001
Octal302240201

Shades and tints

Shades of #C2A081

#C2A081
(194,160,129)
#B19276
(177,146,118)
#A0846B
(160,132,107)
#8F7660
(143,118,96)
#7E6855
(126,104,85)
#6D5A4A
(109,90,74)
#5C4C3F
(92,76,63)
#4B3E34
(75,62,52)
#3A3029
(58,48,41)
#29221E
(41,34,30)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #C2A081

#C2A081
(194,160,129)
#C7A88C
(199,168,140)
#CCB097
(204,176,151)
#D1B8A2
(209,184,162)
#D6C0AD
(214,192,173)
#DBC8B8
(219,200,184)
#E0D0C3
(224,208,195)
#E5D8CE
(229,216,206)
#EAE0D9
(234,224,217)
#EFE8E4
(239,232,228)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A081 color. Also use rgb(194,160,129) instead hex code.

Text Font Color

.myTextColor { color: #C2A081; }

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

This text font color is #C2A081.


Background Color

.myBgColor { background-color: #C2A081; }

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

This div background color is #C2A081.


Border color

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

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

This div border color is #C2A081.


Opacity

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

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

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

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

This text has shadow with #C2A081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A081 on black background.


Color preview on white background

This text has color #C2A081 on white background.



Black color preview on #C2A081 background

This text has black color on #C2A081 background.


White color preview on #C2A081 background

This text has white color on #C2A081 background.