COLOR #C59480

HEX: #C59480
RGB: (197,148,128)

Color info

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

RGB color model

#C59480 color RGB value is (197,148,128).

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

RGB channels and saturation

R 197 of 255 = 77%
G 148 of 255 = 58%
B 128 of 255 = 50%

197
148
128

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

Portions of RGB colors in percentages

R + G + B =
197 + 148 + 128 = 473 (100%)
R 197 of 473 ~ 41.65%
G 148 of 473 ~ 31.29%
B 128 of 473 ~ 27.06%

%41.65
%31.29
%27.06

CMYK color model

#C59480 color CMYK value is (0,25,35,23).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 35.03%
  • key color value is 22.75%
CMYK:
(0,25,35,23)
C0M25Y35K23 
(0%,25%,35%,23%)
(0.00/0.25/0.35/0.23)	

CMYK percentages

%0
%24.87
%35.03
%22.75

Codes

Color #C59480 in popluar color models

C59480
RGB197148128
HSL17°37.30%63.73%
HSB/HSV17°35.03%77.25%
CMYK0.00%24.87%35.03%
22.75%

Color #C59480 in popluar number systems.

HEXC59480
Decimal197148128
Binary110001011001010010000000
Octal305224200

Shades and tints

Shades of #C59480

#C59480
(197,148,128)
#B48775
(180,135,117)
#A37A6A
(163,122,106)
#926D5F
(146,109,95)
#816054
(129,96,84)
#705349
(112,83,73)
#5F463E
(95,70,62)
#4E3933
(78,57,51)
#3D2C28
(61,44,40)
#2C1F1D
(44,31,29)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #C59480

#C59480
(197,148,128)
#CA9D8B
(202,157,139)
#CFA696
(207,166,150)
#D4AFA1
(212,175,161)
#D9B8AC
(217,184,172)
#DEC1B7
(222,193,183)
#E3CAC2
(227,202,194)
#E8D3CD
(232,211,205)
#EDDCD8
(237,220,216)
#F2E5E3
(242,229,227)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59480; }

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

This text font color is #C59480.


Background Color

.myBgColor { background-color: #C59480; }

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

This div background color is #C59480.


Border color

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

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

This div border color is #C59480.


Opacity

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

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

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

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

This text has shadow with #C59480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59480 on black background.


Color preview on white background

This text has color #C59480 on white background.



Black color preview on #C59480 background

This text has black color on #C59480 background.


White color preview on #C59480 background

This text has white color on #C59480 background.