COLOR #C59489

HEX: #C59489
RGB: (197,148,137)

Color info

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

RGB color model

#C59489 color RGB value is (197,148,137).

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

RGB channels and saturation

R 197 of 255 = 77%
G 148 of 255 = 58%
B 137 of 255 = 54%

197
148
137

R + G + B ~ 63%. #C59489 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 148 + 137 = 482 (100%)
R 197 of 482 ~ 40.87%
G 148 of 482 ~ 30.71%
B 137 of 482 ~ 28.42%

%40.87
%30.71
%28.42

CMYK color model

#C59489 color CMYK value is (0,25,30,23).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(0,25,30,23)
C0M25Y30K23 
(0%,25%,30%,23%)
(0.00/0.25/0.30/0.23)	

CMYK percentages

%0
%24.87
%30.46
%22.75

Codes

Color #C59489 in popluar color models

C59489
RGB197148137
HSL11°34.09%65.49%
HSB/HSV11°30.46%77.25%
CMYK0.00%24.87%30.46%
22.75%

Color #C59489 in popluar number systems.

HEXC59489
Decimal197148137
Binary110001011001010010001001
Octal305224211

Shades and tints

Shades of #C59489

#C59489
(197,148,137)
#B4877D
(180,135,125)
#A37A71
(163,122,113)
#926D65
(146,109,101)
#816059
(129,96,89)
#70534D
(112,83,77)
#5F4641
(95,70,65)
#4E3935
(78,57,53)
#3D2C29
(61,44,41)
#2C1F1D
(44,31,29)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #C59489

#C59489
(197,148,137)
#CA9D93
(202,157,147)
#CFA69D
(207,166,157)
#D4AFA7
(212,175,167)
#D9B8B1
(217,184,177)
#DEC1BB
(222,193,187)
#E3CAC5
(227,202,197)
#E8D3CF
(232,211,207)
#EDDCD9
(237,220,217)
#F2E5E3
(242,229,227)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59489; }

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

This text font color is #C59489.


Background Color

.myBgColor { background-color: #C59489; }

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

This div background color is #C59489.


Border color

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

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

This div border color is #C59489.


Opacity

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

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

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

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

This text has shadow with #C59489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59489 on black background.


Color preview on white background

This text has color #C59489 on white background.



Black color preview on #C59489 background

This text has black color on #C59489 background.


White color preview on #C59489 background

This text has white color on #C59489 background.