COLOR #C8C547

HEX: #C8C547
RGB: (200,197,71)

Color info

#C8C547 contains mainly red and green colors. Web safe color of #C8C547 is #CCCC33 (or #CC3).

RGB color model

#C8C547 color RGB value is (200,197,71).

  • red value is 200;
  • green value is 197;
  • blue value is 71.
RGB:
(200,197,71)
(78%,77%,28%)

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 71 of 255 = 28%

200
197
71

R + G + B ~ 61%. #C8C547 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 197 + 71 = 468 (100%)
R 200 of 468 ~ 42.74%
G 197 of 468 ~ 42.09%
B 71 of 468 ~ 15.17%

%42.74
%42.09
%15.17

CMYK color model

#C8C547 color CMYK value is (0,1,65,22).

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 64.50%
  • key color value is 21.57%
CMYK:
(0,1,65,22)
C0M1Y65K22 
(0%,1%,65%,22%)
(0.00/0.01/0.65/0.22)	

CMYK percentages

%0
%1.5
%64.5
%21.57

Codes

Color #C8C547 in popluar color models

C8C547
RGB20019771
HSL59°53.97%53.14%
HSB/HSV59°64.50%78.43%
CMYK0.00%1.50%64.50%
21.57%

Color #C8C547 in popluar number systems.

HEXC8C547
Decimal20019771
Binary11001000110001011000111
Octal310305107

Shades and tints

Shades of #C8C547

#C8C547
(200,197,71)
#B6B441
(182,180,65)
#A4A33B
(164,163,59)
#929235
(146,146,53)
#80812F
(128,129,47)
#6E7029
(110,112,41)
#5C5F23
(92,95,35)
#4A4E1D
(74,78,29)
#383D17
(56,61,23)
#262C11
(38,44,17)
#141B0B
(20,27,11)
#000000
(0,0,0)

Tints of #C8C547

#C8C547
(200,197,71)
#CDCA57
(205,202,87)
#D2CF67
(210,207,103)
#D7D477
(215,212,119)
#DCD987
(220,217,135)
#E1DE97
(225,222,151)
#E6E3A7
(230,227,167)
#EBE8B7
(235,232,183)
#F0EDC7
(240,237,199)
#F5F2D7
(245,242,215)
#FAF7E7
(250,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C547; }

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

This text font color is #C8C547.


Background Color

.myBgColor { background-color: #C8C547; }

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

This div background color is #C8C547.


Border color

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

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

This div border color is #C8C547.


Opacity

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

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

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

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

This text has shadow with #C8C547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C547 on black background.


Color preview on white background

This text has color #C8C547 on white background.



Black color preview on #C8C547 background

This text has black color on #C8C547 background.


White color preview on #C8C547 background

This text has white color on #C8C547 background.