COLOR #C2A293

HEX: #C2A293
RGB: (194,162,147)

Color info

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

RGB color model

#C2A293 color RGB value is (194,162,147).

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

RGB channels and saturation

R 194 of 255 = 76%
G 162 of 255 = 64%
B 147 of 255 = 58%

194
162
147

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

Portions of RGB colors in percentages

R + G + B =
194 + 162 + 147 = 503 (100%)
R 194 of 503 ~ 38.57%
G 162 of 503 ~ 32.21%
B 147 of 503 ~ 29.22%

%38.57
%32.21
%29.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.49%
  • yellow value is 24.23%
  • 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
%16.49
%24.23
%23.92

Codes

Color #C2A293 in popluar color models

C2A293
RGB194162147
HSL19°27.81%66.86%
HSB/HSV19°24.23%76.08%
CMYK0.00%16.49%24.23%
23.92%

Color #C2A293 in popluar number systems.

HEXC2A293
Decimal194162147
Binary110000101010001010010011
Octal302242223

Shades and tints

Shades of #C2A293

#C2A293
(194,162,147)
#B19486
(177,148,134)
#A08679
(160,134,121)
#8F786C
(143,120,108)
#7E6A5F
(126,106,95)
#6D5C52
(109,92,82)
#5C4E45
(92,78,69)
#4B4038
(75,64,56)
#3A322B
(58,50,43)
#29241E
(41,36,30)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #C2A293

#C2A293
(194,162,147)
#C7AA9C
(199,170,156)
#CCB2A5
(204,178,165)
#D1BAAE
(209,186,174)
#D6C2B7
(214,194,183)
#DBCAC0
(219,202,192)
#E0D2C9
(224,210,201)
#E5DAD2
(229,218,210)
#EAE2DB
(234,226,219)
#EFEAE4
(239,234,228)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A293 color. Also use rgb(194,162,147) instead hex code.

Text Font Color

.myTextColor { color: #C2A293; }

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

This text font color is #C2A293.


Background Color

.myBgColor { background-color: #C2A293; }

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

This div background color is #C2A293.


Border color

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

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

This div border color is #C2A293.


Opacity

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

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

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

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

This text has shadow with #C2A293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A293 on black background.


Color preview on white background

This text has color #C2A293 on white background.



Black color preview on #C2A293 background

This text has black color on #C2A293 background.


White color preview on #C2A293 background

This text has white color on #C2A293 background.