COLOR #C5C47A

HEX: #C5C47A
RGB: (197,196,122)

Color info

#C5C47A contains mainly red and green colors. Web safe color of #C5C47A is #CCCC66 (or #CC6).

RGB color model

#C5C47A color RGB value is (197,196,122).

  • red value is 197;
  • green value is 196;
  • blue value is 122.
RGB:
(197,196,122)
(77%,77%,48%)

RGB channels and saturation

R 197 of 255 = 77%
G 196 of 255 = 77%
B 122 of 255 = 48%

197
196
122

R + G + B ~ 67%. #C5C47A is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 196 + 122 = 515 (100%)
R 197 of 515 ~ 38.25%
G 196 of 515 ~ 38.06%
B 122 of 515 ~ 23.69%

%38.25
%38.06
%23.69

CMYK color model

#C5C47A color CMYK value is (0,1,38,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 38.07%
  • key color value is 22.75%
CMYK:
(0,1,38,23)
C0M1Y38K23 
(0%,1%,38%,23%)
(0.00/0.01/0.38/0.23)	

CMYK percentages

%0
%0.51
%38.07
%22.75

Codes

Color #C5C47A in popluar color models

C5C47A
RGB197196122
HSL59°39.27%62.55%
HSB/HSV59°38.07%77.25%
CMYK0.00%0.51%38.07%
22.75%

Color #C5C47A in popluar number systems.

HEXC5C47A
Decimal197196122
Binary11000101110001001111010
Octal305304172

Shades and tints

Shades of #C5C47A

#C5C47A
(197,196,122)
#B4B36F
(180,179,111)
#A3A264
(163,162,100)
#929159
(146,145,89)
#81804E
(129,128,78)
#706F43
(112,111,67)
#5F5E38
(95,94,56)
#4E4D2D
(78,77,45)
#3D3C22
(61,60,34)
#2C2B17
(44,43,23)
#1B1A0C
(27,26,12)
#000000
(0,0,0)

Tints of #C5C47A

#C5C47A
(197,196,122)
#CAC986
(202,201,134)
#CFCE92
(207,206,146)
#D4D39E
(212,211,158)
#D9D8AA
(217,216,170)
#DEDDB6
(222,221,182)
#E3E2C2
(227,226,194)
#E8E7CE
(232,231,206)
#EDECDA
(237,236,218)
#F2F1E6
(242,241,230)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C47A; }

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

This text font color is #C5C47A.


Background Color

.myBgColor { background-color: #C5C47A; }

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

This div background color is #C5C47A.


Border color

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

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

This div border color is #C5C47A.


Opacity

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

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

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

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

This text has shadow with #C5C47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C47A on black background.


Color preview on white background

This text has color #C5C47A on white background.



Black color preview on #C5C47A background

This text has black color on #C5C47A background.


White color preview on #C5C47A background

This text has white color on #C5C47A background.