COLOR #C8C77E

HEX: #C8C77E RGB: (200,199,126)

Color info

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

RGB color model

#C8C77E color RGB value is (200,199,126).

RGB: (200,199,126) (78%, 78%, 49%)

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 126 of 255 = 49%

200
199
126

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

Portions of RGB colors in percentages

R + G + B = 200 + 199 + 126 = 525 (100%)
R 200 of 525 ~ 38.1%
G 199 of 525 ~ 37.9%
B 126 of 525 ~ 24'%

%38.1
%37.9
%24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 37.00%
  • key color value is 21.57%
CMYK: (0,0,37,22) C0M0Y37K22 (0%,0%,37%,22%) (0.00/0.00/0.37/0.22) 

CMYK percentages

%0
%0.5
%37
%21.57

Codes

Color #C8C77E in popluar color models

C8 C7 7E
RGB 200 199 126
HSL 59° 40.22% 63.92%
HSB/HSV 59° 37.00% 78.43%
CMYK 0.00% 0.50% 37.00%
21.57%

Color #C8C77E in popluar number systems.

HEX C8 C7 7E
Decimal 200 199 126
Binary 11001000 11000111 1111110
Octal 310 307 176

Shades and tints

Shades of #C8C77E

#C8C77E
(200,199,126)
#B6B573
(182,181,115)
#A4A368
(164,163,104)
#92915D
(146,145,93)
#807F52
(128,127,82)
#6E6D47
(110,109,71)
#5C5B3C
(92,91,60)
#4A4931
(74,73,49)
#383726
(56,55,38)
#26251B
(38,37,27)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #C8C77E

#C8C77E
(200,199,126)
#CDCC89
(205,204,137)
#D2D194
(210,209,148)
#D7D69F
(215,214,159)
#DCDBAA
(220,219,170)
#E1E0B5
(225,224,181)
#E6E5C0
(230,229,192)
#EBEACB
(235,234,203)
#F0EFD6
(240,239,214)
#F5F4E1
(245,244,225)
#FAF9EC
(250,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C77E; }

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

This text font color is #C8C77E.

Background Color

.myBgColor { background-color: #C8C77E; }

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

This div background color is #C8C77E.

Border color

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

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

This div border color is #C8C77E.

Opacity

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

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

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

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

This text has shadow with #C8C77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C77E.

Preview

Color preview on black background

This text has color #C8C77E on black background.


Color preview on white background

This text has color #C8C77E on white background.


Black color preview on #C8C77E background

This text has black color on #C8C77E background.


White color preview on #C8C77E background

This text has white color on #C8C77E background.


Related colors

Complementary color

Complementary color for #hex is #373881.


I love getcolorcode.com

Triadic colors

1 #7EC8C7 and #C77EC8 with #C8C77E are triadic colors.

2 #7EC7C8 and #C7C87E with #C8C77E are triadic colors.