COLOR #C4A678

HEX: #C4A678
RGB: (196,166,120)

Color info

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

RGB color model

#C4A678 color RGB value is (196,166,120).

  • red value is 196;
  • green value is 166;
  • blue value is 120.
RGB:
(196,166,120)
(77%,65%,47%)

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 120 of 255 = 47%

196
166
120

R + G + B ~ 63%. #C4A678 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 166 + 120 = 482 (100%)
R 196 of 482 ~ 40.66%
G 166 of 482 ~ 34.44%
B 120 of 482 ~ 24.9%

%40.66
%34.44
%24.9

CMYK color model

#C4A678 color CMYK value is (0,15,39,23).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 38.78%
  • key color value is 23.14%
CMYK:
(0,15,39,23)
C0M15Y39K23 
(0%,15%,39%,23%)
(0.00/0.15/0.39/0.23)	

CMYK percentages

%0
%15.31
%38.78
%23.14

Codes

Color #C4A678 in popluar color models

C4A678
RGB196166120
HSL36°39.18%61.96%
HSB/HSV36°38.78%76.86%
CMYK0.00%15.31%38.78%
23.14%

Color #C4A678 in popluar number systems.

HEXC4A678
Decimal196166120
Binary11000100101001101111000
Octal304246170

Shades and tints

Shades of #C4A678

#C4A678
(196,166,120)
#B3976E
(179,151,110)
#A28864
(162,136,100)
#91795A
(145,121,90)
#806A50
(128,106,80)
#6F5B46
(111,91,70)
#5E4C3C
(94,76,60)
#4D3D32
(77,61,50)
#3C2E28
(60,46,40)
#2B1F1E
(43,31,30)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #C4A678

#C4A678
(196,166,120)
#C9AE84
(201,174,132)
#CEB690
(206,182,144)
#D3BE9C
(211,190,156)
#D8C6A8
(216,198,168)
#DDCEB4
(221,206,180)
#E2D6C0
(226,214,192)
#E7DECC
(231,222,204)
#ECE6D8
(236,230,216)
#F1EEE4
(241,238,228)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A678 color. Also use rgb(196,166,120) instead hex code.

Text Font Color

.myTextColor { color: #C4A678; }

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

This text font color is #C4A678.


Background Color

.myBgColor { background-color: #C4A678; }

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

This div background color is #C4A678.


Border color

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

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

This div border color is #C4A678.


Opacity

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

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

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

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

This text has shadow with #C4A678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A678 on black background.


Color preview on white background

This text has color #C4A678 on white background.



Black color preview on #C4A678 background

This text has black color on #C4A678 background.


White color preview on #C4A678 background

This text has white color on #C4A678 background.