COLOR #C5A084

HEX: #C5A084 RGB: (197,160,132)

Color info

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

RGB color model

#C5A084 color RGB value is (197,160,132).

RGB: (197,160,132) (77%, 63%, 52%)

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 132 of 255 = 52%

197
160
132

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

Portions of RGB colors in percentages

R + G + B = 197 + 160 + 132 = 489 (100%)
R 197 of 489 ~ 40.29%
G 160 of 489 ~ 32.72%
B 132 of 489 ~ 26.99'%

%40.29
%32.72
%26.99

CMYK color model

#C5A084 color CMYK value is (0,19,33,23).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 32.99%
  • key color value is 22.75%

CMYK: (0,19,33,23)
C0M19Y33K23 (0%, 19%, 33%, 23%)
(0.00 / 0.19 / 0.33 / 0.23)

CMYK percentages

%0
%18.78
%32.99
%22.75

Codes

Color #C5A084 in popluar color models

C5 A0 84
RGB 197 160 132
HSL 26° 35.91% 64.51%
HSB/HSV 26° 32.99% 77.25%
CMYK 0.00% 18.78% 32.99%
22.75%

Color #C5A084 in popluar number systems.

HEX C5 A0 84
Decimal 197 160 132
Binary 11000101 10100000 10000100
Octal 305 240 204

Shades and tints

Shades of #C5A084

#C5A084
(197,160,132)
#B49278
(180,146,120)
#A3846C
(163,132,108)
#927660
(146,118,96)
#816854
(129,104,84)
#705A48
(112,90,72)
#5F4C3C
(95,76,60)
#4E3E30
(78,62,48)
#3D3024
(61,48,36)
#2C2218
(44,34,24)
#1B140C
(27,20,12)
#000000
(0,0,0)

Tints of #C5A084

#C5A084
(197,160,132)
#CAA88F
(202,168,143)
#CFB09A
(207,176,154)
#D4B8A5
(212,184,165)
#D9C0B0
(217,192,176)
#DEC8BB
(222,200,187)
#E3D0C6
(227,208,198)
#E8D8D1
(232,216,209)
#EDE0DC
(237,224,220)
#F2E8E7
(242,232,231)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A084 color. Also use rgb(197,160,132) instead hex code.

Text Font Color

.myTextColor { color: #C5A084; }

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

This text font color is #C5A084.

Background Color

.myBgColor { background-color: #C5A084; }

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

This div background color is #C5A084.

Border color

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

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

This div border color is #C5A084.

Opacity

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

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

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

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

This text has shadow with #C5A084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A084.

Preview

Color preview on black background

This text has color #C5A084 on black background.


Color preview on white background

This text has color #C5A084 on white background.


Black color preview on #C5A084 background

This text has black color on #C5A084 background.


White color preview on #C5A084 background

This text has white color on #C5A084 background.


Related colors

Complementary color

Complementary color for #hex is #3A5F7B.


I love getcolorcode.com

Triadic colors

1 #84C5A0 and #A084C5 with #C5A084 are triadic colors.

2 #84A0C5 and #A0C584 with #C5A084 are triadic colors.