COLOR #C7A346

HEX: #C7A346 RGB: (199,163,70)

Color info

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

RGB color model

#C7A346 color RGB value is (199,163,70).

RGB: (199,163,70) (78%, 64%, 27%)

RGB channels and saturation

R 199 of 255 = 78%
G 163 of 255 = 64%
B 70 of 255 = 27%

199
163
70

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

Portions of RGB colors in percentages

R + G + B = 199 + 163 + 70 = 432 (100%)
R 199 of 432 ~ 46.06%
G 163 of 432 ~ 37.73%
B 70 of 432 ~ 16.2'%

%46.06
%37.73
%16.2

CMYK color model

#C7A346 color CMYK value is (0,18,65,22).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 64.82%
  • key color value is 21.96%
CMYK: (0,18,65,22) C0M18Y65K22 (0%,18%,65%,22%) (0.00/0.18/0.65/0.22) 

CMYK percentages

%0
%18.09
%64.82
%21.96

Codes

Color #C7A346 in popluar color models

C7 A3 46
RGB 199 163 70
HSL 43° 53.53% 52.75%
HSB/HSV 43° 64.82% 78.04%
CMYK 0.00% 18.09% 64.82%
21.96%

Color #C7A346 in popluar number systems.

HEX C7 A3 46
Decimal 199 163 70
Binary 11000111 10100011 1000110
Octal 307 243 106

Shades and tints

Shades of #C7A346

#C7A346
(199,163,70)
#B59540
(181,149,64)
#A3873A
(163,135,58)
#917934
(145,121,52)
#7F6B2E
(127,107,46)
#6D5D28
(109,93,40)
#5B4F22
(91,79,34)
#49411C
(73,65,28)
#373316
(55,51,22)
#252510
(37,37,16)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #C7A346

#C7A346
(199,163,70)
#CCAB56
(204,171,86)
#D1B366
(209,179,102)
#D6BB76
(214,187,118)
#DBC386
(219,195,134)
#E0CB96
(224,203,150)
#E5D3A6
(229,211,166)
#EADBB6
(234,219,182)
#EFE3C6
(239,227,198)
#F4EBD6
(244,235,214)
#F9F3E6
(249,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A346 color. Also use rgb(199,163,70) instead hex code.

Text Font Color

.myTextColor { color: #C7A346; }

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

This text font color is #C7A346.

Background Color

.myBgColor { background-color: #C7A346; }

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

This div background color is #C7A346.

Border color

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

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

This div border color is #C7A346.

Opacity

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

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

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

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

This text has shadow with #C7A346 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A346.

Preview

Color preview on black background

This text has color #C7A346 on black background.


Color preview on white background

This text has color #C7A346 on white background.


Black color preview on #C7A346 background

This text has black color on #C7A346 background.


White color preview on #C7A346 background

This text has white color on #C7A346 background.


Related colors

Complementary color

Complementary color for #hex is #385CB9.


I love getcolorcode.com

Triadic colors

1 #46C7A3 and #A346C7 with #C7A346 are triadic colors.

2 #46A3C7 and #A3C746 with #C7A346 are triadic colors.