COLOR #C8C78D

HEX: #C8C78D RGB: (200,199,141)

Color info

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

RGB color model

#C8C78D color RGB value is (200,199,141).

RGB: (200,199,141) (78%, 78%, 55%)

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 141 of 255 = 55%

200
199
141

R + G + B ~ 70%. #C8C78D is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 199 + 141 = 540 (100%)
R 200 of 540 ~ 37.04%
G 199 of 540 ~ 36.85%
B 141 of 540 ~ 26.11'%

%37.04
%36.85
%26.11

CMYK color model

#C8C78D color CMYK value is (0,0,30,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 29.50%
  • key color value is 21.57%

CMYK: (0,0,30,22)
C0M0Y30K22 (0%, 0%, 30%, 22%)
(0.00 / 0.00 / 0.30 / 0.22)

CMYK percentages

%0
%0.5
%29.5
%21.57

Codes

Color #C8C78D in popluar color models

C8 C7 8D
RGB 200 199 141
HSL 59° 34.91% 66.86%
HSB/HSV 59° 29.50% 78.43%
CMYK 0.00% 0.50% 29.50%
21.57%

Color #C8C78D in popluar number systems.

HEX C8 C7 8D
Decimal 200 199 141
Binary 11001000 11000111 10001101
Octal 310 307 215

Shades and tints

Shades of #C8C78D

#C8C78D
(200,199,141)
#B6B581
(182,181,129)
#A4A375
(164,163,117)
#929169
(146,145,105)
#807F5D
(128,127,93)
#6E6D51
(110,109,81)
#5C5B45
(92,91,69)
#4A4939
(74,73,57)
#38372D
(56,55,45)
#262521
(38,37,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C8C78D

#C8C78D
(200,199,141)
#CDCC97
(205,204,151)
#D2D1A1
(210,209,161)
#D7D6AB
(215,214,171)
#DCDBB5
(220,219,181)
#E1E0BF
(225,224,191)
#E6E5C9
(230,229,201)
#EBEAD3
(235,234,211)
#F0EFDD
(240,239,221)
#F5F4E7
(245,244,231)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C78D; }

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

This text font color is #C8C78D.

Background Color

.myBgColor { background-color: #C8C78D; }

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

This div background color is #C8C78D.

Border color

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

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

This div border color is #C8C78D.

Opacity

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

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

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

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

This text has shadow with #C8C78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C78D.

Preview

Color preview on black background

This text has color #C8C78D on black background.


Color preview on white background

This text has color #C8C78D on white background.


Black color preview on #C8C78D background

This text has black color on #C8C78D background.


White color preview on #C8C78D background

This text has white color on #C8C78D background.


Related colors

Complementary color

Complementary color for #hex is #373872.


I love getcolorcode.com

Triadic colors

1 #8DC8C7 and #C78DC8 with #C8C78D are triadic colors.

2 #8DC7C8 and #C7C88D with #C8C78D are triadic colors.