COLOR #C4A489

HEX: #C4A489
RGB: (196,164,137)

Color info

#C4A489 contains red, green and blue colors in about the same proportion. Web safe color of #C4A489 is #CC9999 (or #C99).

RGB color model

#C4A489 color RGB value is (196,164,137).

  • red value is 196;
  • green value is 164;
  • blue value is 137.
RGB:
(196,164,137)
(77%,64%,54%)

RGB channels and saturation

R 196 of 255 = 77%
G 164 of 255 = 64%
B 137 of 255 = 54%

196
164
137

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

Portions of RGB colors in percentages

R + G + B =
196 + 164 + 137 = 497 (100%)
R 196 of 497 ~ 39.44%
G 164 of 497 ~ 33%
B 137 of 497 ~ 27.57%

%39.44
%33
%27.57

CMYK color model

#C4A489 color CMYK value is (0,16,30,23).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 30.10%
  • key color value is 23.14%
CMYK:
(0,16,30,23)
C0M16Y30K23 
(0%,16%,30%,23%)
(0.00/0.16/0.30/0.23)	

CMYK percentages

%0
%16.33
%30.1
%23.14

Codes

Color #C4A489 in popluar color models

C4A489
RGB196164137
HSL27°33.33%65.29%
HSB/HSV27°30.10%76.86%
CMYK0.00%16.33%30.10%
23.14%

Color #C4A489 in popluar number systems.

HEXC4A489
Decimal196164137
Binary110001001010010010001001
Octal304244211

Shades and tints

Shades of #C4A489

#C4A489
(196,164,137)
#B3967D
(179,150,125)
#A28871
(162,136,113)
#917A65
(145,122,101)
#806C59
(128,108,89)
#6F5E4D
(111,94,77)
#5E5041
(94,80,65)
#4D4235
(77,66,53)
#3C3429
(60,52,41)
#2B261D
(43,38,29)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #C4A489

#C4A489
(196,164,137)
#C9AC93
(201,172,147)
#CEB49D
(206,180,157)
#D3BCA7
(211,188,167)
#D8C4B1
(216,196,177)
#DDCCBB
(221,204,187)
#E2D4C5
(226,212,197)
#E7DCCF
(231,220,207)
#ECE4D9
(236,228,217)
#F1ECE3
(241,236,227)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A489 color. Also use rgb(196,164,137) instead hex code.

Text Font Color

.myTextColor { color: #C4A489; }

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

This text font color is #C4A489.


Background Color

.myBgColor { background-color: #C4A489; }

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

This div background color is #C4A489.


Border color

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

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

This div border color is #C4A489.


Opacity

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

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

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

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

This text has shadow with #C4A489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A489 on black background.


Color preview on white background

This text has color #C4A489 on white background.



Black color preview on #C4A489 background

This text has black color on #C4A489 background.


White color preview on #C4A489 background

This text has white color on #C4A489 background.