COLOR #C3A293

HEX: #C3A293
RGB: (195,162,147)

Color info

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

RGB color model

#C3A293 color RGB value is (195,162,147).

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

RGB channels and saturation

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

195
162
147

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

Portions of RGB colors in percentages

R + G + B =
195 + 162 + 147 = 504 (100%)
R 195 of 504 ~ 38.69%
G 162 of 504 ~ 32.14%
B 147 of 504 ~ 29.17%

%38.69
%32.14
%29.17

CMYK color model

#C3A293 color CMYK value is (0,17,25,24).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(0,17,25,24)
C0M17Y25K24 
(0%,17%,25%,24%)
(0.00/0.17/0.25/0.24)	

CMYK percentages

%0
%16.92
%24.62
%23.53

Codes

Color #C3A293 in popluar color models

C3A293
RGB195162147
HSL19°28.57%67.06%
HSB/HSV19°24.62%76.47%
CMYK0.00%16.92%24.62%
23.53%

Color #C3A293 in popluar number systems.

HEXC3A293
Decimal195162147
Binary110000111010001010010011
Octal303242223

Shades and tints

Shades of #C3A293

#C3A293
(195,162,147)
#B29486
(178,148,134)
#A18679
(161,134,121)
#90786C
(144,120,108)
#7F6A5F
(127,106,95)
#6E5C52
(110,92,82)
#5D4E45
(93,78,69)
#4C4038
(76,64,56)
#3B322B
(59,50,43)
#2A241E
(42,36,30)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #C3A293

#C3A293
(195,162,147)
#C8AA9C
(200,170,156)
#CDB2A5
(205,178,165)
#D2BAAE
(210,186,174)
#D7C2B7
(215,194,183)
#DCCAC0
(220,202,192)
#E1D2C9
(225,210,201)
#E6DAD2
(230,218,210)
#EBE2DB
(235,226,219)
#F0EAE4
(240,234,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A293; }

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

This text font color is #C3A293.


Background Color

.myBgColor { background-color: #C3A293; }

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

This div background color is #C3A293.


Border color

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

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

This div border color is #C3A293.


Opacity

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

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

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

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

This text has shadow with #C3A293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A293 on black background.


Color preview on white background

This text has color #C3A293 on white background.



Black color preview on #C3A293 background

This text has black color on #C3A293 background.


White color preview on #C3A293 background

This text has white color on #C3A293 background.