COLOR #C3A973

HEX: #C3A973
RGB: (195,169,115)

Color info

#C3A973 contains mainly red and green colors. Web safe color of #C3A973 is #CC9966 (or #C96).

RGB color model

#C3A973 color RGB value is (195,169,115).

  • red value is 195;
  • green value is 169;
  • blue value is 115.
RGB:
(195,169,115)
(76%,66%,45%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 115 of 255 = 45%

195
169
115

R + G + B ~ 62%. #C3A973 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 115 = 479 (100%)
R 195 of 479 ~ 40.71%
G 169 of 479 ~ 35.28%
B 115 of 479 ~ 24.01%

%40.71
%35.28
%24.01

CMYK color model

#C3A973 color CMYK value is (0,13,41,24).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 41.03%
  • key color value is 23.53%
CMYK:
(0,13,41,24)
C0M13Y41K24 
(0%,13%,41%,24%)
(0.00/0.13/0.41/0.24)	

CMYK percentages

%0
%13.33
%41.03
%23.53

Codes

Color #C3A973 in popluar color models

C3A973
RGB195169115
HSL41°40.00%60.78%
HSB/HSV41°41.03%76.47%
CMYK0.00%13.33%41.03%
23.53%

Color #C3A973 in popluar number systems.

HEXC3A973
Decimal195169115
Binary11000011101010011110011
Octal303251163

Shades and tints

Shades of #C3A973

#C3A973
(195,169,115)
#B29A69
(178,154,105)
#A18B5F
(161,139,95)
#907C55
(144,124,85)
#7F6D4B
(127,109,75)
#6E5E41
(110,94,65)
#5D4F37
(93,79,55)
#4C402D
(76,64,45)
#3B3123
(59,49,35)
#2A2219
(42,34,25)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #C3A973

#C3A973
(195,169,115)
#C8B07F
(200,176,127)
#CDB78B
(205,183,139)
#D2BE97
(210,190,151)
#D7C5A3
(215,197,163)
#DCCCAF
(220,204,175)
#E1D3BB
(225,211,187)
#E6DAC7
(230,218,199)
#EBE1D3
(235,225,211)
#F0E8DF
(240,232,223)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A973 color. Also use rgb(195,169,115) instead hex code.

Text Font Color

.myTextColor { color: #C3A973; }

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

This text font color is #C3A973.


Background Color

.myBgColor { background-color: #C3A973; }

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

This div background color is #C3A973.


Border color

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

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

This div border color is #C3A973.


Opacity

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

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

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

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

This text has shadow with #C3A973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A973 on black background.


Color preview on white background

This text has color #C3A973 on white background.



Black color preview on #C3A973 background

This text has black color on #C3A973 background.


White color preview on #C3A973 background

This text has white color on #C3A973 background.