COLOR #C7A547

HEX: #C7A547
RGB: (199,165,71)

Color info

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

RGB color model

#C7A547 color RGB value is (199,165,71).

  • red value is 199;
  • green value is 165;
  • blue value is 71.
RGB:
(199,165,71)
(78%,65%,28%)

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 71 of 255 = 28%

199
165
71

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

Portions of RGB colors in percentages

R + G + B =
199 + 165 + 71 = 435 (100%)
R 199 of 435 ~ 45.75%
G 165 of 435 ~ 37.93%
B 71 of 435 ~ 16.32%

%45.75
%37.93
%16.32

CMYK color model

#C7A547 color CMYK value is (0,17,64,22).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 64.32%
  • key color value is 21.96%
CMYK:
(0,17,64,22)
C0M17Y64K22 
(0%,17%,64%,22%)
(0.00/0.17/0.64/0.22)	

CMYK percentages

%0
%17.09
%64.32
%21.96

Codes

Color #C7A547 in popluar color models

C7A547
RGB19916571
HSL44°53.33%52.94%
HSB/HSV44°64.32%78.04%
CMYK0.00%17.09%64.32%
21.96%

Color #C7A547 in popluar number systems.

HEXC7A547
Decimal19916571
Binary11000111101001011000111
Octal307245107

Shades and tints

Shades of #C7A547

#C7A547
(199,165,71)
#B59641
(181,150,65)
#A3873B
(163,135,59)
#917835
(145,120,53)
#7F692F
(127,105,47)
#6D5A29
(109,90,41)
#5B4B23
(91,75,35)
#493C1D
(73,60,29)
#372D17
(55,45,23)
#251E11
(37,30,17)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #C7A547

#C7A547
(199,165,71)
#CCAD57
(204,173,87)
#D1B567
(209,181,103)
#D6BD77
(214,189,119)
#DBC587
(219,197,135)
#E0CD97
(224,205,151)
#E5D5A7
(229,213,167)
#EADDB7
(234,221,183)
#EFE5C7
(239,229,199)
#F4EDD7
(244,237,215)
#F9F5E7
(249,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A547 color. Also use rgb(199,165,71) instead hex code.

Text Font Color

.myTextColor { color: #C7A547; }

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

This text font color is #C7A547.


Background Color

.myBgColor { background-color: #C7A547; }

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

This div background color is #C7A547.


Border color

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

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

This div border color is #C7A547.


Opacity

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

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

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

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

This text has shadow with #C7A547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A547 on black background.


Color preview on white background

This text has color #C7A547 on white background.



Black color preview on #C7A547 background

This text has black color on #C7A547 background.


White color preview on #C7A547 background

This text has white color on #C7A547 background.