COLOR #C8A62F

HEX: #C8A62F
RGB: (200,166,47)

Color info

#C8A62F contains mainly red and green colors. Web safe color of #C8A62F is #CC9933 (or #C93).

RGB color model

#C8A62F color RGB value is (200,166,47).

  • red value is 200;
  • green value is 166;
  • blue value is 47.
RGB:
(200,166,47)
(78%,65%,18%)

RGB channels and saturation

R 200 of 255 = 78%
G 166 of 255 = 65%
B 47 of 255 = 18%

200
166
47

R + G + B ~ 54%. #C8A62F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 166 + 47 = 413 (100%)
R 200 of 413 ~ 48.43%
G 166 of 413 ~ 40.19%
B 47 of 413 ~ 11.38%

%48.43
%40.19
%11.38

CMYK color model

#C8A62F color CMYK value is (0,17,77,22).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 76.50%
  • key color value is 21.57%
CMYK:
(0,17,77,22)
C0M17Y77K22 
(0%,17%,77%,22%)
(0.00/0.17/0.77/0.22)	

CMYK percentages

%0
%17
%76.5
%21.57

Codes

Color #C8A62F in popluar color models

C8A62F
RGB20016647
HSL47°61.94%48.43%
HSB/HSV47°76.50%78.43%
CMYK0.00%17.00%76.50%
21.57%

Color #C8A62F in popluar number systems.

HEXC8A62F
Decimal20016647
Binary1100100010100110101111
Octal31024657

Shades and tints

Shades of #C8A62F

#C8A62F
(200,166,47)
#B6972B
(182,151,43)
#A48827
(164,136,39)
#927923
(146,121,35)
#806A1F
(128,106,31)
#6E5B1B
(110,91,27)
#5C4C17
(92,76,23)
#4A3D13
(74,61,19)
#382E0F
(56,46,15)
#261F0B
(38,31,11)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #C8A62F

#C8A62F
(200,166,47)
#CDAE41
(205,174,65)
#D2B653
(210,182,83)
#D7BE65
(215,190,101)
#DCC677
(220,198,119)
#E1CE89
(225,206,137)
#E6D69B
(230,214,155)
#EBDEAD
(235,222,173)
#F0E6BF
(240,230,191)
#F5EED1
(245,238,209)
#FAF6E3
(250,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A62F color. Also use rgb(200,166,47) instead hex code.

Text Font Color

.myTextColor { color: #C8A62F; }

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

This text font color is #C8A62F.


Background Color

.myBgColor { background-color: #C8A62F; }

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

This div background color is #C8A62F.


Border color

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

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

This div border color is #C8A62F.


Opacity

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

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

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

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

This text has shadow with #C8A62F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A62F on black background.


Color preview on white background

This text has color #C8A62F on white background.



Black color preview on #C8A62F background

This text has black color on #C8A62F background.


White color preview on #C8A62F background

This text has white color on #C8A62F background.