COLOR #C4A784

HEX: #C4A784
RGB: (196,167,132)

Color info

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

RGB color model

#C4A784 color RGB value is (196,167,132).

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

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 132 of 255 = 52%

196
167
132

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

Portions of RGB colors in percentages

R + G + B =
196 + 167 + 132 = 495 (100%)
R 196 of 495 ~ 39.6%
G 167 of 495 ~ 33.74%
B 132 of 495 ~ 26.67%

%39.6
%33.74
%26.67

CMYK color model

#C4A784 color CMYK value is (0,15,33,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 32.65%
  • key color value is 23.14%
CMYK:
(0,15,33,23)
C0M15Y33K23 
(0%,15%,33%,23%)
(0.00/0.15/0.33/0.23)	

CMYK percentages

%0
%14.8
%32.65
%23.14

Codes

Color #C4A784 in popluar color models

C4A784
RGB196167132
HSL33°35.16%64.31%
HSB/HSV33°32.65%76.86%
CMYK0.00%14.80%32.65%
23.14%

Color #C4A784 in popluar number systems.

HEXC4A784
Decimal196167132
Binary110001001010011110000100
Octal304247204

Shades and tints

Shades of #C4A784

#C4A784
(196,167,132)
#B39878
(179,152,120)
#A2896C
(162,137,108)
#917A60
(145,122,96)
#806B54
(128,107,84)
#6F5C48
(111,92,72)
#5E4D3C
(94,77,60)
#4D3E30
(77,62,48)
#3C2F24
(60,47,36)
#2B2018
(43,32,24)
#1A110C
(26,17,12)
#000000
(0,0,0)

Tints of #C4A784

#C4A784
(196,167,132)
#C9AF8F
(201,175,143)
#CEB79A
(206,183,154)
#D3BFA5
(211,191,165)
#D8C7B0
(216,199,176)
#DDCFBB
(221,207,187)
#E2D7C6
(226,215,198)
#E7DFD1
(231,223,209)
#ECE7DC
(236,231,220)
#F1EFE7
(241,239,231)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A784; }

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

This text font color is #C4A784.


Background Color

.myBgColor { background-color: #C4A784; }

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

This div background color is #C4A784.


Border color

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

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

This div border color is #C4A784.


Opacity

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

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

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

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

This text has shadow with #C4A784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A784 on black background.


Color preview on white background

This text has color #C4A784 on white background.



Black color preview on #C4A784 background

This text has black color on #C4A784 background.


White color preview on #C4A784 background

This text has white color on #C4A784 background.