COLOR #C7C39B

HEX: #C7C39B RGB: (199,195,155)

Color info

#C7C39B contains red, green and blue colors in about the same proportion. Web safe color of #C7C39B is #CCCC99 (or #CC9).

RGB color model

#C7C39B color RGB value is (199,195,155).

RGB: (199,195,155) (78%, 76%, 61%)

RGB channels and saturation

R 199 of 255 = 78%
G 195 of 255 = 76%
B 155 of 255 = 61%

199
195
155

R + G + B ~ 72%. #C7C39B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 195 + 155 = 549 (100%)
R 199 of 549 ~ 36.25%
G 195 of 549 ~ 35.52%
B 155 of 549 ~ 28.23'%

%36.25
%35.52
%28.23

CMYK color model

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

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

CMYK: (0,2,22,22)
C0M2Y22K22 (0%, 2%, 22%, 22%)
(0.00 / 0.02 / 0.22 / 0.22)

CMYK percentages

%0
%2.01
%22.11
%21.96

Codes

Color #C7C39B in popluar color models

C7 C3 9B
RGB 199 195 155
HSL 55° 28.21% 69.41%
HSB/HSV 55° 22.11% 78.04%
CMYK 0.00% 2.01% 22.11%
21.96%

Color #C7C39B in popluar number systems.

HEX C7 C3 9B
Decimal 199 195 155
Binary 11000111 11000011 10011011
Octal 307 303 233

Shades and tints

Shades of #C7C39B

#C7C39B
(199,195,155)
#B5B28D
(181,178,141)
#A3A17F
(163,161,127)
#919071
(145,144,113)
#7F7F63
(127,127,99)
#6D6E55
(109,110,85)
#5B5D47
(91,93,71)
#494C39
(73,76,57)
#373B2B
(55,59,43)
#252A1D
(37,42,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #C7C39B

#C7C39B
(199,195,155)
#CCC8A4
(204,200,164)
#D1CDAD
(209,205,173)
#D6D2B6
(214,210,182)
#DBD7BF
(219,215,191)
#E0DCC8
(224,220,200)
#E5E1D1
(229,225,209)
#EAE6DA
(234,230,218)
#EFEBE3
(239,235,227)
#F4F0EC
(244,240,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C39B; }

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

This text font color is #C7C39B.

Background Color

.myBgColor { background-color: #C7C39B; }

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

This div background color is #C7C39B.

Border color

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

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

This div border color is #C7C39B.

Opacity

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

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

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

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

This text has shadow with #C7C39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C39B.

Preview

Color preview on black background

This text has color #C7C39B on black background.


Color preview on white background

This text has color #C7C39B on white background.


Black color preview on #C7C39B background

This text has black color on #C7C39B background.


White color preview on #C7C39B background

This text has white color on #C7C39B background.


Related colors

Complementary color

Complementary color for #hex is #383C64.


I love getcolorcode.com

Triadic colors

1 #9BC7C3 and #C39BC7 with #C7C39B are triadic colors.

2 #9BC3C7 and #C3C79B with #C7C39B are triadic colors.