COLOR #C8C78B

HEX: #C8C78B RGB: (200,199,139)

Color info

#C8C78B contains mainly red and green colors. Web safe color of #C8C78B is #CCCC99 (or #CC9).

RGB color model

#C8C78B color RGB value is (200,199,139).

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

RGB channels and saturation

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

200
199
139

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

Portions of RGB colors in percentages

R + G + B = 200 + 199 + 139 = 538 (100%)
R 200 of 538 ~ 37.17%
G 199 of 538 ~ 36.99%
B 139 of 538 ~ 25.84'%

%37.17
%36.99
%25.84

CMYK color model

#C8C78B color CMYK value is (0,0,31,22).

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

CMYK: (0,0,31,22)
C0M0Y31K22 (0%, 0%, 31%, 22%)
(0.00 / 0.00 / 0.31 / 0.22)

CMYK percentages

%0
%0.5
%30.5
%21.57

Codes

Color #C8C78B in popluar color models

C8 C7 8B
RGB 200 199 139
HSL 59° 35.67% 66.47%
HSB/HSV 59° 30.50% 78.43%
CMYK 0.00% 0.50% 30.50%
21.57%

Color #C8C78B in popluar number systems.

HEX C8 C7 8B
Decimal 200 199 139
Binary 11001000 11000111 10001011
Octal 310 307 213

Shades and tints

Shades of #C8C78B

#C8C78B
(200,199,139)
#B6B57F
(182,181,127)
#A4A373
(164,163,115)
#929167
(146,145,103)
#807F5B
(128,127,91)
#6E6D4F
(110,109,79)
#5C5B43
(92,91,67)
#4A4937
(74,73,55)
#38372B
(56,55,43)
#26251F
(38,37,31)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #C8C78B

#C8C78B
(200,199,139)
#CDCC95
(205,204,149)
#D2D19F
(210,209,159)
#D7D6A9
(215,214,169)
#DCDBB3
(220,219,179)
#E1E0BD
(225,224,189)
#E6E5C7
(230,229,199)
#EBEAD1
(235,234,209)
#F0EFDB
(240,239,219)
#F5F4E5
(245,244,229)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C78B; }

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

This text font color is #C8C78B.

Background Color

.myBgColor { background-color: #C8C78B; }

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

This div background color is #C8C78B.

Border color

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

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

This div border color is #C8C78B.

Opacity

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

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

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

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

This text has shadow with #C8C78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C78B.

Preview

Color preview on black background

This text has color #C8C78B on black background.


Color preview on white background

This text has color #C8C78B on white background.


Black color preview on #C8C78B background

This text has black color on #C8C78B background.


White color preview on #C8C78B background

This text has white color on #C8C78B background.


Related colors

Complementary color

Complementary color for #hex is #373874.


I love getcolorcode.com

Triadic colors

1 #8BC8C7 and #C78BC8 with #C8C78B are triadic colors.

2 #8BC7C8 and #C7C88B with #C8C78B are triadic colors.