COLOR #C6A317

HEX: #C6A317
RGB: (198,163,23)

Color info

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

RGB color model

#C6A317 color RGB value is (198,163,23).

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

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 23 of 255 = 9%

198
163
23

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

Portions of RGB colors in percentages

R + G + B =
198 + 163 + 23 = 384 (100%)
R 198 of 384 ~ 51.56%
G 163 of 384 ~ 42.45%
B 23 of 384 ~ 5.99%

%51.56
%42.45

CMYK color model

#C6A317 color CMYK value is (0,18,88,22).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 88.38%
  • key color value is 22.35%
CMYK:
(0,18,88,22)
C0M18Y88K22 
(0%,18%,88%,22%)
(0.00/0.18/0.88/0.22)	

CMYK percentages

%0
%17.68
%88.38
%22.35

Codes

Color #C6A317 in popluar color models

C6A317
RGB19816323
HSL48°79.19%43.33%
HSB/HSV48°88.38%77.65%
CMYK0.00%17.68%88.38%
22.35%

Color #C6A317 in popluar number systems.

HEXC6A317
Decimal19816323
Binary110001101010001110111
Octal30624327

Shades and tints

Shades of #C6A317

#C6A317
(198,163,23)
#B49515
(180,149,21)
#A28713
(162,135,19)
#907911
(144,121,17)
#7E6B0F
(126,107,15)
#6C5D0D
(108,93,13)
#5A4F0B
(90,79,11)
#484109
(72,65,9)
#363307
(54,51,7)
#242505
(36,37,5)
#121703
(18,23,3)
#000000
(0,0,0)

Tints of #C6A317

#C6A317
(198,163,23)
#CBAB2C
(203,171,44)
#D0B341
(208,179,65)
#D5BB56
(213,187,86)
#DAC36B
(218,195,107)
#DFCB80
(223,203,128)
#E4D395
(228,211,149)
#E9DBAA
(233,219,170)
#EEE3BF
(238,227,191)
#F3EBD4
(243,235,212)
#F8F3E9
(248,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A317 color. Also use rgb(198,163,23) instead hex code.

Text Font Color

.myTextColor { color: #C6A317; }

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

This text font color is #C6A317.


Background Color

.myBgColor { background-color: #C6A317; }

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

This div background color is #C6A317.


Border color

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

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

This div border color is #C6A317.


Opacity

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

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

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

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

This text has shadow with #C6A317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A317 on black background.


Color preview on white background

This text has color #C6A317 on white background.



Black color preview on #C6A317 background

This text has black color on #C6A317 background.


White color preview on #C6A317 background

This text has white color on #C6A317 background.