COLOR #C1A39D

HEX: #C1A39D
RGB: (193,163,157)

Color info

#C1A39D contains red, green and blue colors in about the same proportion. Web safe color of #C1A39D is #CC9999 (or #C99).

RGB color model

#C1A39D color RGB value is (193,163,157).

  • red value is 193;
  • green value is 163;
  • blue value is 157.
RGB:
(193,163,157)
(76%,64%,62%)

RGB channels and saturation

R 193 of 255 = 76%
G 163 of 255 = 64%
B 157 of 255 = 62%

193
163
157

R + G + B ~ 67%. #C1A39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 163 + 157 = 513 (100%)
R 193 of 513 ~ 37.62%
G 163 of 513 ~ 31.77%
B 157 of 513 ~ 30.6%

%37.62
%31.77
%30.6

CMYK color model

#C1A39D color CMYK value is (0,16,19,24).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 18.65%
  • key color value is 24.31%
CMYK:
(0,16,19,24)
C0M16Y19K24 
(0%,16%,19%,24%)
(0.00/0.16/0.19/0.24)	

CMYK percentages

%0
%15.54
%18.65
%24.31

Codes

Color #C1A39D in popluar color models

C1A39D
RGB193163157
HSL10°22.50%68.63%
HSB/HSV10°18.65%75.69%
CMYK0.00%15.54%18.65%
24.31%

Color #C1A39D in popluar number systems.

HEXC1A39D
Decimal193163157
Binary110000011010001110011101
Octal301243235

Shades and tints

Shades of #C1A39D

#C1A39D
(193,163,157)
#B0958F
(176,149,143)
#9F8781
(159,135,129)
#8E7973
(142,121,115)
#7D6B65
(125,107,101)
#6C5D57
(108,93,87)
#5B4F49
(91,79,73)
#4A413B
(74,65,59)
#39332D
(57,51,45)
#28251F
(40,37,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #C1A39D

#C1A39D
(193,163,157)
#C6ABA5
(198,171,165)
#CBB3AD
(203,179,173)
#D0BBB5
(208,187,181)
#D5C3BD
(213,195,189)
#DACBC5
(218,203,197)
#DFD3CD
(223,211,205)
#E4DBD5
(228,219,213)
#E9E3DD
(233,227,221)
#EEEBE5
(238,235,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A39D; }

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

This text font color is #C1A39D.


Background Color

.myBgColor { background-color: #C1A39D; }

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

This div background color is #C1A39D.


Border color

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

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

This div border color is #C1A39D.


Opacity

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

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

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

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

This text has shadow with #C1A39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A39D on black background.


Color preview on white background

This text has color #C1A39D on white background.



Black color preview on #C1A39D background

This text has black color on #C1A39D background.


White color preview on #C1A39D background

This text has white color on #C1A39D background.