COLOR #C5C79A

HEX: #C5C79A RGB: (197,199,154)

Color info

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

RGB color model

#C5C79A color RGB value is (197,199,154).

RGB: (197,199,154) (77%, 78%, 60%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 154 of 255 = 60%

197
199
154

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

Portions of RGB colors in percentages

R + G + B = 197 + 199 + 154 = 550 (100%)
R 197 of 550 ~ 35.82%
G 199 of 550 ~ 36.18%
B 154 of 550 ~ 28'%

%35.82
%36.18
%28

CMYK color model

#C5C79A color CMYK value is (1,0,23,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK: (1,0,23,22) C1M0Y23K22 (1%,0%,23%,22%) (0.01/0.00/0.23/0.22) 

CMYK percentages

%1.01
%0
%22.61
%21.96

Codes

Color #C5C79A in popluar color models

C5 C7 9A
RGB 197 199 154
HSL 63° 28.66% 69.22%
HSB/HSV 63° 22.61% 78.04%
CMYK 1.01% 0.00% 22.61%
21.96%

Color #C5C79A in popluar number systems.

HEX C5 C7 9A
Decimal 197 199 154
Binary 11000101 11000111 10011010
Octal 305 307 232

Shades and tints

Shades of #C5C79A

#C5C79A
(197,199,154)
#B4B58C
(180,181,140)
#A3A37E
(163,163,126)
#929170
(146,145,112)
#817F62
(129,127,98)
#706D54
(112,109,84)
#5F5B46
(95,91,70)
#4E4938
(78,73,56)
#3D372A
(61,55,42)
#2C251C
(44,37,28)
#1B130E
(27,19,14)
#000000
(0,0,0)

Tints of #C5C79A

#C5C79A
(197,199,154)
#CACCA3
(202,204,163)
#CFD1AC
(207,209,172)
#D4D6B5
(212,214,181)
#D9DBBE
(217,219,190)
#DEE0C7
(222,224,199)
#E3E5D0
(227,229,208)
#E8EAD9
(232,234,217)
#EDEFE2
(237,239,226)
#F2F4EB
(242,244,235)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C79A color. Also use rgb(197,199,154) instead hex code.

Text Font Color

.myTextColor { color: #C5C79A; }

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

This text font color is #C5C79A.

Background Color

.myBgColor { background-color: #C5C79A; }

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

This div background color is #C5C79A.

Border color

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

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

This div border color is #C5C79A.

Opacity

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

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

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

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

This text has shadow with #C5C79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C79A.

Preview

Color preview on black background

This text has color #C5C79A on black background.


Color preview on white background

This text has color #C5C79A on white background.


Black color preview on #C5C79A background

This text has black color on #C5C79A background.


White color preview on #C5C79A background

This text has white color on #C5C79A background.


Related colors

Complementary color

Complementary color for #hex is #3A3865.


I love getcolorcode.com

Triadic colors

1 #9AC5C7 and #C79AC5 with #C5C79A are triadic colors.

2 #9AC7C5 and #C7C59A with #C5C79A are triadic colors.