COLOR #C4A991

HEX: #C4A991
RGB: (196,169,145)

Color info

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

RGB color model

#C4A991 color RGB value is (196,169,145).

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

RGB channels and saturation

R 196 of 255 = 77%
G 169 of 255 = 66%
B 145 of 255 = 57%

196
169
145

R + G + B ~ 67%. #C4A991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 169 + 145 = 510 (100%)
R 196 of 510 ~ 38.43%
G 169 of 510 ~ 33.14%
B 145 of 510 ~ 28.43%

%38.43
%33.14
%28.43

CMYK color model

#C4A991 color CMYK value is (0,14,26,23).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK:
(0,14,26,23)
C0M14Y26K23 
(0%,14%,26%,23%)
(0.00/0.14/0.26/0.23)	

CMYK percentages

%0
%13.78
%26.02
%23.14

Codes

Color #C4A991 in popluar color models

C4A991
RGB196169145
HSL28°30.18%66.86%
HSB/HSV28°26.02%76.86%
CMYK0.00%13.78%26.02%
23.14%

Color #C4A991 in popluar number systems.

HEXC4A991
Decimal196169145
Binary110001001010100110010001
Octal304251221

Shades and tints

Shades of #C4A991

#C4A991
(196,169,145)
#B39A84
(179,154,132)
#A28B77
(162,139,119)
#917C6A
(145,124,106)
#806D5D
(128,109,93)
#6F5E50
(111,94,80)
#5E4F43
(94,79,67)
#4D4036
(77,64,54)
#3C3129
(60,49,41)
#2B221C
(43,34,28)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #C4A991

#C4A991
(196,169,145)
#C9B09B
(201,176,155)
#CEB7A5
(206,183,165)
#D3BEAF
(211,190,175)
#D8C5B9
(216,197,185)
#DDCCC3
(221,204,195)
#E2D3CD
(226,211,205)
#E7DAD7
(231,218,215)
#ECE1E1
(236,225,225)
#F1E8EB
(241,232,235)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A991; }

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

This text font color is #C4A991.


Background Color

.myBgColor { background-color: #C4A991; }

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

This div background color is #C4A991.


Border color

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

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

This div border color is #C4A991.


Opacity

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

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

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

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

This text has shadow with #C4A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A991 on black background.


Color preview on white background

This text has color #C4A991 on white background.



Black color preview on #C4A991 background

This text has black color on #C4A991 background.


White color preview on #C4A991 background

This text has white color on #C4A991 background.