COLOR #C3A161

HEX: #C3A161
RGB: (195,161,97)

Color info

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

RGB color model

#C3A161 color RGB value is (195,161,97).

  • red value is 195;
  • green value is 161;
  • blue value is 97.
RGB:
(195,161,97)
(76%,63%,38%)

RGB channels and saturation

R 195 of 255 = 76%
G 161 of 255 = 63%
B 97 of 255 = 38%

195
161
97

R + G + B ~ 59%. #C3A161 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 161 + 97 = 453 (100%)
R 195 of 453 ~ 43.05%
G 161 of 453 ~ 35.54%
B 97 of 453 ~ 21.41%

%43.05
%35.54
%21.41

CMYK color model

#C3A161 color CMYK value is (0,17,50,24).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 50.26%
  • key color value is 23.53%
CMYK:
(0,17,50,24)
C0M17Y50K24 
(0%,17%,50%,24%)
(0.00/0.17/0.50/0.24)	

CMYK percentages

%0
%17.44
%50.26
%23.53

Codes

Color #C3A161 in popluar color models

C3A161
RGB19516197
HSL39°44.95%57.25%
HSB/HSV39°50.26%76.47%
CMYK0.00%17.44%50.26%
23.53%

Color #C3A161 in popluar number systems.

HEXC3A161
Decimal19516197
Binary11000011101000011100001
Octal303241141

Shades and tints

Shades of #C3A161

#C3A161
(195,161,97)
#B29359
(178,147,89)
#A18551
(161,133,81)
#907749
(144,119,73)
#7F6941
(127,105,65)
#6E5B39
(110,91,57)
#5D4D31
(93,77,49)
#4C3F29
(76,63,41)
#3B3121
(59,49,33)
#2A2319
(42,35,25)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #C3A161

#C3A161
(195,161,97)
#C8A96F
(200,169,111)
#CDB17D
(205,177,125)
#D2B98B
(210,185,139)
#D7C199
(215,193,153)
#DCC9A7
(220,201,167)
#E1D1B5
(225,209,181)
#E6D9C3
(230,217,195)
#EBE1D1
(235,225,209)
#F0E9DF
(240,233,223)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A161 color. Also use rgb(195,161,97) instead hex code.

Text Font Color

.myTextColor { color: #C3A161; }

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

This text font color is #C3A161.


Background Color

.myBgColor { background-color: #C3A161; }

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

This div background color is #C3A161.


Border color

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

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

This div border color is #C3A161.


Opacity

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

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

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

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

This text has shadow with #C3A161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A161 on black background.


Color preview on white background

This text has color #C3A161 on white background.



Black color preview on #C3A161 background

This text has black color on #C3A161 background.


White color preview on #C3A161 background

This text has white color on #C3A161 background.