COLOR #C7C083

HEX: #C7C083 RGB: (199,192,131)

Color info

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

RGB color model

#C7C083 color RGB value is (199,192,131).

RGB: (199,192,131) (78%, 75%, 51%)

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 131 of 255 = 51%

199
192
131

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

Portions of RGB colors in percentages

R + G + B = 199 + 192 + 131 = 522 (100%)
R 199 of 522 ~ 38.12%
G 192 of 522 ~ 36.78%
B 131 of 522 ~ 25.1'%

%38.12
%36.78
%25.1

CMYK color model

#C7C083 color CMYK value is (0,4,34,22).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 34.17%
  • key color value is 21.96%

CMYK: (0,4,34,22)
C0M4Y34K22 (0%, 4%, 34%, 22%)
(0.00 / 0.04 / 0.34 / 0.22)

CMYK percentages

%0
%3.52
%34.17
%21.96

Codes

Color #C7C083 in popluar color models

C7 C0 83
RGB 199 192 131
HSL 54° 37.78% 64.71%
HSB/HSV 54° 34.17% 78.04%
CMYK 0.00% 3.52% 34.17%
21.96%

Color #C7C083 in popluar number systems.

HEX C7 C0 83
Decimal 199 192 131
Binary 11000111 11000000 10000011
Octal 307 300 203

Shades and tints

Shades of #C7C083

#C7C083
(199,192,131)
#B5AF78
(181,175,120)
#A39E6D
(163,158,109)
#918D62
(145,141,98)
#7F7C57
(127,124,87)
#6D6B4C
(109,107,76)
#5B5A41
(91,90,65)
#494936
(73,73,54)
#37382B
(55,56,43)
#252720
(37,39,32)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7C083

#C7C083
(199,192,131)
#CCC58E
(204,197,142)
#D1CA99
(209,202,153)
#D6CFA4
(214,207,164)
#DBD4AF
(219,212,175)
#E0D9BA
(224,217,186)
#E5DEC5
(229,222,197)
#EAE3D0
(234,227,208)
#EFE8DB
(239,232,219)
#F4EDE6
(244,237,230)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C083 color. Also use rgb(199,192,131) instead hex code.

Text Font Color

.myTextColor { color: #C7C083; }

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

This text font color is #C7C083.

Background Color

.myBgColor { background-color: #C7C083; }

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

This div background color is #C7C083.

Border color

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

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

This div border color is #C7C083.

Opacity

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

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

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

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

This text has shadow with #C7C083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C083.

Preview

Color preview on black background

This text has color #C7C083 on black background.


Color preview on white background

This text has color #C7C083 on white background.


Black color preview on #C7C083 background

This text has black color on #C7C083 background.


White color preview on #C7C083 background

This text has white color on #C7C083 background.


Related colors

Complementary color

Complementary color for #hex is #383F7C.


I love getcolorcode.com

Triadic colors

1 #83C7C0 and #C083C7 with #C7C083 are triadic colors.

2 #83C0C7 and #C0C783 with #C7C083 are triadic colors.