COLOR #C0C39D

HEX: #C0C39D RGB: (192,195,157)

Color info

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

RGB color model

#C0C39D color RGB value is (192,195,157).

RGB: (192,195,157) (75%, 76%, 62%)

RGB channels and saturation

R 192 of 255 = 75%
G 195 of 255 = 76%
B 157 of 255 = 62%

192
195
157

R + G + B ~ 71%. #C0C39D is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 195 + 157 = 544 (100%)
R 192 of 544 ~ 35.29%
G 195 of 544 ~ 35.85%
B 157 of 544 ~ 28.86'%

%35.29
%35.85
%28.86

CMYK color model

#C0C39D color CMYK value is (2,0,19,24).

  • cyan value is 1.54%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%

CMYK: (2,0,19,24)
C2M0Y19K24 (2%, 0%, 19%, 24%)
(0.02 / 0.00 / 0.19 / 0.24)

CMYK percentages

%1.54
%0
%19.49
%23.53

Codes

Color #C0C39D in popluar color models

C0 C3 9D
RGB 192 195 157
HSL 65° 24.05% 69.02%
HSB/HSV 65° 19.49% 76.47%
CMYK 1.54% 0.00% 19.49%
23.53%

Color #C0C39D in popluar number systems.

HEX C0 C3 9D
Decimal 192 195 157
Binary 11000000 11000011 10011101
Octal 300 303 235

Shades and tints

Shades of #C0C39D

#C0C39D
(192,195,157)
#AFB28F
(175,178,143)
#9EA181
(158,161,129)
#8D9073
(141,144,115)
#7C7F65
(124,127,101)
#6B6E57
(107,110,87)
#5A5D49
(90,93,73)
#494C3B
(73,76,59)
#383B2D
(56,59,45)
#272A1F
(39,42,31)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #C0C39D

#C0C39D
(192,195,157)
#C5C8A5
(197,200,165)
#CACDAD
(202,205,173)
#CFD2B5
(207,210,181)
#D4D7BD
(212,215,189)
#D9DCC5
(217,220,197)
#DEE1CD
(222,225,205)
#E3E6D5
(227,230,213)
#E8EBDD
(232,235,221)
#EDF0E5
(237,240,229)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C39D color. Also use rgb(192,195,157) instead hex code.

Text Font Color

.myTextColor { color: #C0C39D; }

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

This text font color is #C0C39D.

Background Color

.myBgColor { background-color: #C0C39D; }

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

This div background color is #C0C39D.

Border color

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

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

This div border color is #C0C39D.

Opacity

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

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

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

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

This text has shadow with #C0C39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C39D.

Preview

Color preview on black background

This text has color #C0C39D on black background.


Color preview on white background

This text has color #C0C39D on white background.


Black color preview on #C0C39D background

This text has black color on #C0C39D background.


White color preview on #C0C39D background

This text has white color on #C0C39D background.


Related colors

Complementary color

Complementary color for #hex is #3F3C62.


I love getcolorcode.com

Triadic colors

1 #9DC0C3 and #C39DC0 with #C0C39D are triadic colors.

2 #9DC3C0 and #C3C09D with #C0C39D are triadic colors.