COLOR #C4A45B

HEX: #C4A45B RGB: (196,164,91)

Color info

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

RGB color model

#C4A45B color RGB value is (196,164,91).

RGB: (196,164,91) (77%, 64%, 36%)

RGB channels and saturation

R 196 of 255 = 77%
G 164 of 255 = 64%
B 91 of 255 = 36%

196
164
91

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

Portions of RGB colors in percentages

R + G + B = 196 + 164 + 91 = 451 (100%)
R 196 of 451 ~ 43.46%
G 164 of 451 ~ 36.36%
B 91 of 451 ~ 20.18'%

%43.46
%36.36
%20.18

CMYK color model

#C4A45B color CMYK value is (0,16,54,23).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 53.57%
  • key color value is 23.14%
CMYK: (0,16,54,23) C0M16Y54K23 (0%,16%,54%,23%) (0.00/0.16/0.54/0.23) 

CMYK percentages

%0
%16.33
%53.57
%23.14

Codes

Color #C4A45B in popluar color models

C4 A4 5B
RGB 196 164 91
HSL 42° 47.09% 56.27%
HSB/HSV 42° 53.57% 76.86%
CMYK 0.00% 16.33% 53.57%
23.14%

Color #C4A45B in popluar number systems.

HEX C4 A4 5B
Decimal 196 164 91
Binary 11000100 10100100 1011011
Octal 304 244 133

Shades and tints

Shades of #C4A45B

#C4A45B
(196,164,91)
#B39653
(179,150,83)
#A2884B
(162,136,75)
#917A43
(145,122,67)
#806C3B
(128,108,59)
#6F5E33
(111,94,51)
#5E502B
(94,80,43)
#4D4223
(77,66,35)
#3C341B
(60,52,27)
#2B2613
(43,38,19)
#1A180B
(26,24,11)
#000000
(0,0,0)

Tints of #C4A45B

#C4A45B
(196,164,91)
#C9AC69
(201,172,105)
#CEB477
(206,180,119)
#D3BC85
(211,188,133)
#D8C493
(216,196,147)
#DDCCA1
(221,204,161)
#E2D4AF
(226,212,175)
#E7DCBD
(231,220,189)
#ECE4CB
(236,228,203)
#F1ECD9
(241,236,217)
#F6F4E7
(246,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A45B; }

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

This text font color is #C4A45B.

Background Color

.myBgColor { background-color: #C4A45B; }

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

This div background color is #C4A45B.

Border color

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

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

This div border color is #C4A45B.

Opacity

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

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

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

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

This text has shadow with #C4A45B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A45B.

Preview

Color preview on black background

This text has color #C4A45B on black background.


Color preview on white background

This text has color #C4A45B on white background.


Black color preview on #C4A45B background

This text has black color on #C4A45B background.


White color preview on #C4A45B background

This text has white color on #C4A45B background.


Related colors

Complementary color

Complementary color for #hex is #3B5BA4.


I love getcolorcode.com

Triadic colors

1 #5BC4A4 and #A45BC4 with #C4A45B are triadic colors.

2 #5BA4C4 and #A4C45B with #C4A45B are triadic colors.