COLOR #C5C06E

HEX: #C5C06E
RGB: (197,192,110)

Color info

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

RGB color model

#C5C06E color RGB value is (197,192,110).

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

RGB channels and saturation

R 197 of 255 = 77%
G 192 of 255 = 75%
B 110 of 255 = 43%

197
192
110

R + G + B ~ 65%. #C5C06E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 192 + 110 = 499 (100%)
R 197 of 499 ~ 39.48%
G 192 of 499 ~ 38.48%
B 110 of 499 ~ 22.04%

%39.48
%38.48
%22.04

CMYK color model

#C5C06E color CMYK value is (0,3,44,23).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 44.16%
  • key color value is 22.75%
CMYK:
(0,3,44,23)
C0M3Y44K23 
(0%,3%,44%,23%)
(0.00/0.03/0.44/0.23)	

CMYK percentages

%0
%2.54
%44.16
%22.75

Codes

Color #C5C06E in popluar color models

C5C06E
RGB197192110
HSL57°42.86%60.20%
HSB/HSV57°44.16%77.25%
CMYK0.00%2.54%44.16%
22.75%

Color #C5C06E in popluar number systems.

HEXC5C06E
Decimal197192110
Binary11000101110000001101110
Octal305300156

Shades and tints

Shades of #C5C06E

#C5C06E
(197,192,110)
#B4AF64
(180,175,100)
#A39E5A
(163,158,90)
#928D50
(146,141,80)
#817C46
(129,124,70)
#706B3C
(112,107,60)
#5F5A32
(95,90,50)
#4E4928
(78,73,40)
#3D381E
(61,56,30)
#2C2714
(44,39,20)
#1B160A
(27,22,10)
#000000
(0,0,0)

Tints of #C5C06E

#C5C06E
(197,192,110)
#CAC57B
(202,197,123)
#CFCA88
(207,202,136)
#D4CF95
(212,207,149)
#D9D4A2
(217,212,162)
#DED9AF
(222,217,175)
#E3DEBC
(227,222,188)
#E8E3C9
(232,227,201)
#EDE8D6
(237,232,214)
#F2EDE3
(242,237,227)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C06E; }

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

This text font color is #C5C06E.


Background Color

.myBgColor { background-color: #C5C06E; }

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

This div background color is #C5C06E.


Border color

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

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

This div border color is #C5C06E.


Opacity

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

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

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

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

This text has shadow with #C5C06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C06E on black background.


Color preview on white background

This text has color #C5C06E on white background.



Black color preview on #C5C06E background

This text has black color on #C5C06E background.


White color preview on #C5C06E background

This text has white color on #C5C06E background.