COLOR #C59790

HEX: #C59790
RGB: (197,151,144)

Color info

#C59790 contains red, green and blue colors in about the same proportion. Web safe color of #C59790 is #CC9999 (or #C99).

RGB color model

#C59790 color RGB value is (197,151,144).

  • red value is 197;
  • green value is 151;
  • blue value is 144.
RGB:
(197,151,144)
(77%,59%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 144 of 255 = 56%

197
151
144

R + G + B ~ 64%. #C59790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 151 + 144 = 492 (100%)
R 197 of 492 ~ 40.04%
G 151 of 492 ~ 30.69%
B 144 of 492 ~ 29.27%

%40.04
%30.69
%29.27

CMYK color model

#C59790 color CMYK value is (0,23,27,23).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(0,23,27,23)
C0M23Y27K23 
(0%,23%,27%,23%)
(0.00/0.23/0.27/0.23)	

CMYK percentages

%0
%23.35
%26.9
%22.75

Codes

Color #C59790 in popluar color models

C59790
RGB197151144
HSL31.36%66.86%
HSB/HSV26.90%77.25%
CMYK0.00%23.35%26.90%
22.75%

Color #C59790 in popluar number systems.

HEXC59790
Decimal197151144
Binary110001011001011110010000
Octal305227220

Shades and tints

Shades of #C59790

#C59790
(197,151,144)
#B48A83
(180,138,131)
#A37D76
(163,125,118)
#927069
(146,112,105)
#81635C
(129,99,92)
#70564F
(112,86,79)
#5F4942
(95,73,66)
#4E3C35
(78,60,53)
#3D2F28
(61,47,40)
#2C221B
(44,34,27)
#1B150E
(27,21,14)
#000000
(0,0,0)

Tints of #C59790

#C59790
(197,151,144)
#CAA09A
(202,160,154)
#CFA9A4
(207,169,164)
#D4B2AE
(212,178,174)
#D9BBB8
(217,187,184)
#DEC4C2
(222,196,194)
#E3CDCC
(227,205,204)
#E8D6D6
(232,214,214)
#EDDFE0
(237,223,224)
#F2E8EA
(242,232,234)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59790 color. Also use rgb(197,151,144) instead hex code.

Text Font Color

.myTextColor { color: #C59790; }

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

This text font color is #C59790.


Background Color

.myBgColor { background-color: #C59790; }

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

This div background color is #C59790.


Border color

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

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

This div border color is #C59790.


Opacity

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

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

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

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

This text has shadow with #C59790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59790 on black background.


Color preview on white background

This text has color #C59790 on white background.



Black color preview on #C59790 background

This text has black color on #C59790 background.


White color preview on #C59790 background

This text has white color on #C59790 background.