COLOR #C7A471

HEX: #C7A471
RGB: (199,164,113)

Color info

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

RGB color model

#C7A471 color RGB value is (199,164,113).

  • red value is 199;
  • green value is 164;
  • blue value is 113.
RGB:
(199,164,113)
(78%,64%,44%)

RGB channels and saturation

R 199 of 255 = 78%
G 164 of 255 = 64%
B 113 of 255 = 44%

199
164
113

R + G + B ~ 62%. #C7A471 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 164 + 113 = 476 (100%)
R 199 of 476 ~ 41.81%
G 164 of 476 ~ 34.45%
B 113 of 476 ~ 23.74%

%41.81
%34.45
%23.74

CMYK color model

#C7A471 color CMYK value is (0,18,43,22).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 43.22%
  • key color value is 21.96%
CMYK:
(0,18,43,22)
C0M18Y43K22 
(0%,18%,43%,22%)
(0.00/0.18/0.43/0.22)	

CMYK percentages

%0
%17.59
%43.22
%21.96

Codes

Color #C7A471 in popluar color models

C7A471
RGB199164113
HSL36°43.43%61.18%
HSB/HSV36°43.22%78.04%
CMYK0.00%17.59%43.22%
21.96%

Color #C7A471 in popluar number systems.

HEXC7A471
Decimal199164113
Binary11000111101001001110001
Octal307244161

Shades and tints

Shades of #C7A471

#C7A471
(199,164,113)
#B59667
(181,150,103)
#A3885D
(163,136,93)
#917A53
(145,122,83)
#7F6C49
(127,108,73)
#6D5E3F
(109,94,63)
#5B5035
(91,80,53)
#49422B
(73,66,43)
#373421
(55,52,33)
#252617
(37,38,23)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #C7A471

#C7A471
(199,164,113)
#CCAC7D
(204,172,125)
#D1B489
(209,180,137)
#D6BC95
(214,188,149)
#DBC4A1
(219,196,161)
#E0CCAD
(224,204,173)
#E5D4B9
(229,212,185)
#EADCC5
(234,220,197)
#EFE4D1
(239,228,209)
#F4ECDD
(244,236,221)
#F9F4E9
(249,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A471 color. Also use rgb(199,164,113) instead hex code.

Text Font Color

.myTextColor { color: #C7A471; }

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

This text font color is #C7A471.


Background Color

.myBgColor { background-color: #C7A471; }

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

This div background color is #C7A471.


Border color

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

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

This div border color is #C7A471.


Opacity

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

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

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

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

This text has shadow with #C7A471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A471 on black background.


Color preview on white background

This text has color #C7A471 on white background.



Black color preview on #C7A471 background

This text has black color on #C7A471 background.


White color preview on #C7A471 background

This text has white color on #C7A471 background.