COLOR #C8C57E

HEX: #C8C57E RGB: (200,197,126)

Color info

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

RGB color model

#C8C57E color RGB value is (200,197,126).

RGB: (200,197,126) (78%, 77%, 49%)

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 126 of 255 = 49%

200
197
126

R + G + B ~ 68%. #C8C57E is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 197 + 126 = 523 (100%)
R 200 of 523 ~ 38.24%
G 197 of 523 ~ 37.67%
B 126 of 523 ~ 24.09'%

%38.24
%37.67
%24.09

CMYK color model

#C8C57E color CMYK value is (0,1,37,22).

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 37.00%
  • key color value is 21.57%

CMYK: (0,1,37,22)
C0M1Y37K22 (0%, 1%, 37%, 22%)
(0.00 / 0.01 / 0.37 / 0.22)

CMYK percentages

%0
%1.5
%37
%21.57

Codes

Color #C8C57E in popluar color models

C8 C5 7E
RGB 200 197 126
HSL 58° 40.22% 63.92%
HSB/HSV 58° 37.00% 78.43%
CMYK 0.00% 1.50% 37.00%
21.57%

Color #C8C57E in popluar number systems.

HEX C8 C5 7E
Decimal 200 197 126
Binary 11001000 11000101 1111110
Octal 310 305 176

Shades and tints

Shades of #C8C57E

#C8C57E
(200,197,126)
#B6B473
(182,180,115)
#A4A368
(164,163,104)
#92925D
(146,146,93)
#808152
(128,129,82)
#6E7047
(110,112,71)
#5C5F3C
(92,95,60)
#4A4E31
(74,78,49)
#383D26
(56,61,38)
#262C1B
(38,44,27)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #C8C57E

#C8C57E
(200,197,126)
#CDCA89
(205,202,137)
#D2CF94
(210,207,148)
#D7D49F
(215,212,159)
#DCD9AA
(220,217,170)
#E1DEB5
(225,222,181)
#E6E3C0
(230,227,192)
#EBE8CB
(235,232,203)
#F0EDD6
(240,237,214)
#F5F2E1
(245,242,225)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C57E color. Also use rgb(200,197,126) instead hex code.

Text Font Color

.myTextColor { color: #C8C57E; }

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

This text font color is #C8C57E.

Background Color

.myBgColor { background-color: #C8C57E; }

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

This div background color is #C8C57E.

Border color

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

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

This div border color is #C8C57E.

Opacity

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

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

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

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

This text has shadow with #C8C57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C57E.

Preview

Color preview on black background

This text has color #C8C57E on black background.


Color preview on white background

This text has color #C8C57E on white background.


Black color preview on #C8C57E background

This text has black color on #C8C57E background.


White color preview on #C8C57E background

This text has white color on #C8C57E background.


Related colors

Complementary color

Complementary color for #hex is #373A81.


I love getcolorcode.com

Triadic colors

1 #7EC8C5 and #C57EC8 with #C8C57E are triadic colors.

2 #7EC5C8 and #C5C87E with #C8C57E are triadic colors.