COLOR #C4C9A1

HEX: #C4C9A1
RGB: (196,201,161)

Color info

#C4C9A1 contains red, green and blue colors in about the same proportion. Web safe color of #C4C9A1 is #CCCC99 (or #CC9).

RGB color model

#C4C9A1 color RGB value is (196,201,161).

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

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 161 of 255 = 63%

196
201
161

R + G + B ~ 73%. #C4C9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 161 = 558 (100%)
R 196 of 558 ~ 35.13%
G 201 of 558 ~ 36.02%
B 161 of 558 ~ 28.85%

%35.13
%36.02
%28.85

CMYK color model

#C4C9A1 color CMYK value is (2,0,20,21).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 21.18%
CMYK:
(2,0,20,21)
C2M0Y20K21 
(2%,0%,20%,21%)
(0.02/0.00/0.20/0.21)	

CMYK percentages

%2.49
%0
%19.9
%21.18

Codes

Color #C4C9A1 in popluar color models

C4C9A1
RGB196201161
HSL68°27.03%70.98%
HSB/HSV68°19.90%78.82%
CMYK2.49%0.00%19.90%
21.18%

Color #C4C9A1 in popluar number systems.

HEXC4C9A1
Decimal196201161
Binary110001001100100110100001
Octal304311241

Shades and tints

Shades of #C4C9A1

#C4C9A1
(196,201,161)
#B3B793
(179,183,147)
#A2A585
(162,165,133)
#919377
(145,147,119)
#808169
(128,129,105)
#6F6F5B
(111,111,91)
#5E5D4D
(94,93,77)
#4D4B3F
(77,75,63)
#3C3931
(60,57,49)
#2B2723
(43,39,35)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #C4C9A1

#C4C9A1
(196,201,161)
#C9CDA9
(201,205,169)
#CED1B1
(206,209,177)
#D3D5B9
(211,213,185)
#D8D9C1
(216,217,193)
#DDDDC9
(221,221,201)
#E2E1D1
(226,225,209)
#E7E5D9
(231,229,217)
#ECE9E1
(236,233,225)
#F1EDE9
(241,237,233)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C9A1; }

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

This text font color is #C4C9A1.


Background Color

.myBgColor { background-color: #C4C9A1; }

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

This div background color is #C4C9A1.


Border color

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

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

This div border color is #C4C9A1.


Opacity

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

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

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

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

This text has shadow with #C4C9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9A1 on black background.


Color preview on white background

This text has color #C4C9A1 on white background.



Black color preview on #C4C9A1 background

This text has black color on #C4C9A1 background.


White color preview on #C4C9A1 background

This text has white color on #C4C9A1 background.