COLOR #C7A75B

HEX: #C7A75B
RGB: (199,167,91)

Color info

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

RGB color model

#C7A75B color RGB value is (199,167,91).

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

RGB channels and saturation

R 199 of 255 = 78%
G 167 of 255 = 65%
B 91 of 255 = 36%

199
167
91

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

Portions of RGB colors in percentages

R + G + B =
199 + 167 + 91 = 457 (100%)
R 199 of 457 ~ 43.54%
G 167 of 457 ~ 36.54%
B 91 of 457 ~ 19.91%

%43.54
%36.54
%19.91

CMYK color model

#C7A75B color CMYK value is (0,16,54,22).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 54.27%
  • key color value is 21.96%
CMYK:
(0,16,54,22)
C0M16Y54K22 
(0%,16%,54%,22%)
(0.00/0.16/0.54/0.22)	

CMYK percentages

%0
%16.08
%54.27
%21.96

Codes

Color #C7A75B in popluar color models

C7A75B
RGB19916791
HSL42°49.09%56.86%
HSB/HSV42°54.27%78.04%
CMYK0.00%16.08%54.27%
21.96%

Color #C7A75B in popluar number systems.

HEXC7A75B
Decimal19916791
Binary11000111101001111011011
Octal307247133

Shades and tints

Shades of #C7A75B

#C7A75B
(199,167,91)
#B59853
(181,152,83)
#A3894B
(163,137,75)
#917A43
(145,122,67)
#7F6B3B
(127,107,59)
#6D5C33
(109,92,51)
#5B4D2B
(91,77,43)
#493E23
(73,62,35)
#372F1B
(55,47,27)
#252013
(37,32,19)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #C7A75B

#C7A75B
(199,167,91)
#CCAF69
(204,175,105)
#D1B777
(209,183,119)
#D6BF85
(214,191,133)
#DBC793
(219,199,147)
#E0CFA1
(224,207,161)
#E5D7AF
(229,215,175)
#EADFBD
(234,223,189)
#EFE7CB
(239,231,203)
#F4EFD9
(244,239,217)
#F9F7E7
(249,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A75B color. Also use rgb(199,167,91) instead hex code.

Text Font Color

.myTextColor { color: #C7A75B; }

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

This text font color is #C7A75B.


Background Color

.myBgColor { background-color: #C7A75B; }

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

This div background color is #C7A75B.


Border color

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

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

This div border color is #C7A75B.


Opacity

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

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

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

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

This text has shadow with #C7A75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A75B on black background.


Color preview on white background

This text has color #C7A75B on white background.



Black color preview on #C7A75B background

This text has black color on #C7A75B background.


White color preview on #C7A75B background

This text has white color on #C7A75B background.