COLOR #C6AD43

HEX: #C6AD43 RGB: (198,173,67)

Color info

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

RGB color model

#C6AD43 color RGB value is (198,173,67).

RGB: (198,173,67) (78%, 68%, 26%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 67 of 255 = 26%

198
173
67

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

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 67 = 438 (100%)
R 198 of 438 ~ 45.21%
G 173 of 438 ~ 39.5%
B 67 of 438 ~ 15.3'%

%45.21
%39.5
%15.3

CMYK color model

#C6AD43 color CMYK value is (0,13,66,22).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 66.16%
  • key color value is 22.35%

CMYK: (0,13,66,22)
C0M13Y66K22 (0%, 13%, 66%, 22%)
(0.00 / 0.13 / 0.66 / 0.22)

CMYK percentages

%0
%12.63
%66.16
%22.35

Codes

Color #C6AD43 in popluar color models

C6 AD 43
RGB 198 173 67
HSL 49° 53.47% 51.96%
HSB/HSV 49° 66.16% 77.65%
CMYK 0.00% 12.63% 66.16%
22.35%

Color #C6AD43 in popluar number systems.

HEX C6 AD 43
Decimal 198 173 67
Binary 11000110 10101101 1000011
Octal 306 255 103

Shades and tints

Shades of #C6AD43

#C6AD43
(198,173,67)
#B49E3D
(180,158,61)
#A28F37
(162,143,55)
#908031
(144,128,49)
#7E712B
(126,113,43)
#6C6225
(108,98,37)
#5A531F
(90,83,31)
#484419
(72,68,25)
#363513
(54,53,19)
#24260D
(36,38,13)
#121707
(18,23,7)
#000000
(0,0,0)

Tints of #C6AD43

#C6AD43
(198,173,67)
#CBB454
(203,180,84)
#D0BB65
(208,187,101)
#D5C276
(213,194,118)
#DAC987
(218,201,135)
#DFD098
(223,208,152)
#E4D7A9
(228,215,169)
#E9DEBA
(233,222,186)
#EEE5CB
(238,229,203)
#F3ECDC
(243,236,220)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AD43 color. Also use rgb(198,173,67) instead hex code.

Text Font Color

.myTextColor { color: #C6AD43; }

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

This text font color is #C6AD43.

Background Color

.myBgColor { background-color: #C6AD43; }

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

This div background color is #C6AD43.

Border color

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

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

This div border color is #C6AD43.

Opacity

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

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

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

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

This text has shadow with #C6AD43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AD43.

Preview

Color preview on black background

This text has color #C6AD43 on black background.


Color preview on white background

This text has color #C6AD43 on white background.


Black color preview on #C6AD43 background

This text has black color on #C6AD43 background.


White color preview on #C6AD43 background

This text has white color on #C6AD43 background.


Related colors

Complementary color

Complementary color for #hex is #3952BC.


I love getcolorcode.com

Triadic colors

1 #43C6AD and #AD43C6 with #C6AD43 are triadic colors.

2 #43ADC6 and #ADC643 with #C6AD43 are triadic colors.