COLOR #C5A289

HEX: #C5A289
RGB: (197,162,137)

Color info

#C5A289 contains mainly red and green colors. Web safe color of #C5A289 is #CC9999 (or #C99).

RGB color model

#C5A289 color RGB value is (197,162,137).

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

RGB channels and saturation

R 197 of 255 = 77%
G 162 of 255 = 64%
B 137 of 255 = 54%

197
162
137

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

Portions of RGB colors in percentages

R + G + B =
197 + 162 + 137 = 496 (100%)
R 197 of 496 ~ 39.72%
G 162 of 496 ~ 32.66%
B 137 of 496 ~ 27.62%

%39.72
%32.66
%27.62

CMYK color model

#C5A289 color CMYK value is (0,18,30,23).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(0,18,30,23)
C0M18Y30K23 
(0%,18%,30%,23%)
(0.00/0.18/0.30/0.23)	

CMYK percentages

%0
%17.77
%30.46
%22.75

Codes

Color #C5A289 in popluar color models

C5A289
RGB197162137
HSL25°34.09%65.49%
HSB/HSV25°30.46%77.25%
CMYK0.00%17.77%30.46%
22.75%

Color #C5A289 in popluar number systems.

HEXC5A289
Decimal197162137
Binary110001011010001010001001
Octal305242211

Shades and tints

Shades of #C5A289

#C5A289
(197,162,137)
#B4947D
(180,148,125)
#A38671
(163,134,113)
#927865
(146,120,101)
#816A59
(129,106,89)
#705C4D
(112,92,77)
#5F4E41
(95,78,65)
#4E4035
(78,64,53)
#3D3229
(61,50,41)
#2C241D
(44,36,29)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5A289

#C5A289
(197,162,137)
#CAAA93
(202,170,147)
#CFB29D
(207,178,157)
#D4BAA7
(212,186,167)
#D9C2B1
(217,194,177)
#DECABB
(222,202,187)
#E3D2C5
(227,210,197)
#E8DACF
(232,218,207)
#EDE2D9
(237,226,217)
#F2EAE3
(242,234,227)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A289; }

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

This text font color is #C5A289.


Background Color

.myBgColor { background-color: #C5A289; }

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

This div background color is #C5A289.


Border color

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

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

This div border color is #C5A289.


Opacity

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

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

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

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

This text has shadow with #C5A289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A289 on black background.


Color preview on white background

This text has color #C5A289 on white background.



Black color preview on #C5A289 background

This text has black color on #C5A289 background.


White color preview on #C5A289 background

This text has white color on #C5A289 background.