COLOR #C4A890

HEX: #C4A890
RGB: (196,168,144)

Color info

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

RGB color model

#C4A890 color RGB value is (196,168,144).

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

RGB channels and saturation

R 196 of 255 = 77%
G 168 of 255 = 66%
B 144 of 255 = 56%

196
168
144

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

Portions of RGB colors in percentages

R + G + B =
196 + 168 + 144 = 508 (100%)
R 196 of 508 ~ 38.58%
G 168 of 508 ~ 33.07%
B 144 of 508 ~ 28.35%

%38.58
%33.07
%28.35

CMYK color model

#C4A890 color CMYK value is (0,14,27,23).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 26.53%
  • key color value is 23.14%
CMYK:
(0,14,27,23)
C0M14Y27K23 
(0%,14%,27%,23%)
(0.00/0.14/0.27/0.23)	

CMYK percentages

%0
%14.29
%26.53
%23.14

Codes

Color #C4A890 in popluar color models

C4A890
RGB196168144
HSL28°30.59%66.67%
HSB/HSV28°26.53%76.86%
CMYK0.00%14.29%26.53%
23.14%

Color #C4A890 in popluar number systems.

HEXC4A890
Decimal196168144
Binary110001001010100010010000
Octal304250220

Shades and tints

Shades of #C4A890

#C4A890
(196,168,144)
#B39983
(179,153,131)
#A28A76
(162,138,118)
#917B69
(145,123,105)
#806C5C
(128,108,92)
#6F5D4F
(111,93,79)
#5E4E42
(94,78,66)
#4D3F35
(77,63,53)
#3C3028
(60,48,40)
#2B211B
(43,33,27)
#1A120E
(26,18,14)
#000000
(0,0,0)

Tints of #C4A890

#C4A890
(196,168,144)
#C9AF9A
(201,175,154)
#CEB6A4
(206,182,164)
#D3BDAE
(211,189,174)
#D8C4B8
(216,196,184)
#DDCBC2
(221,203,194)
#E2D2CC
(226,210,204)
#E7D9D6
(231,217,214)
#ECE0E0
(236,224,224)
#F1E7EA
(241,231,234)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A890; }

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

This text font color is #C4A890.


Background Color

.myBgColor { background-color: #C4A890; }

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

This div background color is #C4A890.


Border color

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

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

This div border color is #C4A890.


Opacity

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

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

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

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

This text has shadow with #C4A890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A890 on black background.


Color preview on white background

This text has color #C4A890 on white background.



Black color preview on #C4A890 background

This text has black color on #C4A890 background.


White color preview on #C4A890 background

This text has white color on #C4A890 background.