COLOR #C4A470

HEX: #C4A470
RGB: (196,164,112)

Color info

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

RGB color model

#C4A470 color RGB value is (196,164,112).

  • red value is 196;
  • green value is 164;
  • blue value is 112.
RGB:
(196,164,112)
(77%,64%,44%)

RGB channels and saturation

R 196 of 255 = 77%
G 164 of 255 = 64%
B 112 of 255 = 44%

196
164
112

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

Portions of RGB colors in percentages

R + G + B =
196 + 164 + 112 = 472 (100%)
R 196 of 472 ~ 41.53%
G 164 of 472 ~ 34.75%
B 112 of 472 ~ 23.73%

%41.53
%34.75
%23.73

CMYK color model

#C4A470 color CMYK value is (0,16,43,23).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 42.86%
  • key color value is 23.14%
CMYK:
(0,16,43,23)
C0M16Y43K23 
(0%,16%,43%,23%)
(0.00/0.16/0.43/0.23)	

CMYK percentages

%0
%16.33
%42.86
%23.14

Codes

Color #C4A470 in popluar color models

C4A470
RGB196164112
HSL37°41.58%60.39%
HSB/HSV37°42.86%76.86%
CMYK0.00%16.33%42.86%
23.14%

Color #C4A470 in popluar number systems.

HEXC4A470
Decimal196164112
Binary11000100101001001110000
Octal304244160

Shades and tints

Shades of #C4A470

#C4A470
(196,164,112)
#B39666
(179,150,102)
#A2885C
(162,136,92)
#917A52
(145,122,82)
#806C48
(128,108,72)
#6F5E3E
(111,94,62)
#5E5034
(94,80,52)
#4D422A
(77,66,42)
#3C3420
(60,52,32)
#2B2616
(43,38,22)
#1A180C
(26,24,12)
#000000
(0,0,0)

Tints of #C4A470

#C4A470
(196,164,112)
#C9AC7D
(201,172,125)
#CEB48A
(206,180,138)
#D3BC97
(211,188,151)
#D8C4A4
(216,196,164)
#DDCCB1
(221,204,177)
#E2D4BE
(226,212,190)
#E7DCCB
(231,220,203)
#ECE4D8
(236,228,216)
#F1ECE5
(241,236,229)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A470 color. Also use rgb(196,164,112) instead hex code.

Text Font Color

.myTextColor { color: #C4A470; }

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

This text font color is #C4A470.


Background Color

.myBgColor { background-color: #C4A470; }

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

This div background color is #C4A470.


Border color

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

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

This div border color is #C4A470.


Opacity

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

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

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

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

This text has shadow with #C4A470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A470 on black background.


Color preview on white background

This text has color #C4A470 on white background.



Black color preview on #C4A470 background

This text has black color on #C4A470 background.


White color preview on #C4A470 background

This text has white color on #C4A470 background.