COLOR #C5A078

HEX: #C5A078 RGB: (197,160,120)

Color info

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

RGB color model

#C5A078 color RGB value is (197,160,120).

RGB: (197,160,120) (77%, 63%, 47%)

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 120 of 255 = 47%

197
160
120

R + G + B ~ 62%. #C5A078 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 160 + 120 = 477 (100%)
R 197 of 477 ~ 41.3%
G 160 of 477 ~ 33.54%
B 120 of 477 ~ 25.16'%

%41.3
%33.54
%25.16

CMYK color model

#C5A078 color CMYK value is (0,19,39,23).

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

CMYK: (0,19,39,23)
C0M19Y39K23 (0%, 19%, 39%, 23%)
(0.00 / 0.19 / 0.39 / 0.23)

CMYK percentages

%0
%18.78
%39.09
%22.75

Codes

Color #C5A078 in popluar color models

C5 A0 78
RGB 197 160 120
HSL 31° 39.90% 62.16%
HSB/HSV 31° 39.09% 77.25%
CMYK 0.00% 18.78% 39.09%
22.75%

Color #C5A078 in popluar number systems.

HEX C5 A0 78
Decimal 197 160 120
Binary 11000101 10100000 1111000
Octal 305 240 170

Shades and tints

Shades of #C5A078

#C5A078
(197,160,120)
#B4926E
(180,146,110)
#A38464
(163,132,100)
#92765A
(146,118,90)
#816850
(129,104,80)
#705A46
(112,90,70)
#5F4C3C
(95,76,60)
#4E3E32
(78,62,50)
#3D3028
(61,48,40)
#2C221E
(44,34,30)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5A078

#C5A078
(197,160,120)
#CAA884
(202,168,132)
#CFB090
(207,176,144)
#D4B89C
(212,184,156)
#D9C0A8
(217,192,168)
#DEC8B4
(222,200,180)
#E3D0C0
(227,208,192)
#E8D8CC
(232,216,204)
#EDE0D8
(237,224,216)
#F2E8E4
(242,232,228)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A078; }

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

This text font color is #C5A078.

Background Color

.myBgColor { background-color: #C5A078; }

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

This div background color is #C5A078.

Border color

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

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

This div border color is #C5A078.

Opacity

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

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

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

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

This text has shadow with #C5A078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A078.

Preview

Color preview on black background

This text has color #C5A078 on black background.


Color preview on white background

This text has color #C5A078 on white background.


Black color preview on #C5A078 background

This text has black color on #C5A078 background.


White color preview on #C5A078 background

This text has white color on #C5A078 background.


Related colors

Complementary color

Complementary color for #hex is #3A5F87.


I love getcolorcode.com

Triadic colors

1 #78C5A0 and #A078C5 with #C5A078 are triadic colors.

2 #78A0C5 and #A0C578 with #C5A078 are triadic colors.