COLOR #C59180

HEX: #C59180
RGB: (197,145,128)

Color info

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

RGB color model

#C59180 color RGB value is (197,145,128).

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

RGB channels and saturation

R 197 of 255 = 77%
G 145 of 255 = 57%
B 128 of 255 = 50%

197
145
128

R + G + B ~ 61%. #C59180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 145 + 128 = 470 (100%)
R 197 of 470 ~ 41.91%
G 145 of 470 ~ 30.85%
B 128 of 470 ~ 27.23%

%41.91
%30.85
%27.23

CMYK color model

#C59180 color CMYK value is (0,26,35,23).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 35.03%
  • key color value is 22.75%
CMYK:
(0,26,35,23)
C0M26Y35K23 
(0%,26%,35%,23%)
(0.00/0.26/0.35/0.23)	

CMYK percentages

%0
%26.4
%35.03
%22.75

Codes

Color #C59180 in popluar color models

C59180
RGB197145128
HSL15°37.30%63.73%
HSB/HSV15°35.03%77.25%
CMYK0.00%26.40%35.03%
22.75%

Color #C59180 in popluar number systems.

HEXC59180
Decimal197145128
Binary110001011001000110000000
Octal305221200

Shades and tints

Shades of #C59180

#C59180
(197,145,128)
#B48475
(180,132,117)
#A3776A
(163,119,106)
#926A5F
(146,106,95)
#815D54
(129,93,84)
#705049
(112,80,73)
#5F433E
(95,67,62)
#4E3633
(78,54,51)
#3D2928
(61,41,40)
#2C1C1D
(44,28,29)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #C59180

#C59180
(197,145,128)
#CA9B8B
(202,155,139)
#CFA596
(207,165,150)
#D4AFA1
(212,175,161)
#D9B9AC
(217,185,172)
#DEC3B7
(222,195,183)
#E3CDC2
(227,205,194)
#E8D7CD
(232,215,205)
#EDE1D8
(237,225,216)
#F2EBE3
(242,235,227)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59180; }

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

This text font color is #C59180.


Background Color

.myBgColor { background-color: #C59180; }

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

This div background color is #C59180.


Border color

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

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

This div border color is #C59180.


Opacity

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

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

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

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

This text has shadow with #C59180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59180 on black background.


Color preview on white background

This text has color #C59180 on white background.



Black color preview on #C59180 background

This text has black color on #C59180 background.


White color preview on #C59180 background

This text has white color on #C59180 background.