COLOR #C7C370

HEX: #C7C370 RGB: (199,195,112)

Color info

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

RGB color model

#C7C370 color RGB value is (199,195,112).

RGB: (199,195,112) (78%, 76%, 44%)

RGB channels and saturation

R 199 of 255 = 78%
G 195 of 255 = 76%
B 112 of 255 = 44%

199
195
112

R + G + B ~ 66%. #C7C370 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 195 + 112 = 506 (100%)
R 199 of 506 ~ 39.33%
G 195 of 506 ~ 38.54%
B 112 of 506 ~ 22.13'%

%39.33
%38.54
%22.13

CMYK color model

#C7C370 color CMYK value is (0,2,44,22).

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

CMYK: (0,2,44,22)
C0M2Y44K22 (0%, 2%, 44%, 22%)
(0.00 / 0.02 / 0.44 / 0.22)

CMYK percentages

%0
%2.01
%43.72
%21.96

Codes

Color #C7C370 in popluar color models

C7 C3 70
RGB 199 195 112
HSL 57° 43.72% 60.98%
HSB/HSV 57° 43.72% 78.04%
CMYK 0.00% 2.01% 43.72%
21.96%

Color #C7C370 in popluar number systems.

HEX C7 C3 70
Decimal 199 195 112
Binary 11000111 11000011 1110000
Octal 307 303 160

Shades and tints

Shades of #C7C370

#C7C370
(199,195,112)
#B5B266
(181,178,102)
#A3A15C
(163,161,92)
#919052
(145,144,82)
#7F7F48
(127,127,72)
#6D6E3E
(109,110,62)
#5B5D34
(91,93,52)
#494C2A
(73,76,42)
#373B20
(55,59,32)
#252A16
(37,42,22)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #C7C370

#C7C370
(199,195,112)
#CCC87D
(204,200,125)
#D1CD8A
(209,205,138)
#D6D297
(214,210,151)
#DBD7A4
(219,215,164)
#E0DCB1
(224,220,177)
#E5E1BE
(229,225,190)
#EAE6CB
(234,230,203)
#EFEBD8
(239,235,216)
#F4F0E5
(244,240,229)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C370; }

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

This text font color is #C7C370.

Background Color

.myBgColor { background-color: #C7C370; }

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

This div background color is #C7C370.

Border color

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

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

This div border color is #C7C370.

Opacity

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

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

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

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

This text has shadow with #C7C370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C370.

Preview

Color preview on black background

This text has color #C7C370 on black background.


Color preview on white background

This text has color #C7C370 on white background.


Black color preview on #C7C370 background

This text has black color on #C7C370 background.


White color preview on #C7C370 background

This text has white color on #C7C370 background.


Related colors

Complementary color

Complementary color for #hex is #383C8F.


I love getcolorcode.com

Triadic colors

1 #70C7C3 and #C370C7 with #C7C370 are triadic colors.

2 #70C3C7 and #C3C770 with #C7C370 are triadic colors.