COLOR #C59178

HEX: #C59178
RGB: (197,145,120)

Color info

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

RGB color model

#C59178 color RGB value is (197,145,120).

  • red value is 197;
  • green value is 145;
  • blue value is 120.
RGB:
(197,145,120)
(77%,57%,47%)

RGB channels and saturation

R 197 of 255 = 77%
G 145 of 255 = 57%
B 120 of 255 = 47%

197
145
120

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

Portions of RGB colors in percentages

R + G + B =
197 + 145 + 120 = 462 (100%)
R 197 of 462 ~ 42.64%
G 145 of 462 ~ 31.39%
B 120 of 462 ~ 25.97%

%42.64
%31.39
%25.97

CMYK color model

#C59178 color CMYK value is (0,26,39,23).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 39.09%
  • key color value is 22.75%
CMYK:
(0,26,39,23)
C0M26Y39K23 
(0%,26%,39%,23%)
(0.00/0.26/0.39/0.23)	

CMYK percentages

%0
%26.4
%39.09
%22.75

Codes

Color #C59178 in popluar color models

C59178
RGB197145120
HSL19°39.90%62.16%
HSB/HSV19°39.09%77.25%
CMYK0.00%26.40%39.09%
22.75%

Color #C59178 in popluar number systems.

HEXC59178
Decimal197145120
Binary11000101100100011111000
Octal305221170

Shades and tints

Shades of #C59178

#C59178
(197,145,120)
#B4846E
(180,132,110)
#A37764
(163,119,100)
#926A5A
(146,106,90)
#815D50
(129,93,80)
#705046
(112,80,70)
#5F433C
(95,67,60)
#4E3632
(78,54,50)
#3D2928
(61,41,40)
#2C1C1E
(44,28,30)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #C59178

#C59178
(197,145,120)
#CA9B84
(202,155,132)
#CFA590
(207,165,144)
#D4AF9C
(212,175,156)
#D9B9A8
(217,185,168)
#DEC3B4
(222,195,180)
#E3CDC0
(227,205,192)
#E8D7CC
(232,215,204)
#EDE1D8
(237,225,216)
#F2EBE4
(242,235,228)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59178; }

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

This text font color is #C59178.


Background Color

.myBgColor { background-color: #C59178; }

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

This div background color is #C59178.


Border color

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

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

This div border color is #C59178.


Opacity

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

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

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

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

This text has shadow with #C59178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59178 on black background.


Color preview on white background

This text has color #C59178 on white background.



Black color preview on #C59178 background

This text has black color on #C59178 background.


White color preview on #C59178 background

This text has white color on #C59178 background.