COLOR #C7AC61

HEX: #C7AC61 RGB: (199,172,97)

Color info

#C7AC61 contains mainly red and green colors. Web safe color of #C7AC61 is #CC9966 (or #C96).

RGB color model

#C7AC61 color RGB value is (199,172,97).

RGB: (199,172,97) (78%, 67%, 38%)

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 97 of 255 = 38%

199
172
97

R + G + B ~ 61%. #C7AC61 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 172 + 97 = 468 (100%)
R 199 of 468 ~ 42.52%
G 172 of 468 ~ 36.75%
B 97 of 468 ~ 20.73'%

%42.52
%36.75
%20.73

CMYK color model

#C7AC61 color CMYK value is (0,14,51,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 51.26%
  • key color value is 21.96%
CMYK: (0,14,51,22) C0M14Y51K22 (0%,14%,51%,22%) (0.00/0.14/0.51/0.22) 

CMYK percentages

%0
%13.57
%51.26
%21.96

Codes

Color #C7AC61 in popluar color models

C7 AC 61
RGB 199 172 97
HSL 44° 47.66% 58.04%
HSB/HSV 44° 51.26% 78.04%
CMYK 0.00% 13.57% 51.26%
21.96%

Color #C7AC61 in popluar number systems.

HEX C7 AC 61
Decimal 199 172 97
Binary 11000111 10101100 1100001
Octal 307 254 141

Shades and tints

Shades of #C7AC61

#C7AC61
(199,172,97)
#B59D59
(181,157,89)
#A38E51
(163,142,81)
#917F49
(145,127,73)
#7F7041
(127,112,65)
#6D6139
(109,97,57)
#5B5231
(91,82,49)
#494329
(73,67,41)
#373421
(55,52,33)
#252519
(37,37,25)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #C7AC61

#C7AC61
(199,172,97)
#CCB36F
(204,179,111)
#D1BA7D
(209,186,125)
#D6C18B
(214,193,139)
#DBC899
(219,200,153)
#E0CFA7
(224,207,167)
#E5D6B5
(229,214,181)
#EADDC3
(234,221,195)
#EFE4D1
(239,228,209)
#F4EBDF
(244,235,223)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AC61 color. Also use rgb(199,172,97) instead hex code.

Text Font Color

.myTextColor { color: #C7AC61; }

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

This text font color is #C7AC61.

Background Color

.myBgColor { background-color: #C7AC61; }

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

This div background color is #C7AC61.

Border color

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

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

This div border color is #C7AC61.

Opacity

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

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

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

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

This text has shadow with #C7AC61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AC61.

Preview

Color preview on black background

This text has color #C7AC61 on black background.


Color preview on white background

This text has color #C7AC61 on white background.


Black color preview on #C7AC61 background

This text has black color on #C7AC61 background.


White color preview on #C7AC61 background

This text has white color on #C7AC61 background.


Related colors

Complementary color

Complementary color for #hex is #38539E.


I love getcolorcode.com

Triadic colors

1 #61C7AC and #AC61C7 with #C7AC61 are triadic colors.

2 #61ACC7 and #ACC761 with #C7AC61 are triadic colors.