COLOR #C1A394

HEX: #C1A394
RGB: (193,163,148)

Color info

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

RGB color model

#C1A394 color RGB value is (193,163,148).

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

RGB channels and saturation

R 193 of 255 = 76%
G 163 of 255 = 64%
B 148 of 255 = 58%

193
163
148

R + G + B ~ 66%. #C1A394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 163 + 148 = 504 (100%)
R 193 of 504 ~ 38.29%
G 163 of 504 ~ 32.34%
B 148 of 504 ~ 29.37%

%38.29
%32.34
%29.37

CMYK color model

#C1A394 color CMYK value is (0,16,23,24).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 23.32%
  • key color value is 24.31%
CMYK:
(0,16,23,24)
C0M16Y23K24 
(0%,16%,23%,24%)
(0.00/0.16/0.23/0.24)	

CMYK percentages

%0
%15.54
%23.32
%24.31

Codes

Color #C1A394 in popluar color models

C1A394
RGB193163148
HSL20°26.63%66.86%
HSB/HSV20°23.32%75.69%
CMYK0.00%15.54%23.32%
24.31%

Color #C1A394 in popluar number systems.

HEXC1A394
Decimal193163148
Binary110000011010001110010100
Octal301243224

Shades and tints

Shades of #C1A394

#C1A394
(193,163,148)
#B09587
(176,149,135)
#9F877A
(159,135,122)
#8E796D
(142,121,109)
#7D6B60
(125,107,96)
#6C5D53
(108,93,83)
#5B4F46
(91,79,70)
#4A4139
(74,65,57)
#39332C
(57,51,44)
#28251F
(40,37,31)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #C1A394

#C1A394
(193,163,148)
#C6AB9D
(198,171,157)
#CBB3A6
(203,179,166)
#D0BBAF
(208,187,175)
#D5C3B8
(213,195,184)
#DACBC1
(218,203,193)
#DFD3CA
(223,211,202)
#E4DBD3
(228,219,211)
#E9E3DC
(233,227,220)
#EEEBE5
(238,235,229)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A394; }

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

This text font color is #C1A394.


Background Color

.myBgColor { background-color: #C1A394; }

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

This div background color is #C1A394.


Border color

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

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

This div border color is #C1A394.


Opacity

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

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

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

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

This text has shadow with #C1A394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A394 on black background.


Color preview on white background

This text has color #C1A394 on white background.



Black color preview on #C1A394 background

This text has black color on #C1A394 background.


White color preview on #C1A394 background

This text has white color on #C1A394 background.