COLOR #C5C08C

HEX: #C5C08C
RGB: (197,192,140)

Color info

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

RGB color model

#C5C08C color RGB value is (197,192,140).

  • red value is 197;
  • green value is 192;
  • blue value is 140.
RGB:
(197,192,140)
(77%,75%,55%)

RGB channels and saturation

R 197 of 255 = 77%
G 192 of 255 = 75%
B 140 of 255 = 55%

197
192
140

R + G + B ~ 69%. #C5C08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 192 + 140 = 529 (100%)
R 197 of 529 ~ 37.24%
G 192 of 529 ~ 36.29%
B 140 of 529 ~ 26.47%

%37.24
%36.29
%26.47

CMYK color model

#C5C08C color CMYK value is (0,3,29,23).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 28.93%
  • key color value is 22.75%
CMYK:
(0,3,29,23)
C0M3Y29K23 
(0%,3%,29%,23%)
(0.00/0.03/0.29/0.23)	

CMYK percentages

%0
%2.54
%28.93
%22.75

Codes

Color #C5C08C in popluar color models

C5C08C
RGB197192140
HSL55°32.95%66.08%
HSB/HSV55°28.93%77.25%
CMYK0.00%2.54%28.93%
22.75%

Color #C5C08C in popluar number systems.

HEXC5C08C
Decimal197192140
Binary110001011100000010001100
Octal305300214

Shades and tints

Shades of #C5C08C

#C5C08C
(197,192,140)
#B4AF80
(180,175,128)
#A39E74
(163,158,116)
#928D68
(146,141,104)
#817C5C
(129,124,92)
#706B50
(112,107,80)
#5F5A44
(95,90,68)
#4E4938
(78,73,56)
#3D382C
(61,56,44)
#2C2720
(44,39,32)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5C08C

#C5C08C
(197,192,140)
#CAC596
(202,197,150)
#CFCAA0
(207,202,160)
#D4CFAA
(212,207,170)
#D9D4B4
(217,212,180)
#DED9BE
(222,217,190)
#E3DEC8
(227,222,200)
#E8E3D2
(232,227,210)
#EDE8DC
(237,232,220)
#F2EDE6
(242,237,230)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C08C color. Also use rgb(197,192,140) instead hex code.

Text Font Color

.myTextColor { color: #C5C08C; }

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

This text font color is #C5C08C.


Background Color

.myBgColor { background-color: #C5C08C; }

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

This div background color is #C5C08C.


Border color

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

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

This div border color is #C5C08C.


Opacity

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

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

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

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

This text has shadow with #C5C08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C08C on black background.


Color preview on white background

This text has color #C5C08C on white background.



Black color preview on #C5C08C background

This text has black color on #C5C08C background.


White color preview on #C5C08C background

This text has white color on #C5C08C background.