COLOR #C4A380

HEX: #C4A380 RGB: (196,163,128)

Color info

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

RGB color model

#C4A380 color RGB value is (196,163,128).

RGB: (196,163,128) (77%, 64%, 50%)

RGB channels and saturation

R 196 of 255 = 77%
G 163 of 255 = 64%
B 128 of 255 = 50%

196
163
128

R + G + B ~ 64%. #C4A380 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 163 + 128 = 487 (100%)
R 196 of 487 ~ 40.25%
G 163 of 487 ~ 33.47%
B 128 of 487 ~ 26.28'%

%40.25
%33.47
%26.28

CMYK color model

#C4A380 color CMYK value is (0,17,35,23).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 34.69%
  • key color value is 23.14%

CMYK: (0,17,35,23)
C0M17Y35K23 (0%, 17%, 35%, 23%)
(0.00 / 0.17 / 0.35 / 0.23)

CMYK percentages

%0
%16.84
%34.69
%23.14

Codes

Color #C4A380 in popluar color models

C4 A3 80
RGB 196 163 128
HSL 31° 36.56% 63.53%
HSB/HSV 31° 34.69% 76.86%
CMYK 0.00% 16.84% 34.69%
23.14%

Color #C4A380 in popluar number systems.

HEX C4 A3 80
Decimal 196 163 128
Binary 11000100 10100011 10000000
Octal 304 243 200

Shades and tints

Shades of #C4A380

#C4A380
(196,163,128)
#B39575
(179,149,117)
#A2876A
(162,135,106)
#91795F
(145,121,95)
#806B54
(128,107,84)
#6F5D49
(111,93,73)
#5E4F3E
(94,79,62)
#4D4133
(77,65,51)
#3C3328
(60,51,40)
#2B251D
(43,37,29)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C4A380

#C4A380
(196,163,128)
#C9AB8B
(201,171,139)
#CEB396
(206,179,150)
#D3BBA1
(211,187,161)
#D8C3AC
(216,195,172)
#DDCBB7
(221,203,183)
#E2D3C2
(226,211,194)
#E7DBCD
(231,219,205)
#ECE3D8
(236,227,216)
#F1EBE3
(241,235,227)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A380 color. Also use rgb(196,163,128) instead hex code.

Text Font Color

.myTextColor { color: #C4A380; }

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

This text font color is #C4A380.

Background Color

.myBgColor { background-color: #C4A380; }

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

This div background color is #C4A380.

Border color

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

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

This div border color is #C4A380.

Opacity

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

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

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

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

This text has shadow with #C4A380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A380.

Preview

Color preview on black background

This text has color #C4A380 on black background.


Color preview on white background

This text has color #C4A380 on white background.


Black color preview on #C4A380 background

This text has black color on #C4A380 background.


White color preview on #C4A380 background

This text has white color on #C4A380 background.


Related colors

Complementary color

Complementary color for #hex is #3B5C7F.


I love getcolorcode.com

Triadic colors

1 #80C4A3 and #A380C4 with #C4A380 are triadic colors.

2 #80A3C4 and #A3C480 with #C4A380 are triadic colors.