COLOR #C4A46F

HEX: #C4A46F
RGB: (196,164,111)

Color info

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

RGB color model

#C4A46F color RGB value is (196,164,111).

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

RGB channels and saturation

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

196
164
111

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

Portions of RGB colors in percentages

R + G + B =
196 + 164 + 111 = 471 (100%)
R 196 of 471 ~ 41.61%
G 164 of 471 ~ 34.82%
B 111 of 471 ~ 23.57%

%41.61
%34.82
%23.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 43.37%
  • 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
%43.37
%23.14

Codes

Color #C4A46F in popluar color models

C4A46F
RGB196164111
HSL37°41.87%60.20%
HSB/HSV37°43.37%76.86%
CMYK0.00%16.33%43.37%
23.14%

Color #C4A46F in popluar number systems.

HEXC4A46F
Decimal196164111
Binary11000100101001001101111
Octal304244157

Shades and tints

Shades of #C4A46F

#C4A46F
(196,164,111)
#B39665
(179,150,101)
#A2885B
(162,136,91)
#917A51
(145,122,81)
#806C47
(128,108,71)
#6F5E3D
(111,94,61)
#5E5033
(94,80,51)
#4D4229
(77,66,41)
#3C341F
(60,52,31)
#2B2615
(43,38,21)
#1A180B
(26,24,11)
#000000
(0,0,0)

Tints of #C4A46F

#C4A46F
(196,164,111)
#C9AC7C
(201,172,124)
#CEB489
(206,180,137)
#D3BC96
(211,188,150)
#D8C4A3
(216,196,163)
#DDCCB0
(221,204,176)
#E2D4BD
(226,212,189)
#E7DCCA
(231,220,202)
#ECE4D7
(236,228,215)
#F1ECE4
(241,236,228)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A46F; }

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

This text font color is #C4A46F.


Background Color

.myBgColor { background-color: #C4A46F; }

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

This div background color is #C4A46F.


Border color

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

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

This div border color is #C4A46F.


Opacity

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

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

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

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

This text has shadow with #C4A46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A46F on black background.


Color preview on white background

This text has color #C4A46F on white background.



Black color preview on #C4A46F background

This text has black color on #C4A46F background.


White color preview on #C4A46F background

This text has white color on #C4A46F background.