COLOR #C2A15E

HEX: #C2A15E
RGB: (194,161,94)

Color info

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

RGB color model

#C2A15E color RGB value is (194,161,94).

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

RGB channels and saturation

R 194 of 255 = 76%
G 161 of 255 = 63%
B 94 of 255 = 37%

194
161
94

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

Portions of RGB colors in percentages

R + G + B =
194 + 161 + 94 = 449 (100%)
R 194 of 449 ~ 43.21%
G 161 of 449 ~ 35.86%
B 94 of 449 ~ 20.94%

%43.21
%35.86
%20.94

CMYK color model

#C2A15E color CMYK value is (0,17,52,24).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 51.55%
  • key color value is 23.92%
CMYK:
(0,17,52,24)
C0M17Y52K24 
(0%,17%,52%,24%)
(0.00/0.17/0.52/0.24)	

CMYK percentages

%0
%17.01
%51.55
%23.92

Codes

Color #C2A15E in popluar color models

C2A15E
RGB19416194
HSL40°45.05%56.47%
HSB/HSV40°51.55%76.08%
CMYK0.00%17.01%51.55%
23.92%

Color #C2A15E in popluar number systems.

HEXC2A15E
Decimal19416194
Binary11000010101000011011110
Octal302241136

Shades and tints

Shades of #C2A15E

#C2A15E
(194,161,94)
#B19356
(177,147,86)
#A0854E
(160,133,78)
#8F7746
(143,119,70)
#7E693E
(126,105,62)
#6D5B36
(109,91,54)
#5C4D2E
(92,77,46)
#4B3F26
(75,63,38)
#3A311E
(58,49,30)
#292316
(41,35,22)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #C2A15E

#C2A15E
(194,161,94)
#C7A96C
(199,169,108)
#CCB17A
(204,177,122)
#D1B988
(209,185,136)
#D6C196
(214,193,150)
#DBC9A4
(219,201,164)
#E0D1B2
(224,209,178)
#E5D9C0
(229,217,192)
#EAE1CE
(234,225,206)
#EFE9DC
(239,233,220)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A15E; }

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

This text font color is #C2A15E.


Background Color

.myBgColor { background-color: #C2A15E; }

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

This div background color is #C2A15E.


Border color

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

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

This div border color is #C2A15E.


Opacity

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

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

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

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

This text has shadow with #C2A15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A15E on black background.


Color preview on white background

This text has color #C2A15E on white background.



Black color preview on #C2A15E background

This text has black color on #C2A15E background.


White color preview on #C2A15E background

This text has white color on #C2A15E background.