COLOR #C7C06A

HEX: #C7C06A
RGB: (199,192,106)

Color info

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

RGB color model

#C7C06A color RGB value is (199,192,106).

  • red value is 199;
  • green value is 192;
  • blue value is 106.
RGB:
(199,192,106)
(78%,75%,42%)

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 106 of 255 = 42%

199
192
106

R + G + B ~ 65%. #C7C06A is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 106 = 497 (100%)
R 199 of 497 ~ 40.04%
G 192 of 497 ~ 38.63%
B 106 of 497 ~ 21.33%

%40.04
%38.63
%21.33

CMYK color model

#C7C06A color CMYK value is (0,4,47,22).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 46.73%
  • key color value is 21.96%
CMYK:
(0,4,47,22)
C0M4Y47K22 
(0%,4%,47%,22%)
(0.00/0.04/0.47/0.22)	

CMYK percentages

%0
%3.52
%46.73
%21.96

Codes

Color #C7C06A in popluar color models

C7C06A
RGB199192106
HSL55°45.37%59.80%
HSB/HSV55°46.73%78.04%
CMYK0.00%3.52%46.73%
21.96%

Color #C7C06A in popluar number systems.

HEXC7C06A
Decimal199192106
Binary11000111110000001101010
Octal307300152

Shades and tints

Shades of #C7C06A

#C7C06A
(199,192,106)
#B5AF61
(181,175,97)
#A39E58
(163,158,88)
#918D4F
(145,141,79)
#7F7C46
(127,124,70)
#6D6B3D
(109,107,61)
#5B5A34
(91,90,52)
#49492B
(73,73,43)
#373822
(55,56,34)
#252719
(37,39,25)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #C7C06A

#C7C06A
(199,192,106)
#CCC577
(204,197,119)
#D1CA84
(209,202,132)
#D6CF91
(214,207,145)
#DBD49E
(219,212,158)
#E0D9AB
(224,217,171)
#E5DEB8
(229,222,184)
#EAE3C5
(234,227,197)
#EFE8D2
(239,232,210)
#F4EDDF
(244,237,223)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C06A; }

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

This text font color is #C7C06A.


Background Color

.myBgColor { background-color: #C7C06A; }

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

This div background color is #C7C06A.


Border color

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

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

This div border color is #C7C06A.


Opacity

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

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

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

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

This text has shadow with #C7C06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C06A on black background.


Color preview on white background

This text has color #C7C06A on white background.



Black color preview on #C7C06A background

This text has black color on #C7C06A background.


White color preview on #C7C06A background

This text has white color on #C7C06A background.