COLOR #C3A58C

HEX: #C3A58C
RGB: (195,165,140)

Color info

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

RGB color model

#C3A58C color RGB value is (195,165,140).

  • red value is 195;
  • green value is 165;
  • blue value is 140.
RGB:
(195,165,140)
(76%,65%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 140 of 255 = 55%

195
165
140

R + G + B ~ 65%. #C3A58C is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 140 = 500 (100%)
R 195 of 500 ~ 39%
G 165 of 500 ~ 33%
B 140 of 500 ~ 28%

%39
%33
%28

CMYK color model

#C3A58C color CMYK value is (0,15,28,24).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK:
(0,15,28,24)
C0M15Y28K24 
(0%,15%,28%,24%)
(0.00/0.15/0.28/0.24)	

CMYK percentages

%0
%15.38
%28.21
%23.53

Codes

Color #C3A58C in popluar color models

C3A58C
RGB195165140
HSL27°31.43%65.69%
HSB/HSV27°28.21%76.47%
CMYK0.00%15.38%28.21%
23.53%

Color #C3A58C in popluar number systems.

HEXC3A58C
Decimal195165140
Binary110000111010010110001100
Octal303245214

Shades and tints

Shades of #C3A58C

#C3A58C
(195,165,140)
#B29680
(178,150,128)
#A18774
(161,135,116)
#907868
(144,120,104)
#7F695C
(127,105,92)
#6E5A50
(110,90,80)
#5D4B44
(93,75,68)
#4C3C38
(76,60,56)
#3B2D2C
(59,45,44)
#2A1E20
(42,30,32)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #C3A58C

#C3A58C
(195,165,140)
#C8AD96
(200,173,150)
#CDB5A0
(205,181,160)
#D2BDAA
(210,189,170)
#D7C5B4
(215,197,180)
#DCCDBE
(220,205,190)
#E1D5C8
(225,213,200)
#E6DDD2
(230,221,210)
#EBE5DC
(235,229,220)
#F0EDE6
(240,237,230)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A58C color. Also use rgb(195,165,140) instead hex code.

Text Font Color

.myTextColor { color: #C3A58C; }

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

This text font color is #C3A58C.


Background Color

.myBgColor { background-color: #C3A58C; }

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

This div background color is #C3A58C.


Border color

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

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

This div border color is #C3A58C.


Opacity

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

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

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

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

This text has shadow with #C3A58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A58C on black background.


Color preview on white background

This text has color #C3A58C on white background.



Black color preview on #C3A58C background

This text has black color on #C3A58C background.


White color preview on #C3A58C background

This text has white color on #C3A58C background.