COLOR #C4A190

HEX: #C4A190
RGB: (196,161,144)

Color info

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

RGB color model

#C4A190 color RGB value is (196,161,144).

  • red value is 196;
  • green value is 161;
  • blue value is 144.
RGB:
(196,161,144)
(77%,63%,56%)

RGB channels and saturation

R 196 of 255 = 77%
G 161 of 255 = 63%
B 144 of 255 = 56%

196
161
144

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

Portions of RGB colors in percentages

R + G + B =
196 + 161 + 144 = 501 (100%)
R 196 of 501 ~ 39.12%
G 161 of 501 ~ 32.14%
B 144 of 501 ~ 28.74%

%39.12
%32.14
%28.74

CMYK color model

#C4A190 color CMYK value is (0,18,27,23).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 26.53%
  • key color value is 23.14%
CMYK:
(0,18,27,23)
C0M18Y27K23 
(0%,18%,27%,23%)
(0.00/0.18/0.27/0.23)	

CMYK percentages

%0
%17.86
%26.53
%23.14

Codes

Color #C4A190 in popluar color models

C4A190
RGB196161144
HSL20°30.59%66.67%
HSB/HSV20°26.53%76.86%
CMYK0.00%17.86%26.53%
23.14%

Color #C4A190 in popluar number systems.

HEXC4A190
Decimal196161144
Binary110001001010000110010000
Octal304241220

Shades and tints

Shades of #C4A190

#C4A190
(196,161,144)
#B39383
(179,147,131)
#A28576
(162,133,118)
#917769
(145,119,105)
#80695C
(128,105,92)
#6F5B4F
(111,91,79)
#5E4D42
(94,77,66)
#4D3F35
(77,63,53)
#3C3128
(60,49,40)
#2B231B
(43,35,27)
#1A150E
(26,21,14)
#000000
(0,0,0)

Tints of #C4A190

#C4A190
(196,161,144)
#C9A99A
(201,169,154)
#CEB1A4
(206,177,164)
#D3B9AE
(211,185,174)
#D8C1B8
(216,193,184)
#DDC9C2
(221,201,194)
#E2D1CC
(226,209,204)
#E7D9D6
(231,217,214)
#ECE1E0
(236,225,224)
#F1E9EA
(241,233,234)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A190 color. Also use rgb(196,161,144) instead hex code.

Text Font Color

.myTextColor { color: #C4A190; }

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

This text font color is #C4A190.


Background Color

.myBgColor { background-color: #C4A190; }

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

This div background color is #C4A190.


Border color

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

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

This div border color is #C4A190.


Opacity

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

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

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

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

This text has shadow with #C4A190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A190 on black background.


Color preview on white background

This text has color #C4A190 on white background.



Black color preview on #C4A190 background

This text has black color on #C4A190 background.


White color preview on #C4A190 background

This text has white color on #C4A190 background.