COLOR #C7A039

HEX: #C7A039 RGB: (199,160,57)

Color info

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

RGB color model

#C7A039 color RGB value is (199,160,57).

RGB: (199,160,57) (78%, 63%, 22%)

RGB channels and saturation

R 199 of 255 = 78%
G 160 of 255 = 63%
B 57 of 255 = 22%

199
160
57

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

Portions of RGB colors in percentages

R + G + B = 199 + 160 + 57 = 416 (100%)
R 199 of 416 ~ 47.84%
G 160 of 416 ~ 38.46%
B 57 of 416 ~ 13.7'%

%47.84
%38.46
%13.7

CMYK color model

#C7A039 color CMYK value is (0,20,71,22).

  • cyan value is 0.00%
  • magenta value is 19.60%
  • yellow value is 71.36%
  • key color value is 21.96%

CMYK: (0,20,71,22)
C0M20Y71K22 (0%, 20%, 71%, 22%)
(0.00 / 0.20 / 0.71 / 0.22)

CMYK percentages

%0
%19.6
%71.36
%21.96

Codes

Color #C7A039 in popluar color models

C7 A0 39
RGB 199 160 57
HSL 44° 55.91% 50.20%
HSB/HSV 44° 71.36% 78.04%
CMYK 0.00% 19.60% 71.36%
21.96%

Color #C7A039 in popluar number systems.

HEX C7 A0 39
Decimal 199 160 57
Binary 11000111 10100000 111001
Octal 307 240 71

Shades and tints

Shades of #C7A039

#C7A039
(199,160,57)
#B59234
(181,146,52)
#A3842F
(163,132,47)
#91762A
(145,118,42)
#7F6825
(127,104,37)
#6D5A20
(109,90,32)
#5B4C1B
(91,76,27)
#493E16
(73,62,22)
#373011
(55,48,17)
#25220C
(37,34,12)
#131407
(19,20,7)
#000000
(0,0,0)

Tints of #C7A039

#C7A039
(199,160,57)
#CCA84B
(204,168,75)
#D1B05D
(209,176,93)
#D6B86F
(214,184,111)
#DBC081
(219,192,129)
#E0C893
(224,200,147)
#E5D0A5
(229,208,165)
#EAD8B7
(234,216,183)
#EFE0C9
(239,224,201)
#F4E8DB
(244,232,219)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A039 color. Also use rgb(199,160,57) instead hex code.

Text Font Color

.myTextColor { color: #C7A039; }

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

This text font color is #C7A039.

Background Color

.myBgColor { background-color: #C7A039; }

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

This div background color is #C7A039.

Border color

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

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

This div border color is #C7A039.

Opacity

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

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

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

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

This text has shadow with #C7A039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A039.

Preview

Color preview on black background

This text has color #C7A039 on black background.


Color preview on white background

This text has color #C7A039 on white background.


Black color preview on #C7A039 background

This text has black color on #C7A039 background.


White color preview on #C7A039 background

This text has white color on #C7A039 background.


Related colors

Complementary color

Complementary color for #hex is #385FC6.


I love getcolorcode.com

Triadic colors

1 #39C7A0 and #A039C7 with #C7A039 are triadic colors.

2 #39A0C7 and #A0C739 with #C7A039 are triadic colors.