COLOR #C5C26C

HEX: #C5C26C RGB: (197,194,108)

Color info

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

RGB color model

#C5C26C color RGB value is (197,194,108).

RGB: (197,194,108) (77%, 76%, 42%)

RGB channels and saturation

R 197 of 255 = 77%
G 194 of 255 = 76%
B 108 of 255 = 42%

197
194
108

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

Portions of RGB colors in percentages

R + G + B = 197 + 194 + 108 = 499 (100%)
R 197 of 499 ~ 39.48%
G 194 of 499 ~ 38.88%
B 108 of 499 ~ 21.64'%

%39.48
%38.88
%21.64

CMYK color model

#C5C26C color CMYK value is (0,2,45,23).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 45.18%
  • key color value is 22.75%

CMYK: (0,2,45,23)
C0M2Y45K23 (0%, 2%, 45%, 23%)
(0.00 / 0.02 / 0.45 / 0.23)

CMYK percentages

%0
%1.52
%45.18
%22.75

Codes

Color #C5C26C in popluar color models

C5 C2 6C
RGB 197 194 108
HSL 58° 43.41% 59.80%
HSB/HSV 58° 45.18% 77.25%
CMYK 0.00% 1.52% 45.18%
22.75%

Color #C5C26C in popluar number systems.

HEX C5 C2 6C
Decimal 197 194 108
Binary 11000101 11000010 1101100
Octal 305 302 154

Shades and tints

Shades of #C5C26C

#C5C26C
(197,194,108)
#B4B163
(180,177,99)
#A3A05A
(163,160,90)
#928F51
(146,143,81)
#817E48
(129,126,72)
#706D3F
(112,109,63)
#5F5C36
(95,92,54)
#4E4B2D
(78,75,45)
#3D3A24
(61,58,36)
#2C291B
(44,41,27)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #C5C26C

#C5C26C
(197,194,108)
#CAC779
(202,199,121)
#CFCC86
(207,204,134)
#D4D193
(212,209,147)
#D9D6A0
(217,214,160)
#DEDBAD
(222,219,173)
#E3E0BA
(227,224,186)
#E8E5C7
(232,229,199)
#EDEAD4
(237,234,212)
#F2EFE1
(242,239,225)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C26C color. Also use rgb(197,194,108) instead hex code.

Text Font Color

.myTextColor { color: #C5C26C; }

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

This text font color is #C5C26C.

Background Color

.myBgColor { background-color: #C5C26C; }

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

This div background color is #C5C26C.

Border color

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

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

This div border color is #C5C26C.

Opacity

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

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

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

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

This text has shadow with #C5C26C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C26C.

Preview

Color preview on black background

This text has color #C5C26C on black background.


Color preview on white background

This text has color #C5C26C on white background.


Black color preview on #C5C26C background

This text has black color on #C5C26C background.


White color preview on #C5C26C background

This text has white color on #C5C26C background.


Related colors

Complementary color

Complementary color for #hex is #3A3D93.


I love getcolorcode.com

Triadic colors

1 #6CC5C2 and #C26CC5 with #C5C26C are triadic colors.

2 #6CC2C5 and #C2C56C with #C5C26C are triadic colors.