COLOR #C5A280

HEX: #C5A280
RGB: (197,162,128)

Color info

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

RGB color model

#C5A280 color RGB value is (197,162,128).

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

RGB channels and saturation

R 197 of 255 = 77%
G 162 of 255 = 64%
B 128 of 255 = 50%

197
162
128

R + G + B ~ 64%. #C5A280 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 162 + 128 = 487 (100%)
R 197 of 487 ~ 40.45%
G 162 of 487 ~ 33.26%
B 128 of 487 ~ 26.28%

%40.45
%33.26
%26.28

CMYK color model

#C5A280 color CMYK value is (0,18,35,23).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 35.03%
  • key color value is 22.75%
CMYK:
(0,18,35,23)
C0M18Y35K23 
(0%,18%,35%,23%)
(0.00/0.18/0.35/0.23)	

CMYK percentages

%0
%17.77
%35.03
%22.75

Codes

Color #C5A280 in popluar color models

C5A280
RGB197162128
HSL30°37.30%63.73%
HSB/HSV30°35.03%77.25%
CMYK0.00%17.77%35.03%
22.75%

Color #C5A280 in popluar number systems.

HEXC5A280
Decimal197162128
Binary110001011010001010000000
Octal305242200

Shades and tints

Shades of #C5A280

#C5A280
(197,162,128)
#B49475
(180,148,117)
#A3866A
(163,134,106)
#92785F
(146,120,95)
#816A54
(129,106,84)
#705C49
(112,92,73)
#5F4E3E
(95,78,62)
#4E4033
(78,64,51)
#3D3228
(61,50,40)
#2C241D
(44,36,29)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #C5A280

#C5A280
(197,162,128)
#CAAA8B
(202,170,139)
#CFB296
(207,178,150)
#D4BAA1
(212,186,161)
#D9C2AC
(217,194,172)
#DECAB7
(222,202,183)
#E3D2C2
(227,210,194)
#E8DACD
(232,218,205)
#EDE2D8
(237,226,216)
#F2EAE3
(242,234,227)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A280; }

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

This text font color is #C5A280.


Background Color

.myBgColor { background-color: #C5A280; }

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

This div background color is #C5A280.


Border color

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

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

This div border color is #C5A280.


Opacity

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

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

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

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

This text has shadow with #C5A280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A280 on black background.


Color preview on white background

This text has color #C5A280 on white background.



Black color preview on #C5A280 background

This text has black color on #C5A280 background.


White color preview on #C5A280 background

This text has white color on #C5A280 background.