COLOR #C7A55C

HEX: #C7A55C
RGB: (199,165,92)

Color info

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

RGB color model

#C7A55C color RGB value is (199,165,92).

  • red value is 199;
  • green value is 165;
  • blue value is 92.
RGB:
(199,165,92)
(78%,65%,36%)

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 92 of 255 = 36%

199
165
92

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

Portions of RGB colors in percentages

R + G + B =
199 + 165 + 92 = 456 (100%)
R 199 of 456 ~ 43.64%
G 165 of 456 ~ 36.18%
B 92 of 456 ~ 20.18%

%43.64
%36.18
%20.18

CMYK color model

#C7A55C color CMYK value is (0,17,54,22).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 53.77%
  • key color value is 21.96%
CMYK:
(0,17,54,22)
C0M17Y54K22 
(0%,17%,54%,22%)
(0.00/0.17/0.54/0.22)	

CMYK percentages

%0
%17.09
%53.77
%21.96

Codes

Color #C7A55C in popluar color models

C7A55C
RGB19916592
HSL41°48.86%57.06%
HSB/HSV41°53.77%78.04%
CMYK0.00%17.09%53.77%
21.96%

Color #C7A55C in popluar number systems.

HEXC7A55C
Decimal19916592
Binary11000111101001011011100
Octal307245134

Shades and tints

Shades of #C7A55C

#C7A55C
(199,165,92)
#B59654
(181,150,84)
#A3874C
(163,135,76)
#917844
(145,120,68)
#7F693C
(127,105,60)
#6D5A34
(109,90,52)
#5B4B2C
(91,75,44)
#493C24
(73,60,36)
#372D1C
(55,45,28)
#251E14
(37,30,20)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #C7A55C

#C7A55C
(199,165,92)
#CCAD6A
(204,173,106)
#D1B578
(209,181,120)
#D6BD86
(214,189,134)
#DBC594
(219,197,148)
#E0CDA2
(224,205,162)
#E5D5B0
(229,213,176)
#EADDBE
(234,221,190)
#EFE5CC
(239,229,204)
#F4EDDA
(244,237,218)
#F9F5E8
(249,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A55C color. Also use rgb(199,165,92) instead hex code.

Text Font Color

.myTextColor { color: #C7A55C; }

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

This text font color is #C7A55C.


Background Color

.myBgColor { background-color: #C7A55C; }

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

This div background color is #C7A55C.


Border color

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

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

This div border color is #C7A55C.


Opacity

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

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

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

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

This text has shadow with #C7A55C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A55C on black background.


Color preview on white background

This text has color #C7A55C on white background.



Black color preview on #C7A55C background

This text has black color on #C7A55C background.


White color preview on #C7A55C background

This text has white color on #C7A55C background.