COLOR #C5A267

HEX: #C5A267
RGB: (197,162,103)

Color info

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

RGB color model

#C5A267 color RGB value is (197,162,103).

  • red value is 197;
  • green value is 162;
  • blue value is 103.
RGB:
(197,162,103)
(77%,64%,40%)

RGB channels and saturation

R 197 of 255 = 77%
G 162 of 255 = 64%
B 103 of 255 = 40%

197
162
103

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

Portions of RGB colors in percentages

R + G + B =
197 + 162 + 103 = 462 (100%)
R 197 of 462 ~ 42.64%
G 162 of 462 ~ 35.06%
B 103 of 462 ~ 22.29%

%42.64
%35.06
%22.29

CMYK color model

#C5A267 color CMYK value is (0,18,48,23).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 47.72%
  • key color value is 22.75%
CMYK:
(0,18,48,23)
C0M18Y48K23 
(0%,18%,48%,23%)
(0.00/0.18/0.48/0.23)	

CMYK percentages

%0
%17.77
%47.72
%22.75

Codes

Color #C5A267 in popluar color models

C5A267
RGB197162103
HSL38°44.76%58.82%
HSB/HSV38°47.72%77.25%
CMYK0.00%17.77%47.72%
22.75%

Color #C5A267 in popluar number systems.

HEXC5A267
Decimal197162103
Binary11000101101000101100111
Octal305242147

Shades and tints

Shades of #C5A267

#C5A267
(197,162,103)
#B4945E
(180,148,94)
#A38655
(163,134,85)
#92784C
(146,120,76)
#816A43
(129,106,67)
#705C3A
(112,92,58)
#5F4E31
(95,78,49)
#4E4028
(78,64,40)
#3D321F
(61,50,31)
#2C2416
(44,36,22)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #C5A267

#C5A267
(197,162,103)
#CAAA74
(202,170,116)
#CFB281
(207,178,129)
#D4BA8E
(212,186,142)
#D9C29B
(217,194,155)
#DECAA8
(222,202,168)
#E3D2B5
(227,210,181)
#E8DAC2
(232,218,194)
#EDE2CF
(237,226,207)
#F2EADC
(242,234,220)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A267 color. Also use rgb(197,162,103) instead hex code.

Text Font Color

.myTextColor { color: #C5A267; }

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

This text font color is #C5A267.


Background Color

.myBgColor { background-color: #C5A267; }

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

This div background color is #C5A267.


Border color

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

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

This div border color is #C5A267.


Opacity

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

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

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

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

This text has shadow with #C5A267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A267 on black background.


Color preview on white background

This text has color #C5A267 on white background.



Black color preview on #C5A267 background

This text has black color on #C5A267 background.


White color preview on #C5A267 background

This text has white color on #C5A267 background.