COLOR #C7C64F

HEX: #C7C64F
RGB: (199,198,79)

Color info

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

RGB color model

#C7C64F color RGB value is (199,198,79).

  • red value is 199;
  • green value is 198;
  • blue value is 79.
RGB:
(199,198,79)
(78%,78%,31%)

RGB channels and saturation

R 199 of 255 = 78%
G 198 of 255 = 78%
B 79 of 255 = 31%

199
198
79

R + G + B ~ 62%. #C7C64F is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 198 + 79 = 476 (100%)
R 199 of 476 ~ 41.81%
G 198 of 476 ~ 41.6%
B 79 of 476 ~ 16.6%

%41.81
%41.6
%16.6

CMYK color model

#C7C64F color CMYK value is (0,1,60,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 60.30%
  • key color value is 21.96%
CMYK:
(0,1,60,22)
C0M1Y60K22 
(0%,1%,60%,22%)
(0.00/0.01/0.60/0.22)	

CMYK percentages

%0
%0.5
%60.3
%21.96

Codes

Color #C7C64F in popluar color models

C7C64F
RGB19919879
HSL60°51.72%54.51%
HSB/HSV60°60.30%78.04%
CMYK0.00%0.50%60.30%
21.96%

Color #C7C64F in popluar number systems.

HEXC7C64F
Decimal19919879
Binary11000111110001101001111
Octal307306117

Shades and tints

Shades of #C7C64F

#C7C64F
(199,198,79)
#B5B448
(181,180,72)
#A3A241
(163,162,65)
#91903A
(145,144,58)
#7F7E33
(127,126,51)
#6D6C2C
(109,108,44)
#5B5A25
(91,90,37)
#49481E
(73,72,30)
#373617
(55,54,23)
#252410
(37,36,16)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #C7C64F

#C7C64F
(199,198,79)
#CCCB5F
(204,203,95)
#D1D06F
(209,208,111)
#D6D57F
(214,213,127)
#DBDA8F
(219,218,143)
#E0DF9F
(224,223,159)
#E5E4AF
(229,228,175)
#EAE9BF
(234,233,191)
#EFEECF
(239,238,207)
#F4F3DF
(244,243,223)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C64F color. Also use rgb(199,198,79) instead hex code.

Text Font Color

.myTextColor { color: #C7C64F; }

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

This text font color is #C7C64F.


Background Color

.myBgColor { background-color: #C7C64F; }

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

This div background color is #C7C64F.


Border color

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

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

This div border color is #C7C64F.


Opacity

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

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

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

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

This text has shadow with #C7C64F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C64F on black background.


Color preview on white background

This text has color #C7C64F on white background.



Black color preview on #C7C64F background

This text has black color on #C7C64F background.


White color preview on #C7C64F background

This text has white color on #C7C64F background.