COLOR #C5C49C

HEX: #C5C49C RGB: (197,196,156)

Color info

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

RGB color model

#C5C49C color RGB value is (197,196,156).

RGB: (197,196,156) (77%, 77%, 61%)

RGB channels and saturation

R 197 of 255 = 77%
G 196 of 255 = 77%
B 156 of 255 = 61%

197
196
156

R + G + B ~ 72%. #C5C49C is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 196 + 156 = 549 (100%)
R 197 of 549 ~ 35.88%
G 196 of 549 ~ 35.7%
B 156 of 549 ~ 28.42'%

%35.88
%35.7
%28.42

CMYK color model

#C5C49C color CMYK value is (0,1,21,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 20.81%
  • key color value is 22.75%

CMYK: (0,1,21,23)
C0M1Y21K23 (0%, 1%, 21%, 23%)
(0.00 / 0.01 / 0.21 / 0.23)

CMYK percentages

%0
%0.51
%20.81
%22.75

Codes

Color #C5C49C in popluar color models

C5 C4 9C
RGB 197 196 156
HSL 59° 26.11% 69.22%
HSB/HSV 59° 20.81% 77.25%
CMYK 0.00% 0.51% 20.81%
22.75%

Color #C5C49C in popluar number systems.

HEX C5 C4 9C
Decimal 197 196 156
Binary 11000101 11000100 10011100
Octal 305 304 234

Shades and tints

Shades of #C5C49C

#C5C49C
(197,196,156)
#B4B38E
(180,179,142)
#A3A280
(163,162,128)
#929172
(146,145,114)
#818064
(129,128,100)
#706F56
(112,111,86)
#5F5E48
(95,94,72)
#4E4D3A
(78,77,58)
#3D3C2C
(61,60,44)
#2C2B1E
(44,43,30)
#1B1A10
(27,26,16)
#000000
(0,0,0)

Tints of #C5C49C

#C5C49C
(197,196,156)
#CAC9A5
(202,201,165)
#CFCEAE
(207,206,174)
#D4D3B7
(212,211,183)
#D9D8C0
(217,216,192)
#DEDDC9
(222,221,201)
#E3E2D2
(227,226,210)
#E8E7DB
(232,231,219)
#EDECE4
(237,236,228)
#F2F1ED
(242,241,237)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C49C color. Also use rgb(197,196,156) instead hex code.

Text Font Color

.myTextColor { color: #C5C49C; }

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

This text font color is #C5C49C.

Background Color

.myBgColor { background-color: #C5C49C; }

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

This div background color is #C5C49C.

Border color

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

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

This div border color is #C5C49C.

Opacity

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

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

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

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

This text has shadow with #C5C49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C49C.

Preview

Color preview on black background

This text has color #C5C49C on black background.


Color preview on white background

This text has color #C5C49C on white background.


Black color preview on #C5C49C background

This text has black color on #C5C49C background.


White color preview on #C5C49C background

This text has white color on #C5C49C background.


Related colors

Complementary color

Complementary color for #hex is #3A3B63.


I love getcolorcode.com

Triadic colors

1 #9CC5C4 and #C49CC5 with #C5C49C are triadic colors.

2 #9CC4C5 and #C4C59C with #C5C49C are triadic colors.