COLOR #C2A394

HEX: #C2A394
RGB: (194,163,148)

Color info

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

RGB color model

#C2A394 color RGB value is (194,163,148).

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

RGB channels and saturation

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

194
163
148

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

Portions of RGB colors in percentages

R + G + B =
194 + 163 + 148 = 505 (100%)
R 194 of 505 ~ 38.42%
G 163 of 505 ~ 32.28%
B 148 of 505 ~ 29.31%

%38.42
%32.28
%29.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 23.71%
  • key color value is 23.92%
CMYK:
(0,16,24,24)
C0M16Y24K24 
(0%,16%,24%,24%)
(0.00/0.16/0.24/0.24)	

CMYK percentages

%0
%15.98
%23.71
%23.92

Codes

Color #C2A394 in popluar color models

C2A394
RGB194163148
HSL20°27.38%67.06%
HSB/HSV20°23.71%76.08%
CMYK0.00%15.98%23.71%
23.92%

Color #C2A394 in popluar number systems.

HEXC2A394
Decimal194163148
Binary110000101010001110010100
Octal302243224

Shades and tints

Shades of #C2A394

#C2A394
(194,163,148)
#B19587
(177,149,135)
#A0877A
(160,135,122)
#8F796D
(143,121,109)
#7E6B60
(126,107,96)
#6D5D53
(109,93,83)
#5C4F46
(92,79,70)
#4B4139
(75,65,57)
#3A332C
(58,51,44)
#29251F
(41,37,31)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #C2A394

#C2A394
(194,163,148)
#C7AB9D
(199,171,157)
#CCB3A6
(204,179,166)
#D1BBAF
(209,187,175)
#D6C3B8
(214,195,184)
#DBCBC1
(219,203,193)
#E0D3CA
(224,211,202)
#E5DBD3
(229,219,211)
#EAE3DC
(234,227,220)
#EFEBE5
(239,235,229)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A394; }

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

This text font color is #C2A394.


Background Color

.myBgColor { background-color: #C2A394; }

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

This div background color is #C2A394.


Border color

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

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

This div border color is #C2A394.


Opacity

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

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

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

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

This text has shadow with #C2A394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A394 on black background.


Color preview on white background

This text has color #C2A394 on white background.



Black color preview on #C2A394 background

This text has black color on #C2A394 background.


White color preview on #C2A394 background

This text has white color on #C2A394 background.