COLOR #C1C99D

HEX: #C1C99D RGB: (193,201,157)

Color info

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

RGB color model

#C1C99D color RGB value is (193,201,157).

RGB: (193,201,157) (76%, 79%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 157 of 255 = 62%

193
201
157

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

Portions of RGB colors in percentages

R + G + B = 193 + 201 + 157 = 551 (100%)
R 193 of 551 ~ 35.03%
G 201 of 551 ~ 36.48%
B 157 of 551 ~ 28.49'%

%35.03
%36.48
%28.49

CMYK color model

#C1C99D color CMYK value is (4,0,22,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 21.18%
CMYK: (4,0,22,21) C4M0Y22K21 (4%,0%,22%,21%) (0.04/0.00/0.22/0.21) 

CMYK percentages

%3.98
%0
%21.89
%21.18

Codes

Color #C1C99D in popluar color models

C1 C9 9D
RGB 193 201 157
HSL 71° 28.95% 70.20%
HSB/HSV 71° 21.89% 78.82%
CMYK 3.98% 0.00% 21.89%
21.18%

Color #C1C99D in popluar number systems.

HEX C1 C9 9D
Decimal 193 201 157
Binary 11000001 11001001 10011101
Octal 301 311 235

Shades and tints

Shades of #C1C99D

#C1C99D
(193,201,157)
#B0B78F
(176,183,143)
#9FA581
(159,165,129)
#8E9373
(142,147,115)
#7D8165
(125,129,101)
#6C6F57
(108,111,87)
#5B5D49
(91,93,73)
#4A4B3B
(74,75,59)
#39392D
(57,57,45)
#28271F
(40,39,31)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #C1C99D

#C1C99D
(193,201,157)
#C6CDA5
(198,205,165)
#CBD1AD
(203,209,173)
#D0D5B5
(208,213,181)
#D5D9BD
(213,217,189)
#DADDC5
(218,221,197)
#DFE1CD
(223,225,205)
#E4E5D5
(228,229,213)
#E9E9DD
(233,233,221)
#EEEDE5
(238,237,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C99D color. Also use rgb(193,201,157) instead hex code.

Text Font Color

.myTextColor { color: #C1C99D; }

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

This text font color is #C1C99D.

Background Color

.myBgColor { background-color: #C1C99D; }

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

This div background color is #C1C99D.

Border color

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

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

This div border color is #C1C99D.

Opacity

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

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

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

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

This text has shadow with #C1C99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C99D.

Preview

Color preview on black background

This text has color #C1C99D on black background.


Color preview on white background

This text has color #C1C99D on white background.


Black color preview on #C1C99D background

This text has black color on #C1C99D background.


White color preview on #C1C99D background

This text has white color on #C1C99D background.


Related colors

Complementary color

Complementary color for #hex is #3E3662.


I love getcolorcode.com

Triadic colors

1 #9DC1C9 and #C99DC1 with #C1C99D are triadic colors.

2 #9DC9C1 and #C9C19D with #C1C99D are triadic colors.