COLOR #C8A137

HEX: #C8A137
RGB: (200,161,55)

Color info

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

RGB color model

#C8A137 color RGB value is (200,161,55).

  • red value is 200;
  • green value is 161;
  • blue value is 55.
RGB:
(200,161,55)
(78%,63%,22%)

RGB channels and saturation

R 200 of 255 = 78%
G 161 of 255 = 63%
B 55 of 255 = 22%

200
161
55

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

Portions of RGB colors in percentages

R + G + B =
200 + 161 + 55 = 416 (100%)
R 200 of 416 ~ 48.08%
G 161 of 416 ~ 38.7%
B 55 of 416 ~ 13.22%

%48.08
%38.7
%13.22

CMYK color model

#C8A137 color CMYK value is (0,20,73,22).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 72.50%
  • key color value is 21.57%
CMYK:
(0,20,73,22)
C0M20Y73K22 
(0%,20%,73%,22%)
(0.00/0.20/0.73/0.22)	

CMYK percentages

%0
%19.5
%72.5
%21.57

Codes

Color #C8A137 in popluar color models

C8A137
RGB20016155
HSL44°56.86%50.00%
HSB/HSV44°72.50%78.43%
CMYK0.00%19.50%72.50%
21.57%

Color #C8A137 in popluar number systems.

HEXC8A137
Decimal20016155
Binary1100100010100001110111
Octal31024167

Shades and tints

Shades of #C8A137

#C8A137
(200,161,55)
#B69332
(182,147,50)
#A4852D
(164,133,45)
#927728
(146,119,40)
#806923
(128,105,35)
#6E5B1E
(110,91,30)
#5C4D19
(92,77,25)
#4A3F14
(74,63,20)
#38310F
(56,49,15)
#26230A
(38,35,10)
#141505
(20,21,5)
#000000
(0,0,0)

Tints of #C8A137

#C8A137
(200,161,55)
#CDA949
(205,169,73)
#D2B15B
(210,177,91)
#D7B96D
(215,185,109)
#DCC17F
(220,193,127)
#E1C991
(225,201,145)
#E6D1A3
(230,209,163)
#EBD9B5
(235,217,181)
#F0E1C7
(240,225,199)
#F5E9D9
(245,233,217)
#FAF1EB
(250,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A137 color. Also use rgb(200,161,55) instead hex code.

Text Font Color

.myTextColor { color: #C8A137; }

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

This text font color is #C8A137.


Background Color

.myBgColor { background-color: #C8A137; }

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

This div background color is #C8A137.


Border color

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

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

This div border color is #C8A137.


Opacity

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

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

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

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

This text has shadow with #C8A137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A137 on black background.


Color preview on white background

This text has color #C8A137 on white background.



Black color preview on #C8A137 background

This text has black color on #C8A137 background.


White color preview on #C8A137 background

This text has white color on #C8A137 background.