COLOR #C7C353

HEX: #C7C353 RGB: (199,195,83)

Color info

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

RGB color model

#C7C353 color RGB value is (199,195,83).

RGB: (199,195,83) (78%, 76%, 33%)

RGB channels and saturation

R 199 of 255 = 78%
G 195 of 255 = 76%
B 83 of 255 = 33%

199
195
83

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

Portions of RGB colors in percentages

R + G + B = 199 + 195 + 83 = 477 (100%)
R 199 of 477 ~ 41.72%
G 195 of 477 ~ 40.88%
B 83 of 477 ~ 17.4'%

%41.72
%40.88
%17.4

CMYK color model

#C7C353 color CMYK value is (0,2,58,22).

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

CMYK: (0,2,58,22)
C0M2Y58K22 (0%, 2%, 58%, 22%)
(0.00 / 0.02 / 0.58 / 0.22)

CMYK percentages

%0
%2.01
%58.29
%21.96

Codes

Color #C7C353 in popluar color models

C7 C3 53
RGB 199 195 83
HSL 58° 50.88% 55.29%
HSB/HSV 58° 58.29% 78.04%
CMYK 0.00% 2.01% 58.29%
21.96%

Color #C7C353 in popluar number systems.

HEX C7 C3 53
Decimal 199 195 83
Binary 11000111 11000011 1010011
Octal 307 303 123

Shades and tints

Shades of #C7C353

#C7C353
(199,195,83)
#B5B24C
(181,178,76)
#A3A145
(163,161,69)
#91903E
(145,144,62)
#7F7F37
(127,127,55)
#6D6E30
(109,110,48)
#5B5D29
(91,93,41)
#494C22
(73,76,34)
#373B1B
(55,59,27)
#252A14
(37,42,20)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #C7C353

#C7C353
(199,195,83)
#CCC862
(204,200,98)
#D1CD71
(209,205,113)
#D6D280
(214,210,128)
#DBD78F
(219,215,143)
#E0DC9E
(224,220,158)
#E5E1AD
(229,225,173)
#EAE6BC
(234,230,188)
#EFEBCB
(239,235,203)
#F4F0DA
(244,240,218)
#F9F5E9
(249,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C353; }

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

This text font color is #C7C353.

Background Color

.myBgColor { background-color: #C7C353; }

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

This div background color is #C7C353.

Border color

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

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

This div border color is #C7C353.

Opacity

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

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

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

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

This text has shadow with #C7C353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C353.

Preview

Color preview on black background

This text has color #C7C353 on black background.


Color preview on white background

This text has color #C7C353 on white background.


Black color preview on #C7C353 background

This text has black color on #C7C353 background.


White color preview on #C7C353 background

This text has white color on #C7C353 background.


Related colors

Complementary color

Complementary color for #hex is #383CAC.


I love getcolorcode.com

Triadic colors

1 #53C7C3 and #C353C7 with #C7C353 are triadic colors.

2 #53C3C7 and #C3C753 with #C7C353 are triadic colors.