COLOR #C4A786

HEX: #C4A786
RGB: (196,167,134)

Color info

#C4A786 contains mainly red and green colors. Web safe color of #C4A786 is #CC9999 (or #C99).

RGB color model

#C4A786 color RGB value is (196,167,134).

  • red value is 196;
  • green value is 167;
  • blue value is 134.
RGB:
(196,167,134)
(77%,65%,53%)

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 134 of 255 = 53%

196
167
134

R + G + B ~ 65%. #C4A786 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 167 + 134 = 497 (100%)
R 196 of 497 ~ 39.44%
G 167 of 497 ~ 33.6%
B 134 of 497 ~ 26.96%

%39.44
%33.6
%26.96

CMYK color model

#C4A786 color CMYK value is (0,15,32,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 31.63%
  • key color value is 23.14%
CMYK:
(0,15,32,23)
C0M15Y32K23 
(0%,15%,32%,23%)
(0.00/0.15/0.32/0.23)	

CMYK percentages

%0
%14.8
%31.63
%23.14

Codes

Color #C4A786 in popluar color models

C4A786
RGB196167134
HSL32°34.44%64.71%
HSB/HSV32°31.63%76.86%
CMYK0.00%14.80%31.63%
23.14%

Color #C4A786 in popluar number systems.

HEXC4A786
Decimal196167134
Binary110001001010011110000110
Octal304247206

Shades and tints

Shades of #C4A786

#C4A786
(196,167,134)
#B3987A
(179,152,122)
#A2896E
(162,137,110)
#917A62
(145,122,98)
#806B56
(128,107,86)
#6F5C4A
(111,92,74)
#5E4D3E
(94,77,62)
#4D3E32
(77,62,50)
#3C2F26
(60,47,38)
#2B201A
(43,32,26)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #C4A786

#C4A786
(196,167,134)
#C9AF91
(201,175,145)
#CEB79C
(206,183,156)
#D3BFA7
(211,191,167)
#D8C7B2
(216,199,178)
#DDCFBD
(221,207,189)
#E2D7C8
(226,215,200)
#E7DFD3
(231,223,211)
#ECE7DE
(236,231,222)
#F1EFE9
(241,239,233)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A786 color. Also use rgb(196,167,134) instead hex code.

Text Font Color

.myTextColor { color: #C4A786; }

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

This text font color is #C4A786.


Background Color

.myBgColor { background-color: #C4A786; }

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

This div background color is #C4A786.


Border color

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

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

This div border color is #C4A786.


Opacity

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

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

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

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

This text has shadow with #C4A786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A786 on black background.


Color preview on white background

This text has color #C4A786 on white background.



Black color preview on #C4A786 background

This text has black color on #C4A786 background.


White color preview on #C4A786 background

This text has white color on #C4A786 background.