COLOR #C3A473

HEX: #C3A473 RGB: (195,164,115)

Color info

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

RGB color model

#C3A473 color RGB value is (195,164,115).

RGB: (195,164,115) (76%, 64%, 45%)

RGB channels and saturation

R 195 of 255 = 76%
G 164 of 255 = 64%
B 115 of 255 = 45%

195
164
115

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

Portions of RGB colors in percentages

R + G + B = 195 + 164 + 115 = 474 (100%)
R 195 of 474 ~ 41.14%
G 164 of 474 ~ 34.6%
B 115 of 474 ~ 24.26'%

%41.14
%34.6
%24.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 41.03%
  • key color value is 23.53%

CMYK: (0,16,41,24)
C0M16Y41K24 (0%, 16%, 41%, 24%)
(0.00 / 0.16 / 0.41 / 0.24)

CMYK percentages

%0
%15.9
%41.03
%23.53

Codes

Color #C3A473 in popluar color models

C3 A4 73
RGB 195 164 115
HSL 37° 40.00% 60.78%
HSB/HSV 37° 41.03% 76.47%
CMYK 0.00% 15.90% 41.03%
23.53%

Color #C3A473 in popluar number systems.

HEX C3 A4 73
Decimal 195 164 115
Binary 11000011 10100100 1110011
Octal 303 244 163

Shades and tints

Shades of #C3A473

#C3A473
(195,164,115)
#B29669
(178,150,105)
#A1885F
(161,136,95)
#907A55
(144,122,85)
#7F6C4B
(127,108,75)
#6E5E41
(110,94,65)
#5D5037
(93,80,55)
#4C422D
(76,66,45)
#3B3423
(59,52,35)
#2A2619
(42,38,25)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #C3A473

#C3A473
(195,164,115)
#C8AC7F
(200,172,127)
#CDB48B
(205,180,139)
#D2BC97
(210,188,151)
#D7C4A3
(215,196,163)
#DCCCAF
(220,204,175)
#E1D4BB
(225,212,187)
#E6DCC7
(230,220,199)
#EBE4D3
(235,228,211)
#F0ECDF
(240,236,223)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A473; }

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

This text font color is #C3A473.

Background Color

.myBgColor { background-color: #C3A473; }

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

This div background color is #C3A473.

Border color

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

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

This div border color is #C3A473.

Opacity

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

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

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

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

This text has shadow with #C3A473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A473.

Preview

Color preview on black background

This text has color #C3A473 on black background.


Color preview on white background

This text has color #C3A473 on white background.


Black color preview on #C3A473 background

This text has black color on #C3A473 background.


White color preview on #C3A473 background

This text has white color on #C3A473 background.


Related colors

Complementary color

Complementary color for #hex is #3C5B8C.


I love getcolorcode.com

Triadic colors

1 #73C3A4 and #A473C3 with #C3A473 are triadic colors.

2 #73A4C3 and #A4C373 with #C3A473 are triadic colors.