COLOR #C59987

HEX: #C59987
RGB: (197,153,135)

Color info

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

RGB color model

#C59987 color RGB value is (197,153,135).

  • red value is 197;
  • green value is 153;
  • blue value is 135.
RGB:
(197,153,135)
(77%,60%,53%)

RGB channels and saturation

R 197 of 255 = 77%
G 153 of 255 = 60%
B 135 of 255 = 53%

197
153
135

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

Portions of RGB colors in percentages

R + G + B =
197 + 153 + 135 = 485 (100%)
R 197 of 485 ~ 40.62%
G 153 of 485 ~ 31.55%
B 135 of 485 ~ 27.84%

%40.62
%31.55
%27.84

CMYK color model

#C59987 color CMYK value is (0,22,31,23).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 31.47%
  • key color value is 22.75%
CMYK:
(0,22,31,23)
C0M22Y31K23 
(0%,22%,31%,23%)
(0.00/0.22/0.31/0.23)	

CMYK percentages

%0
%22.34
%31.47
%22.75

Codes

Color #C59987 in popluar color models

C59987
RGB197153135
HSL17°34.83%65.10%
HSB/HSV17°31.47%77.25%
CMYK0.00%22.34%31.47%
22.75%

Color #C59987 in popluar number systems.

HEXC59987
Decimal197153135
Binary110001011001100110000111
Octal305231207

Shades and tints

Shades of #C59987

#C59987
(197,153,135)
#B48C7B
(180,140,123)
#A37F6F
(163,127,111)
#927263
(146,114,99)
#816557
(129,101,87)
#70584B
(112,88,75)
#5F4B3F
(95,75,63)
#4E3E33
(78,62,51)
#3D3127
(61,49,39)
#2C241B
(44,36,27)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #C59987

#C59987
(197,153,135)
#CAA291
(202,162,145)
#CFAB9B
(207,171,155)
#D4B4A5
(212,180,165)
#D9BDAF
(217,189,175)
#DEC6B9
(222,198,185)
#E3CFC3
(227,207,195)
#E8D8CD
(232,216,205)
#EDE1D7
(237,225,215)
#F2EAE1
(242,234,225)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59987 color. Also use rgb(197,153,135) instead hex code.

Text Font Color

.myTextColor { color: #C59987; }

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

This text font color is #C59987.


Background Color

.myBgColor { background-color: #C59987; }

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

This div background color is #C59987.


Border color

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

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

This div border color is #C59987.


Opacity

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

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

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

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

This text has shadow with #C59987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59987 on black background.


Color preview on white background

This text has color #C59987 on white background.



Black color preview on #C59987 background

This text has black color on #C59987 background.


White color preview on #C59987 background

This text has white color on #C59987 background.