COLOR #C7AA50

HEX: #C7AA50
RGB: (199,170,80)

Color info

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

RGB color model

#C7AA50 color RGB value is (199,170,80).

  • red value is 199;
  • green value is 170;
  • blue value is 80.
RGB:
(199,170,80)
(78%,67%,31%)

RGB channels and saturation

R 199 of 255 = 78%
G 170 of 255 = 67%
B 80 of 255 = 31%

199
170
80

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

Portions of RGB colors in percentages

R + G + B =
199 + 170 + 80 = 449 (100%)
R 199 of 449 ~ 44.32%
G 170 of 449 ~ 37.86%
B 80 of 449 ~ 17.82%

%44.32
%37.86
%17.82

CMYK color model

#C7AA50 color CMYK value is (0,15,60,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 59.80%
  • key color value is 21.96%
CMYK:
(0,15,60,22)
C0M15Y60K22 
(0%,15%,60%,22%)
(0.00/0.15/0.60/0.22)	

CMYK percentages

%0
%14.57
%59.8
%21.96

Codes

Color #C7AA50 in popluar color models

C7AA50
RGB19917080
HSL45°51.52%54.71%
HSB/HSV45°59.80%78.04%
CMYK0.00%14.57%59.80%
21.96%

Color #C7AA50 in popluar number systems.

HEXC7AA50
Decimal19917080
Binary11000111101010101010000
Octal307252120

Shades and tints

Shades of #C7AA50

#C7AA50
(199,170,80)
#B59B49
(181,155,73)
#A38C42
(163,140,66)
#917D3B
(145,125,59)
#7F6E34
(127,110,52)
#6D5F2D
(109,95,45)
#5B5026
(91,80,38)
#49411F
(73,65,31)
#373218
(55,50,24)
#252311
(37,35,17)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #C7AA50

#C7AA50
(199,170,80)
#CCB15F
(204,177,95)
#D1B86E
(209,184,110)
#D6BF7D
(214,191,125)
#DBC68C
(219,198,140)
#E0CD9B
(224,205,155)
#E5D4AA
(229,212,170)
#EADBB9
(234,219,185)
#EFE2C8
(239,226,200)
#F4E9D7
(244,233,215)
#F9F0E6
(249,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AA50 color. Also use rgb(199,170,80) instead hex code.

Text Font Color

.myTextColor { color: #C7AA50; }

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

This text font color is #C7AA50.


Background Color

.myBgColor { background-color: #C7AA50; }

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

This div background color is #C7AA50.


Border color

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

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

This div border color is #C7AA50.


Opacity

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

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

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

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

This text has shadow with #C7AA50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AA50 on black background.


Color preview on white background

This text has color #C7AA50 on white background.



Black color preview on #C7AA50 background

This text has black color on #C7AA50 background.


White color preview on #C7AA50 background

This text has white color on #C7AA50 background.