COLOR #C8C39F

HEX: #C8C39F RGB: (200,195,159)

Color info

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

RGB color model

#C8C39F color RGB value is (200,195,159).

RGB: (200,195,159) (78%, 76%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 195 of 255 = 76%
B 159 of 255 = 62%

200
195
159

R + G + B ~ 72%. #C8C39F is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 195 + 159 = 554 (100%)
R 200 of 554 ~ 36.1%
G 195 of 554 ~ 35.2%
B 159 of 554 ~ 28.7'%

%36.1
%35.2
%28.7

CMYK color model

#C8C39F color CMYK value is (0,3,21,22).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 20.50%
  • key color value is 21.57%

CMYK: (0,3,21,22)
C0M3Y21K22 (0%, 3%, 21%, 22%)
(0.00 / 0.03 / 0.21 / 0.22)

CMYK percentages

%0
%2.5
%20.5
%21.57

Codes

Color #C8C39F in popluar color models

C8 C3 9F
RGB 200 195 159
HSL 53° 27.15% 70.39%
HSB/HSV 53° 20.50% 78.43%
CMYK 0.00% 2.50% 20.50%
21.57%

Color #C8C39F in popluar number systems.

HEX C8 C3 9F
Decimal 200 195 159
Binary 11001000 11000011 10011111
Octal 310 303 237

Shades and tints

Shades of #C8C39F

#C8C39F
(200,195,159)
#B6B291
(182,178,145)
#A4A183
(164,161,131)
#929075
(146,144,117)
#807F67
(128,127,103)
#6E6E59
(110,110,89)
#5C5D4B
(92,93,75)
#4A4C3D
(74,76,61)
#383B2F
(56,59,47)
#262A21
(38,42,33)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #C8C39F

#C8C39F
(200,195,159)
#CDC8A7
(205,200,167)
#D2CDAF
(210,205,175)
#D7D2B7
(215,210,183)
#DCD7BF
(220,215,191)
#E1DCC7
(225,220,199)
#E6E1CF
(230,225,207)
#EBE6D7
(235,230,215)
#F0EBDF
(240,235,223)
#F5F0E7
(245,240,231)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C39F color. Also use rgb(200,195,159) instead hex code.

Text Font Color

.myTextColor { color: #C8C39F; }

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

This text font color is #C8C39F.

Background Color

.myBgColor { background-color: #C8C39F; }

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

This div background color is #C8C39F.

Border color

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

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

This div border color is #C8C39F.

Opacity

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

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

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

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

This text has shadow with #C8C39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C39F.

Preview

Color preview on black background

This text has color #C8C39F on black background.


Color preview on white background

This text has color #C8C39F on white background.


Black color preview on #C8C39F background

This text has black color on #C8C39F background.


White color preview on #C8C39F background

This text has white color on #C8C39F background.


Related colors

Complementary color

Complementary color for #hex is #373C60.


I love getcolorcode.com

Triadic colors

1 #9FC8C3 and #C39FC8 with #C8C39F are triadic colors.

2 #9FC3C8 and #C3C89F with #C8C39F are triadic colors.