COLOR #C7C379

HEX: #C7C379 RGB: (199,195,121)

Color info

#C7C379 contains mainly red and green colors. Web safe color of #C7C379 is #CCCC66 (or #CC6).

RGB color model

#C7C379 color RGB value is (199,195,121).

RGB: (199,195,121) (78%, 76%, 47%)

RGB channels and saturation

R 199 of 255 = 78%
G 195 of 255 = 76%
B 121 of 255 = 47%

199
195
121

R + G + B ~ 67%. #C7C379 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 195 + 121 = 515 (100%)
R 199 of 515 ~ 38.64%
G 195 of 515 ~ 37.86%
B 121 of 515 ~ 23.5'%

%38.64
%37.86
%23.5

CMYK color model

#C7C379 color CMYK value is (0,2,39,22).

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 39.20%
  • key color value is 21.96%

CMYK: (0,2,39,22)
C0M2Y39K22 (0%, 2%, 39%, 22%)
(0.00 / 0.02 / 0.39 / 0.22)

CMYK percentages

%0
%2.01
%39.2
%21.96

Codes

Color #C7C379 in popluar color models

C7 C3 79
RGB 199 195 121
HSL 57° 41.05% 62.75%
HSB/HSV 57° 39.20% 78.04%
CMYK 0.00% 2.01% 39.20%
21.96%

Color #C7C379 in popluar number systems.

HEX C7 C3 79
Decimal 199 195 121
Binary 11000111 11000011 1111001
Octal 307 303 171

Shades and tints

Shades of #C7C379

#C7C379
(199,195,121)
#B5B26E
(181,178,110)
#A3A163
(163,161,99)
#919058
(145,144,88)
#7F7F4D
(127,127,77)
#6D6E42
(109,110,66)
#5B5D37
(91,93,55)
#494C2C
(73,76,44)
#373B21
(55,59,33)
#252A16
(37,42,22)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #C7C379

#C7C379
(199,195,121)
#CCC885
(204,200,133)
#D1CD91
(209,205,145)
#D6D29D
(214,210,157)
#DBD7A9
(219,215,169)
#E0DCB5
(224,220,181)
#E5E1C1
(229,225,193)
#EAE6CD
(234,230,205)
#EFEBD9
(239,235,217)
#F4F0E5
(244,240,229)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C379 color. Also use rgb(199,195,121) instead hex code.

Text Font Color

.myTextColor { color: #C7C379; }

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

This text font color is #C7C379.

Background Color

.myBgColor { background-color: #C7C379; }

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

This div background color is #C7C379.

Border color

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

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

This div border color is #C7C379.

Opacity

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

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

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

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

This text has shadow with #C7C379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C379.

Preview

Color preview on black background

This text has color #C7C379 on black background.


Color preview on white background

This text has color #C7C379 on white background.


Black color preview on #C7C379 background

This text has black color on #C7C379 background.


White color preview on #C7C379 background

This text has white color on #C7C379 background.


Related colors

Complementary color

Complementary color for #hex is #383C86.


I love getcolorcode.com

Triadic colors

1 #79C7C3 and #C379C7 with #C7C379 are triadic colors.

2 #79C3C7 and #C3C779 with #C7C379 are triadic colors.