COLOR #C5C447

HEX: #C5C447
RGB: (197,196,71)

Color info

#C5C447 contains mainly red and green colors. Web safe color of #C5C447 is #CCCC33 (or #CC3).

RGB color model

#C5C447 color RGB value is (197,196,71).

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

RGB channels and saturation

R 197 of 255 = 77%
G 196 of 255 = 77%
B 71 of 255 = 28%

197
196
71

R + G + B ~ 61%. #C5C447 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 196 + 71 = 464 (100%)
R 197 of 464 ~ 42.46%
G 196 of 464 ~ 42.24%
B 71 of 464 ~ 15.3%

%42.46
%42.24
%15.3

CMYK color model

#C5C447 color CMYK value is (0,1,64,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 63.96%
  • key color value is 22.75%
CMYK:
(0,1,64,23)
C0M1Y64K23 
(0%,1%,64%,23%)
(0.00/0.01/0.64/0.23)	

CMYK percentages

%0
%0.51
%63.96
%22.75

Codes

Color #C5C447 in popluar color models

C5C447
RGB19719671
HSL60°52.07%52.55%
HSB/HSV60°63.96%77.25%
CMYK0.00%0.51%63.96%
22.75%

Color #C5C447 in popluar number systems.

HEXC5C447
Decimal19719671
Binary11000101110001001000111
Octal305304107

Shades and tints

Shades of #C5C447

#C5C447
(197,196,71)
#B4B341
(180,179,65)
#A3A23B
(163,162,59)
#929135
(146,145,53)
#81802F
(129,128,47)
#706F29
(112,111,41)
#5F5E23
(95,94,35)
#4E4D1D
(78,77,29)
#3D3C17
(61,60,23)
#2C2B11
(44,43,17)
#1B1A0B
(27,26,11)
#000000
(0,0,0)

Tints of #C5C447

#C5C447
(197,196,71)
#CAC957
(202,201,87)
#CFCE67
(207,206,103)
#D4D377
(212,211,119)
#D9D887
(217,216,135)
#DEDD97
(222,221,151)
#E3E2A7
(227,226,167)
#E8E7B7
(232,231,183)
#EDECC7
(237,236,199)
#F2F1D7
(242,241,215)
#F7F6E7
(247,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C447; }

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

This text font color is #C5C447.


Background Color

.myBgColor { background-color: #C5C447; }

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

This div background color is #C5C447.


Border color

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

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

This div border color is #C5C447.


Opacity

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

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

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

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

This text has shadow with #C5C447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C447 on black background.


Color preview on white background

This text has color #C5C447 on white background.



Black color preview on #C5C447 background

This text has black color on #C5C447 background.


White color preview on #C5C447 background

This text has white color on #C5C447 background.