COLOR #C3A58D

HEX: #C3A58D
RGB: (195,165,141)

Color info

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

RGB color model

#C3A58D color RGB value is (195,165,141).

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

RGB channels and saturation

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

195
165
141

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

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 141 = 501 (100%)
R 195 of 501 ~ 38.92%
G 165 of 501 ~ 32.93%
B 141 of 501 ~ 28.14%

%38.92
%32.93
%28.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 27.69%
  • 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
%27.69
%23.53

Codes

Color #C3A58D in popluar color models

C3A58D
RGB195165141
HSL27°31.03%65.88%
HSB/HSV27°27.69%76.47%
CMYK0.00%15.38%27.69%
23.53%

Color #C3A58D in popluar number systems.

HEXC3A58D
Decimal195165141
Binary110000111010010110001101
Octal303245215

Shades and tints

Shades of #C3A58D

#C3A58D
(195,165,141)
#B29681
(178,150,129)
#A18775
(161,135,117)
#907869
(144,120,105)
#7F695D
(127,105,93)
#6E5A51
(110,90,81)
#5D4B45
(93,75,69)
#4C3C39
(76,60,57)
#3B2D2D
(59,45,45)
#2A1E21
(42,30,33)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #C3A58D

#C3A58D
(195,165,141)
#C8AD97
(200,173,151)
#CDB5A1
(205,181,161)
#D2BDAB
(210,189,171)
#D7C5B5
(215,197,181)
#DCCDBF
(220,205,191)
#E1D5C9
(225,213,201)
#E6DDD3
(230,221,211)
#EBE5DD
(235,229,221)
#F0EDE7
(240,237,231)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A58D; }

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

This text font color is #C3A58D.


Background Color

.myBgColor { background-color: #C3A58D; }

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

This div background color is #C3A58D.


Border color

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

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

This div border color is #C3A58D.


Opacity

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

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

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

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

This text has shadow with #C3A58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A58D on black background.


Color preview on white background

This text has color #C3A58D on white background.



Black color preview on #C3A58D background

This text has black color on #C3A58D background.


White color preview on #C3A58D background

This text has white color on #C3A58D background.