COLOR #C8C55E

HEX: #C8C55E RGB: (200,197,94)

Color info

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

RGB color model

#C8C55E color RGB value is (200,197,94).

RGB: (200,197,94) (78%, 77%, 37%)

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 94 of 255 = 37%

200
197
94

R + G + B ~ 64%. #C8C55E is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 197 + 94 = 491 (100%)
R 200 of 491 ~ 40.73%
G 197 of 491 ~ 40.12%
B 94 of 491 ~ 19.14'%

%40.73
%40.12
%19.14

CMYK color model

#C8C55E color CMYK value is (0,1,53,22).

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

CMYK: (0,1,53,22)
C0M1Y53K22 (0%, 1%, 53%, 22%)
(0.00 / 0.01 / 0.53 / 0.22)

CMYK percentages

%0
%1.5
%53
%21.57

Codes

Color #C8C55E in popluar color models

C8 C5 5E
RGB 200 197 94
HSL 58° 49.07% 57.65%
HSB/HSV 58° 53.00% 78.43%
CMYK 0.00% 1.50% 53.00%
21.57%

Color #C8C55E in popluar number systems.

HEX C8 C5 5E
Decimal 200 197 94
Binary 11001000 11000101 1011110
Octal 310 305 136

Shades and tints

Shades of #C8C55E

#C8C55E
(200,197,94)
#B6B456
(182,180,86)
#A4A34E
(164,163,78)
#929246
(146,146,70)
#80813E
(128,129,62)
#6E7036
(110,112,54)
#5C5F2E
(92,95,46)
#4A4E26
(74,78,38)
#383D1E
(56,61,30)
#262C16
(38,44,22)
#141B0E
(20,27,14)
#000000
(0,0,0)

Tints of #C8C55E

#C8C55E
(200,197,94)
#CDCA6C
(205,202,108)
#D2CF7A
(210,207,122)
#D7D488
(215,212,136)
#DCD996
(220,217,150)
#E1DEA4
(225,222,164)
#E6E3B2
(230,227,178)
#EBE8C0
(235,232,192)
#F0EDCE
(240,237,206)
#F5F2DC
(245,242,220)
#FAF7EA
(250,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C55E; }

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

This text font color is #C8C55E.

Background Color

.myBgColor { background-color: #C8C55E; }

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

This div background color is #C8C55E.

Border color

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

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

This div border color is #C8C55E.

Opacity

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

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

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

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

This text has shadow with #C8C55E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C55E.

Preview

Color preview on black background

This text has color #C8C55E on black background.


Color preview on white background

This text has color #C8C55E on white background.


Black color preview on #C8C55E background

This text has black color on #C8C55E background.


White color preview on #C8C55E background

This text has white color on #C8C55E background.


Related colors

Complementary color

Complementary color for #hex is #373AA1.


I love getcolorcode.com

Triadic colors

1 #5EC8C5 and #C55EC8 with #C8C55E are triadic colors.

2 #5EC5C8 and #C5C85E with #C8C55E are triadic colors.