COLOR #C4A96A

HEX: #C4A96A
RGB: (196,169,106)

Color info

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

RGB color model

#C4A96A color RGB value is (196,169,106).

  • red value is 196;
  • green value is 169;
  • blue value is 106.
RGB:
(196,169,106)
(77%,66%,42%)

RGB channels and saturation

R 196 of 255 = 77%
G 169 of 255 = 66%
B 106 of 255 = 42%

196
169
106

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

Portions of RGB colors in percentages

R + G + B =
196 + 169 + 106 = 471 (100%)
R 196 of 471 ~ 41.61%
G 169 of 471 ~ 35.88%
B 106 of 471 ~ 22.51%

%41.61
%35.88
%22.51

CMYK color model

#C4A96A color CMYK value is (0,14,46,23).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 45.92%
  • key color value is 23.14%
CMYK:
(0,14,46,23)
C0M14Y46K23 
(0%,14%,46%,23%)
(0.00/0.14/0.46/0.23)	

CMYK percentages

%0
%13.78
%45.92
%23.14

Codes

Color #C4A96A in popluar color models

C4A96A
RGB196169106
HSL42°43.27%59.22%
HSB/HSV42°45.92%76.86%
CMYK0.00%13.78%45.92%
23.14%

Color #C4A96A in popluar number systems.

HEXC4A96A
Decimal196169106
Binary11000100101010011101010
Octal304251152

Shades and tints

Shades of #C4A96A

#C4A96A
(196,169,106)
#B39A61
(179,154,97)
#A28B58
(162,139,88)
#917C4F
(145,124,79)
#806D46
(128,109,70)
#6F5E3D
(111,94,61)
#5E4F34
(94,79,52)
#4D402B
(77,64,43)
#3C3122
(60,49,34)
#2B2219
(43,34,25)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #C4A96A

#C4A96A
(196,169,106)
#C9B077
(201,176,119)
#CEB784
(206,183,132)
#D3BE91
(211,190,145)
#D8C59E
(216,197,158)
#DDCCAB
(221,204,171)
#E2D3B8
(226,211,184)
#E7DAC5
(231,218,197)
#ECE1D2
(236,225,210)
#F1E8DF
(241,232,223)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A96A color. Also use rgb(196,169,106) instead hex code.

Text Font Color

.myTextColor { color: #C4A96A; }

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

This text font color is #C4A96A.


Background Color

.myBgColor { background-color: #C4A96A; }

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

This div background color is #C4A96A.


Border color

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

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

This div border color is #C4A96A.


Opacity

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

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

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

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

This text has shadow with #C4A96A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A96A on black background.


Color preview on white background

This text has color #C4A96A on white background.



Black color preview on #C4A96A background

This text has black color on #C4A96A background.


White color preview on #C4A96A background

This text has white color on #C4A96A background.