COLOR #C4A384

HEX: #C4A384
RGB: (196,163,132)

Color info

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

RGB color model

#C4A384 color RGB value is (196,163,132).

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

RGB channels and saturation

R 196 of 255 = 77%
G 163 of 255 = 64%
B 132 of 255 = 52%

196
163
132

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

Portions of RGB colors in percentages

R + G + B =
196 + 163 + 132 = 491 (100%)
R 196 of 491 ~ 39.92%
G 163 of 491 ~ 33.2%
B 132 of 491 ~ 26.88%

%39.92
%33.2
%26.88

CMYK color model

#C4A384 color CMYK value is (0,17,33,23).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 32.65%
  • key color value is 23.14%
CMYK:
(0,17,33,23)
C0M17Y33K23 
(0%,17%,33%,23%)
(0.00/0.17/0.33/0.23)	

CMYK percentages

%0
%16.84
%32.65
%23.14

Codes

Color #C4A384 in popluar color models

C4A384
RGB196163132
HSL29°35.16%64.31%
HSB/HSV29°32.65%76.86%
CMYK0.00%16.84%32.65%
23.14%

Color #C4A384 in popluar number systems.

HEXC4A384
Decimal196163132
Binary110001001010001110000100
Octal304243204

Shades and tints

Shades of #C4A384

#C4A384
(196,163,132)
#B39578
(179,149,120)
#A2876C
(162,135,108)
#917960
(145,121,96)
#806B54
(128,107,84)
#6F5D48
(111,93,72)
#5E4F3C
(94,79,60)
#4D4130
(77,65,48)
#3C3324
(60,51,36)
#2B2518
(43,37,24)
#1A170C
(26,23,12)
#000000
(0,0,0)

Tints of #C4A384

#C4A384
(196,163,132)
#C9AB8F
(201,171,143)
#CEB39A
(206,179,154)
#D3BBA5
(211,187,165)
#D8C3B0
(216,195,176)
#DDCBBB
(221,203,187)
#E2D3C6
(226,211,198)
#E7DBD1
(231,219,209)
#ECE3DC
(236,227,220)
#F1EBE7
(241,235,231)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A384; }

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

This text font color is #C4A384.


Background Color

.myBgColor { background-color: #C4A384; }

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

This div background color is #C4A384.


Border color

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

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

This div border color is #C4A384.


Opacity

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

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

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

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

This text has shadow with #C4A384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A384 on black background.


Color preview on white background

This text has color #C4A384 on white background.



Black color preview on #C4A384 background

This text has black color on #C4A384 background.


White color preview on #C4A384 background

This text has white color on #C4A384 background.