COLOR #C8C58A

HEX: #C8C58A RGB: (200,197,138)

Color info

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

RGB color model

#C8C58A color RGB value is (200,197,138).

RGB: (200,197,138) (78%, 77%, 54%)

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 138 of 255 = 54%

200
197
138

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

Portions of RGB colors in percentages

R + G + B = 200 + 197 + 138 = 535 (100%)
R 200 of 535 ~ 37.38%
G 197 of 535 ~ 36.82%
B 138 of 535 ~ 25.79'%

%37.38
%36.82
%25.79

CMYK color model

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

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

CMYK: (0,1,31,22)
C0M1Y31K22 (0%, 1%, 31%, 22%)
(0.00 / 0.01 / 0.31 / 0.22)

CMYK percentages

%0
%1.5
%31
%21.57

Codes

Color #C8C58A in popluar color models

C8 C5 8A
RGB 200 197 138
HSL 57° 36.05% 66.27%
HSB/HSV 57° 31.00% 78.43%
CMYK 0.00% 1.50% 31.00%
21.57%

Color #C8C58A in popluar number systems.

HEX C8 C5 8A
Decimal 200 197 138
Binary 11001000 11000101 10001010
Octal 310 305 212

Shades and tints

Shades of #C8C58A

#C8C58A
(200,197,138)
#B6B47E
(182,180,126)
#A4A372
(164,163,114)
#929266
(146,146,102)
#80815A
(128,129,90)
#6E704E
(110,112,78)
#5C5F42
(92,95,66)
#4A4E36
(74,78,54)
#383D2A
(56,61,42)
#262C1E
(38,44,30)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #C8C58A

#C8C58A
(200,197,138)
#CDCA94
(205,202,148)
#D2CF9E
(210,207,158)
#D7D4A8
(215,212,168)
#DCD9B2
(220,217,178)
#E1DEBC
(225,222,188)
#E6E3C6
(230,227,198)
#EBE8D0
(235,232,208)
#F0EDDA
(240,237,218)
#F5F2E4
(245,242,228)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C58A; }

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

This text font color is #C8C58A.

Background Color

.myBgColor { background-color: #C8C58A; }

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

This div background color is #C8C58A.

Border color

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

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

This div border color is #C8C58A.

Opacity

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

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

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

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

This text has shadow with #C8C58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C58A.

Preview

Color preview on black background

This text has color #C8C58A on black background.


Color preview on white background

This text has color #C8C58A on white background.


Black color preview on #C8C58A background

This text has black color on #C8C58A background.


White color preview on #C8C58A background

This text has white color on #C8C58A background.


Related colors

Complementary color

Complementary color for #hex is #373A75.


I love getcolorcode.com

Triadic colors

1 #8AC8C5 and #C58AC8 with #C8C58A are triadic colors.

2 #8AC5C8 and #C5C88A with #C8C58A are triadic colors.