COLOR #C6A216

HEX: #C6A216
RGB: (198,162,22)

Color info

#C6A216 contains mainly red and green colors. Web safe color of #C6A216 is #CC9900 (or #C90).

RGB color model

#C6A216 color RGB value is (198,162,22).

  • red value is 198;
  • green value is 162;
  • blue value is 22.
RGB:
(198,162,22)
(78%,64%,9%)

RGB channels and saturation

R 198 of 255 = 78%
G 162 of 255 = 64%
B 22 of 255 = 9%

198
162
22

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

Portions of RGB colors in percentages

R + G + B =
198 + 162 + 22 = 382 (100%)
R 198 of 382 ~ 51.83%
G 162 of 382 ~ 42.41%
B 22 of 382 ~ 5.76%

%51.83
%42.41

CMYK color model

#C6A216 color CMYK value is (0,18,89,22).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 88.89%
  • key color value is 22.35%
CMYK:
(0,18,89,22)
C0M18Y89K22 
(0%,18%,89%,22%)
(0.00/0.18/0.89/0.22)	

CMYK percentages

%0
%18.18
%88.89
%22.35

Codes

Color #C6A216 in popluar color models

C6A216
RGB19816222
HSL48°80.00%43.14%
HSB/HSV48°88.89%77.65%
CMYK0.00%18.18%88.89%
22.35%

Color #C6A216 in popluar number systems.

HEXC6A216
Decimal19816222
Binary110001101010001010110
Octal30624226

Shades and tints

Shades of #C6A216

#C6A216
(198,162,22)
#B49414
(180,148,20)
#A28612
(162,134,18)
#907810
(144,120,16)
#7E6A0E
(126,106,14)
#6C5C0C
(108,92,12)
#5A4E0A
(90,78,10)
#484008
(72,64,8)
#363206
(54,50,6)
#242404
(36,36,4)
#121602
(18,22,2)
#000000
(0,0,0)

Tints of #C6A216

#C6A216
(198,162,22)
#CBAA2B
(203,170,43)
#D0B240
(208,178,64)
#D5BA55
(213,186,85)
#DAC26A
(218,194,106)
#DFCA7F
(223,202,127)
#E4D294
(228,210,148)
#E9DAA9
(233,218,169)
#EEE2BE
(238,226,190)
#F3EAD3
(243,234,211)
#F8F2E8
(248,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A216 color. Also use rgb(198,162,22) instead hex code.

Text Font Color

.myTextColor { color: #C6A216; }

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

This text font color is #C6A216.


Background Color

.myBgColor { background-color: #C6A216; }

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

This div background color is #C6A216.


Border color

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

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

This div border color is #C6A216.


Opacity

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

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

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

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

This text has shadow with #C6A216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A216 on black background.


Color preview on white background

This text has color #C6A216 on white background.



Black color preview on #C6A216 background

This text has black color on #C6A216 background.


White color preview on #C6A216 background

This text has white color on #C6A216 background.