COLOR #C7C04C

HEX: #C7C04C RGB: (199,192,76)

Color info

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

RGB color model

#C7C04C color RGB value is (199,192,76).

RGB: (199,192,76) (78%, 75%, 30%)

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 76 of 255 = 30%

199
192
76

R + G + B ~ 61%. #C7C04C is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 192 + 76 = 467 (100%)
R 199 of 467 ~ 42.61%
G 192 of 467 ~ 41.11%
B 76 of 467 ~ 16.27'%

%42.61
%41.11
%16.27

CMYK color model

#C7C04C color CMYK value is (0,4,62,22).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 61.81%
  • key color value is 21.96%

CMYK: (0,4,62,22)
C0M4Y62K22 (0%, 4%, 62%, 22%)
(0.00 / 0.04 / 0.62 / 0.22)

CMYK percentages

%0
%3.52
%61.81
%21.96

Codes

Color #C7C04C in popluar color models

C7 C0 4C
RGB 199 192 76
HSL 57° 52.34% 53.92%
HSB/HSV 57° 61.81% 78.04%
CMYK 0.00% 3.52% 61.81%
21.96%

Color #C7C04C in popluar number systems.

HEX C7 C0 4C
Decimal 199 192 76
Binary 11000111 11000000 1001100
Octal 307 300 114

Shades and tints

Shades of #C7C04C

#C7C04C
(199,192,76)
#B5AF46
(181,175,70)
#A39E40
(163,158,64)
#918D3A
(145,141,58)
#7F7C34
(127,124,52)
#6D6B2E
(109,107,46)
#5B5A28
(91,90,40)
#494922
(73,73,34)
#37381C
(55,56,28)
#252716
(37,39,22)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #C7C04C

#C7C04C
(199,192,76)
#CCC55C
(204,197,92)
#D1CA6C
(209,202,108)
#D6CF7C
(214,207,124)
#DBD48C
(219,212,140)
#E0D99C
(224,217,156)
#E5DEAC
(229,222,172)
#EAE3BC
(234,227,188)
#EFE8CC
(239,232,204)
#F4EDDC
(244,237,220)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C04C color. Also use rgb(199,192,76) instead hex code.

Text Font Color

.myTextColor { color: #C7C04C; }

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

This text font color is #C7C04C.

Background Color

.myBgColor { background-color: #C7C04C; }

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

This div background color is #C7C04C.

Border color

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

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

This div border color is #C7C04C.

Opacity

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

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

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

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

This text has shadow with #C7C04C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C04C.

Preview

Color preview on black background

This text has color #C7C04C on black background.


Color preview on white background

This text has color #C7C04C on white background.


Black color preview on #C7C04C background

This text has black color on #C7C04C background.


White color preview on #C7C04C background

This text has white color on #C7C04C background.


Related colors

Complementary color

Complementary color for #hex is #383FB3.


I love getcolorcode.com

Triadic colors

1 #4CC7C0 and #C04CC7 with #C7C04C are triadic colors.

2 #4CC0C7 and #C0C74C with #C7C04C are triadic colors.