COLOR #C2A045

HEX: #C2A045
RGB: (194,160,69)

Color info

#C2A045 contains mainly red and green colors. Web safe color of #C2A045 is #CC9933 (or #C93).

RGB color model

#C2A045 color RGB value is (194,160,69).

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

RGB channels and saturation

R 194 of 255 = 76%
G 160 of 255 = 63%
B 69 of 255 = 27%

194
160
69

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

Portions of RGB colors in percentages

R + G + B =
194 + 160 + 69 = 423 (100%)
R 194 of 423 ~ 45.86%
G 160 of 423 ~ 37.83%
B 69 of 423 ~ 16.31%

%45.86
%37.83
%16.31

CMYK color model

#C2A045 color CMYK value is (0,18,64,24).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 64.43%
  • key color value is 23.92%
CMYK:
(0,18,64,24)
C0M18Y64K24 
(0%,18%,64%,24%)
(0.00/0.18/0.64/0.24)	

CMYK percentages

%0
%17.53
%64.43
%23.92

Codes

Color #C2A045 in popluar color models

C2A045
RGB19416069
HSL44°50.61%51.57%
HSB/HSV44°64.43%76.08%
CMYK0.00%17.53%64.43%
23.92%

Color #C2A045 in popluar number systems.

HEXC2A045
Decimal19416069
Binary11000010101000001000101
Octal302240105

Shades and tints

Shades of #C2A045

#C2A045
(194,160,69)
#B1923F
(177,146,63)
#A08439
(160,132,57)
#8F7633
(143,118,51)
#7E682D
(126,104,45)
#6D5A27
(109,90,39)
#5C4C21
(92,76,33)
#4B3E1B
(75,62,27)
#3A3015
(58,48,21)
#29220F
(41,34,15)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #C2A045

#C2A045
(194,160,69)
#C7A855
(199,168,85)
#CCB065
(204,176,101)
#D1B875
(209,184,117)
#D6C085
(214,192,133)
#DBC895
(219,200,149)
#E0D0A5
(224,208,165)
#E5D8B5
(229,216,181)
#EAE0C5
(234,224,197)
#EFE8D5
(239,232,213)
#F4F0E5
(244,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A045; }

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

This text font color is #C2A045.


Background Color

.myBgColor { background-color: #C2A045; }

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

This div background color is #C2A045.


Border color

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

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

This div border color is #C2A045.


Opacity

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

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

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

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

This text has shadow with #C2A045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A045 on black background.


Color preview on white background

This text has color #C2A045 on white background.



Black color preview on #C2A045 background

This text has black color on #C2A045 background.


White color preview on #C2A045 background

This text has white color on #C2A045 background.