COLOR #C4A56E

HEX: #C4A56E RGB: (196,165,110)

Color info

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

RGB color model

#C4A56E color RGB value is (196,165,110).

RGB: (196,165,110) (77%, 65%, 43%)

RGB channels and saturation

R 196 of 255 = 77%
G 165 of 255 = 65%
B 110 of 255 = 43%

196
165
110

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

Portions of RGB colors in percentages

R + G + B = 196 + 165 + 110 = 471 (100%)
R 196 of 471 ~ 41.61%
G 165 of 471 ~ 35.03%
B 110 of 471 ~ 23.35'%

%41.61
%35.03
%23.35

CMYK color model

#C4A56E color CMYK value is (0,16,44,23).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 43.88%
  • key color value is 23.14%

CMYK: (0,16,44,23)
C0M16Y44K23 (0%, 16%, 44%, 23%)
(0.00 / 0.16 / 0.44 / 0.23)

CMYK percentages

%0
%15.82
%43.88
%23.14

Codes

Color #C4A56E in popluar color models

C4 A5 6E
RGB 196 165 110
HSL 38° 42.16% 60.00%
HSB/HSV 38° 43.88% 76.86%
CMYK 0.00% 15.82% 43.88%
23.14%

Color #C4A56E in popluar number systems.

HEX C4 A5 6E
Decimal 196 165 110
Binary 11000100 10100101 1101110
Octal 304 245 156

Shades and tints

Shades of #C4A56E

#C4A56E
(196,165,110)
#B39664
(179,150,100)
#A2875A
(162,135,90)
#917850
(145,120,80)
#806946
(128,105,70)
#6F5A3C
(111,90,60)
#5E4B32
(94,75,50)
#4D3C28
(77,60,40)
#3C2D1E
(60,45,30)
#2B1E14
(43,30,20)
#1A0F0A
(26,15,10)
#000000
(0,0,0)

Tints of #C4A56E

#C4A56E
(196,165,110)
#C9AD7B
(201,173,123)
#CEB588
(206,181,136)
#D3BD95
(211,189,149)
#D8C5A2
(216,197,162)
#DDCDAF
(221,205,175)
#E2D5BC
(226,213,188)
#E7DDC9
(231,221,201)
#ECE5D6
(236,229,214)
#F1EDE3
(241,237,227)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A56E color. Also use rgb(196,165,110) instead hex code.

Text Font Color

.myTextColor { color: #C4A56E; }

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

This text font color is #C4A56E.

Background Color

.myBgColor { background-color: #C4A56E; }

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

This div background color is #C4A56E.

Border color

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

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

This div border color is #C4A56E.

Opacity

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

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

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

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

This text has shadow with #C4A56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A56E.

Preview

Color preview on black background

This text has color #C4A56E on black background.


Color preview on white background

This text has color #C4A56E on white background.


Black color preview on #C4A56E background

This text has black color on #C4A56E background.


White color preview on #C4A56E background

This text has white color on #C4A56E background.


Related colors

Complementary color

Complementary color for #hex is #3B5A91.


I love getcolorcode.com

Triadic colors

1 #6EC4A5 and #A56EC4 with #C4A56E are triadic colors.

2 #6EA5C4 and #A5C46E with #C4A56E are triadic colors.