COLOR #C6AE2E

HEX: #C6AE2E
RGB: (198,174,46)

Color info

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

RGB color model

#C6AE2E color RGB value is (198,174,46).

  • red value is 198;
  • green value is 174;
  • blue value is 46.
RGB:
(198,174,46)
(78%,68%,18%)

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 46 of 255 = 18%

198
174
46

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

Portions of RGB colors in percentages

R + G + B =
198 + 174 + 46 = 418 (100%)
R 198 of 418 ~ 47.37%
G 174 of 418 ~ 41.63%
B 46 of 418 ~ 11%

%47.37
%41.63
%11

CMYK color model

#C6AE2E color CMYK value is (0,12,77,22).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 76.77%
  • key color value is 22.35%
CMYK:
(0,12,77,22)
C0M12Y77K22 
(0%,12%,77%,22%)
(0.00/0.12/0.77/0.22)	

CMYK percentages

%0
%12.12
%76.77
%22.35

Codes

Color #C6AE2E in popluar color models

C6AE2E
RGB19817446
HSL51°62.30%47.84%
HSB/HSV51°76.77%77.65%
CMYK0.00%12.12%76.77%
22.35%

Color #C6AE2E in popluar number systems.

HEXC6AE2E
Decimal19817446
Binary1100011010101110101110
Octal30625656

Shades and tints

Shades of #C6AE2E

#C6AE2E
(198,174,46)
#B49F2A
(180,159,42)
#A29026
(162,144,38)
#908122
(144,129,34)
#7E721E
(126,114,30)
#6C631A
(108,99,26)
#5A5416
(90,84,22)
#484512
(72,69,18)
#36360E
(54,54,14)
#24270A
(36,39,10)
#121806
(18,24,6)
#000000
(0,0,0)

Tints of #C6AE2E

#C6AE2E
(198,174,46)
#CBB541
(203,181,65)
#D0BC54
(208,188,84)
#D5C367
(213,195,103)
#DACA7A
(218,202,122)
#DFD18D
(223,209,141)
#E4D8A0
(228,216,160)
#E9DFB3
(233,223,179)
#EEE6C6
(238,230,198)
#F3EDD9
(243,237,217)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AE2E color. Also use rgb(198,174,46) instead hex code.

Text Font Color

.myTextColor { color: #C6AE2E; }

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

This text font color is #C6AE2E.


Background Color

.myBgColor { background-color: #C6AE2E; }

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

This div background color is #C6AE2E.


Border color

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

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

This div border color is #C6AE2E.


Opacity

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

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

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

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

This text has shadow with #C6AE2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AE2E on black background.


Color preview on white background

This text has color #C6AE2E on white background.



Black color preview on #C6AE2E background

This text has black color on #C6AE2E background.


White color preview on #C6AE2E background

This text has white color on #C6AE2E background.