COLOR #C7CC73

HEX: #C7CC73 RGB: (199,204,115)

Color info

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

RGB color model

#C7CC73 color RGB value is (199,204,115).

RGB: (199,204,115) (78%, 80%, 45%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 115 of 255 = 45%

199
204
115

R + G + B ~ 68%. #C7CC73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 115 = 518 (100%)
R 199 of 518 ~ 38.42%
G 204 of 518 ~ 39.38%
B 115 of 518 ~ 22.2'%

%38.42
%39.38
%22.2

CMYK color model

#C7CC73 color CMYK value is (2,0,44,20).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 43.63%
  • key color value is 20.00%

CMYK: (2,0,44,20)
C2M0Y44K20 (2%, 0%, 44%, 20%)
(0.02 / 0.00 / 0.44 / 0.20)

CMYK percentages

%2.45
%0
%43.63
%20

Codes

Color #C7CC73 in popluar color models

C7 CC 73
RGB 199 204 115
HSL 63° 46.60% 62.55%
HSB/HSV 63° 43.63% 80.00%
CMYK 2.45% 0.00% 43.63%
20.00%

Color #C7CC73 in popluar number systems.

HEX C7 CC 73
Decimal 199 204 115
Binary 11000111 11001100 1110011
Octal 307 314 163

Shades and tints

Shades of #C7CC73

#C7CC73
(199,204,115)
#B5BA69
(181,186,105)
#A3A85F
(163,168,95)
#919655
(145,150,85)
#7F844B
(127,132,75)
#6D7241
(109,114,65)
#5B6037
(91,96,55)
#494E2D
(73,78,45)
#373C23
(55,60,35)
#252A19
(37,42,25)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #C7CC73

#C7CC73
(199,204,115)
#CCD07F
(204,208,127)
#D1D48B
(209,212,139)
#D6D897
(214,216,151)
#DBDCA3
(219,220,163)
#E0E0AF
(224,224,175)
#E5E4BB
(229,228,187)
#EAE8C7
(234,232,199)
#EFECD3
(239,236,211)
#F4F0DF
(244,240,223)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CC73 color. Also use rgb(199,204,115) instead hex code.

Text Font Color

.myTextColor { color: #C7CC73; }

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

This text font color is #C7CC73.

Background Color

.myBgColor { background-color: #C7CC73; }

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

This div background color is #C7CC73.

Border color

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

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

This div border color is #C7CC73.

Opacity

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

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

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

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

This text has shadow with #C7CC73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CC73.

Preview

Color preview on black background

This text has color #C7CC73 on black background.


Color preview on white background

This text has color #C7CC73 on white background.


Black color preview on #C7CC73 background

This text has black color on #C7CC73 background.


White color preview on #C7CC73 background

This text has white color on #C7CC73 background.


Related colors

Complementary color

Complementary color for #hex is #38338C.


I love getcolorcode.com

Triadic colors

1 #73C7CC and #CC73C7 with #C7CC73 are triadic colors.

2 #73CCC7 and #CCC773 with #C7CC73 are triadic colors.