COLOR #C7C340

HEX: #C7C340 RGB: (199,195,64)

Color info

#C7C340 contains mainly red and green colors. Web safe color of #C7C340 is #CCCC33 (or #CC3).

RGB color model

#C7C340 color RGB value is (199,195,64).

RGB: (199,195,64) (78%, 76%, 25%)

RGB channels and saturation

R 199 of 255 = 78%
G 195 of 255 = 76%
B 64 of 255 = 25%

199
195
64

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

Portions of RGB colors in percentages

R + G + B = 199 + 195 + 64 = 458 (100%)
R 199 of 458 ~ 43.45%
G 195 of 458 ~ 42.58%
B 64 of 458 ~ 13.97'%

%43.45
%42.58
%13.97

CMYK color model

#C7C340 color CMYK value is (0,2,68,22).

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

CMYK: (0,2,68,22)
C0M2Y68K22 (0%, 2%, 68%, 22%)
(0.00 / 0.02 / 0.68 / 0.22)

CMYK percentages

%0
%2.01
%67.84
%21.96

Codes

Color #C7C340 in popluar color models

C7 C3 40
RGB 199 195 64
HSL 58° 54.66% 51.57%
HSB/HSV 58° 67.84% 78.04%
CMYK 0.00% 2.01% 67.84%
21.96%

Color #C7C340 in popluar number systems.

HEX C7 C3 40
Decimal 199 195 64
Binary 11000111 11000011 1000000
Octal 307 303 100

Shades and tints

Shades of #C7C340

#C7C340
(199,195,64)
#B5B23B
(181,178,59)
#A3A136
(163,161,54)
#919031
(145,144,49)
#7F7F2C
(127,127,44)
#6D6E27
(109,110,39)
#5B5D22
(91,93,34)
#494C1D
(73,76,29)
#373B18
(55,59,24)
#252A13
(37,42,19)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #C7C340

#C7C340
(199,195,64)
#CCC851
(204,200,81)
#D1CD62
(209,205,98)
#D6D273
(214,210,115)
#DBD784
(219,215,132)
#E0DC95
(224,220,149)
#E5E1A6
(229,225,166)
#EAE6B7
(234,230,183)
#EFEBC8
(239,235,200)
#F4F0D9
(244,240,217)
#F9F5EA
(249,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C340; }

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

This text font color is #C7C340.

Background Color

.myBgColor { background-color: #C7C340; }

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

This div background color is #C7C340.

Border color

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

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

This div border color is #C7C340.

Opacity

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

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

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

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

This text has shadow with #C7C340 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C340.

Preview

Color preview on black background

This text has color #C7C340 on black background.


Color preview on white background

This text has color #C7C340 on white background.


Black color preview on #C7C340 background

This text has black color on #C7C340 background.


White color preview on #C7C340 background

This text has white color on #C7C340 background.


Related colors

Complementary color

Complementary color for #hex is #383CBF.


I love getcolorcode.com

Triadic colors

1 #40C7C3 and #C340C7 with #C7C340 are triadic colors.

2 #40C3C7 and #C3C740 with #C7C340 are triadic colors.