COLOR #C7C281

HEX: #C7C281 RGB: (199,194,129)

Color info

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

RGB color model

#C7C281 color RGB value is (199,194,129).

RGB: (199,194,129) (78%, 76%, 51%)

RGB channels and saturation

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

199
194
129

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

Portions of RGB colors in percentages

R + G + B = 199 + 194 + 129 = 522 (100%)
R 199 of 522 ~ 38.12%
G 194 of 522 ~ 37.16%
B 129 of 522 ~ 24.71'%

%38.12
%37.16
%24.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 35.18%
  • 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
%35.18
%21.96

Codes

Color #C7C281 in popluar color models

C7 C2 81
RGB 199 194 129
HSL 56° 38.46% 64.31%
HSB/HSV 56° 35.18% 78.04%
CMYK 0.00% 2.51% 35.18%
21.96%

Color #C7C281 in popluar number systems.

HEX C7 C2 81
Decimal 199 194 129
Binary 11000111 11000010 10000001
Octal 307 302 201

Shades and tints

Shades of #C7C281

#C7C281
(199,194,129)
#B5B176
(181,177,118)
#A3A06B
(163,160,107)
#918F60
(145,143,96)
#7F7E55
(127,126,85)
#6D6D4A
(109,109,74)
#5B5C3F
(91,92,63)
#494B34
(73,75,52)
#373A29
(55,58,41)
#25291E
(37,41,30)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #C7C281

#C7C281
(199,194,129)
#CCC78C
(204,199,140)
#D1CC97
(209,204,151)
#D6D1A2
(214,209,162)
#DBD6AD
(219,214,173)
#E0DBB8
(224,219,184)
#E5E0C3
(229,224,195)
#EAE5CE
(234,229,206)
#EFEAD9
(239,234,217)
#F4EFE4
(244,239,228)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C281; }

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

This text font color is #C7C281.

Background Color

.myBgColor { background-color: #C7C281; }

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

This div background color is #C7C281.

Border color

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

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

This div border color is #C7C281.

Opacity

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

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

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

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

This text has shadow with #C7C281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C281.

Preview

Color preview on black background

This text has color #C7C281 on black background.


Color preview on white background

This text has color #C7C281 on white background.


Black color preview on #C7C281 background

This text has black color on #C7C281 background.


White color preview on #C7C281 background

This text has white color on #C7C281 background.


Related colors

Complementary color

Complementary color for #hex is #383D7E.


I love getcolorcode.com

Triadic colors

1 #81C7C2 and #C281C7 with #C7C281 are triadic colors.

2 #81C2C7 and #C2C781 with #C7C281 are triadic colors.