COLOR #C4A291

HEX: #C4A291
RGB: (196,162,145)

Color info

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

RGB color model

#C4A291 color RGB value is (196,162,145).

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

RGB channels and saturation

R 196 of 255 = 77%
G 162 of 255 = 64%
B 145 of 255 = 57%

196
162
145

R + G + B ~ 66%. #C4A291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 162 + 145 = 503 (100%)
R 196 of 503 ~ 38.97%
G 162 of 503 ~ 32.21%
B 145 of 503 ~ 28.83%

%38.97
%32.21
%28.83

CMYK color model

#C4A291 color CMYK value is (0,17,26,23).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK: (0,17,26,23) C0M17Y26K23 (0%,17%,26%,23%) (0.00/0.17/0.26/0.23)

CMYK percentages

%0
%17.35
%26.02
%23.14

Codes

Color #C4A291 in popluar color models

C4A291
RGB196162145
HSL20°30.18%66.86%
HSB/HSV20°26.02%76.86%
CMYK0.00%17.35%26.02%
23.14%

Color #C4A291 in popluar number systems.

HEXC4A291
Decimal196162145
Binary110001001010001010010001
Octal304242221

Shades and tints

Shades of #C4A291

#C4A291
(196,162,145)
#B39484
(179,148,132)
#A28677
(162,134,119)
#91786A
(145,120,106)
#806A5D
(128,106,93)
#6F5C50
(111,92,80)
#5E4E43
(94,78,67)
#4D4036
(77,64,54)
#3C3229
(60,50,41)
#2B241C
(43,36,28)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #C4A291

#C4A291
(196,162,145)
#C9AA9B
(201,170,155)
#CEB2A5
(206,178,165)
#D3BAAF
(211,186,175)
#D8C2B9
(216,194,185)
#DDCAC3
(221,202,195)
#E2D2CD
(226,210,205)
#E7DAD7
(231,218,215)
#ECE2E1
(236,226,225)
#F1EAEB
(241,234,235)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A291; }

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

This text font color is #C4A291.


Background Color

.myBgColor { background-color: #C4A291; }

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

This div background color is #C4A291.


Border color

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

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

This div border color is #C4A291.


Opacity

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

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

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

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

This text has shadow with #C4A291 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4A291 on black background.


Color preview on white background

This text has color #C4A291 on white background.



Black color preview on #C4A291 background

This text has black color on #C4A291 background.


White color preview on #C4A291 background

This text has white color on #C4A291 background.