COLOR #C7C282

HEX: #C7C282
RGB: (199,194,130)

Color info

#C7C282 contains mainly red and green colors. Web safe color of #C7C282 is #CCCC99 (or #CC9).

RGB color model

#C7C282 color RGB value is (199,194,130).

  • red value is 199;
  • green value is 194;
  • blue value is 130.
RGB:
(199,194,130)
(78%,76%,51%)

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 130 of 255 = 51%

199
194
130

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

Portions of RGB colors in percentages

R + G + B =
199 + 194 + 130 = 523 (100%)
R 199 of 523 ~ 38.05%
G 194 of 523 ~ 37.09%
B 130 of 523 ~ 24.86%

%38.05
%37.09
%24.86

CMYK color model

#C7C282 color CMYK value is (0,3,35,22).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 34.67%
  • key color value is 21.96%
CMYK:
(0,3,35,22)
C0M3Y35K22 
(0%,3%,35%,22%)
(0.00/0.03/0.35/0.22)	

CMYK percentages

%0
%2.51
%34.67
%21.96

Codes

Color #C7C282 in popluar color models

C7C282
RGB199194130
HSL56°38.12%64.51%
HSB/HSV56°34.67%78.04%
CMYK0.00%2.51%34.67%
21.96%

Color #C7C282 in popluar number systems.

HEXC7C282
Decimal199194130
Binary110001111100001010000010
Octal307302202

Shades and tints

Shades of #C7C282

#C7C282
(199,194,130)
#B5B177
(181,177,119)
#A3A06C
(163,160,108)
#918F61
(145,143,97)
#7F7E56
(127,126,86)
#6D6D4B
(109,109,75)
#5B5C40
(91,92,64)
#494B35
(73,75,53)
#373A2A
(55,58,42)
#25291F
(37,41,31)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #C7C282

#C7C282
(199,194,130)
#CCC78D
(204,199,141)
#D1CC98
(209,204,152)
#D6D1A3
(214,209,163)
#DBD6AE
(219,214,174)
#E0DBB9
(224,219,185)
#E5E0C4
(229,224,196)
#EAE5CF
(234,229,207)
#EFEADA
(239,234,218)
#F4EFE5
(244,239,229)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C282 color. Also use rgb(199,194,130) instead hex code.

Text Font Color

.myTextColor { color: #C7C282; }

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

This text font color is #C7C282.


Background Color

.myBgColor { background-color: #C7C282; }

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

This div background color is #C7C282.


Border color

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

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

This div border color is #C7C282.


Opacity

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

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

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

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

This text has shadow with #C7C282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C282 on black background.


Color preview on white background

This text has color #C7C282 on white background.



Black color preview on #C7C282 background

This text has black color on #C7C282 background.


White color preview on #C7C282 background

This text has white color on #C7C282 background.