COLOR #C1C9A5

HEX: #C1C9A5
RGB: (193,201,165)

Color info

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

RGB color model

#C1C9A5 color RGB value is (193,201,165).

  • red value is 193;
  • green value is 201;
  • blue value is 165.
RGB:
(193,201,165)
(76%,79%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 165 of 255 = 65%

193
201
165

R + G + B ~ 73%. #C1C9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 201 + 165 = 559 (100%)
R 193 of 559 ~ 34.53%
G 201 of 559 ~ 35.96%
B 165 of 559 ~ 29.52%

%34.53
%35.96
%29.52

CMYK color model

#C1C9A5 color CMYK value is (4,0,18,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK:
(4,0,18,21)
C4M0Y18K21 
(4%,0%,18%,21%)
(0.04/0.00/0.18/0.21)	

CMYK percentages

%3.98
%0
%17.91
%21.18

Codes

Color #C1C9A5 in popluar color models

C1C9A5
RGB193201165
HSL73°25.00%71.76%
HSB/HSV73°17.91%78.82%
CMYK3.98%0.00%17.91%
21.18%

Color #C1C9A5 in popluar number systems.

HEXC1C9A5
Decimal193201165
Binary110000011100100110100101
Octal301311245

Shades and tints

Shades of #C1C9A5

#C1C9A5
(193,201,165)
#B0B796
(176,183,150)
#9FA587
(159,165,135)
#8E9378
(142,147,120)
#7D8169
(125,129,105)
#6C6F5A
(108,111,90)
#5B5D4B
(91,93,75)
#4A4B3C
(74,75,60)
#39392D
(57,57,45)
#28271E
(40,39,30)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #C1C9A5

#C1C9A5
(193,201,165)
#C6CDAD
(198,205,173)
#CBD1B5
(203,209,181)
#D0D5BD
(208,213,189)
#D5D9C5
(213,217,197)
#DADDCD
(218,221,205)
#DFE1D5
(223,225,213)
#E4E5DD
(228,229,221)
#E9E9E5
(233,233,229)
#EEEDED
(238,237,237)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C9A5; }

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

This text font color is #C1C9A5.


Background Color

.myBgColor { background-color: #C1C9A5; }

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

This div background color is #C1C9A5.


Border color

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

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

This div border color is #C1C9A5.


Opacity

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

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

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

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

This text has shadow with #C1C9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C9A5 on black background.


Color preview on white background

This text has color #C1C9A5 on white background.



Black color preview on #C1C9A5 background

This text has black color on #C1C9A5 background.


White color preview on #C1C9A5 background

This text has white color on #C1C9A5 background.