COLOR #C98059

HEX: #C98059
RGB: (201,128,89)

Color info

#C98059 contains mainly red color. Web safe color of #C98059 is #CC6666 (or #C66).

RGB color model

#C98059 color RGB value is (201,128,89).

  • red value is 201;
  • green value is 128;
  • blue value is 89.
RGB:
(201,128,89)
(79%,50%,35%)

RGB channels and saturation

R 201 of 255 = 79%
G 128 of 255 = 50%
B 89 of 255 = 35%

201
128
89

R + G + B ~ 55%. #C98059 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 128 + 89 = 418 (100%)
R 201 of 418 ~ 48.09%
G 128 of 418 ~ 30.62%
B 89 of 418 ~ 21.29%

%48.09
%30.62
%21.29

CMYK color model

#C98059 color CMYK value is (0,36,56,21).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 55.72%
  • key color value is 21.18%
CMYK:
(0,36,56,21)
C0M36Y56K21 
(0%,36%,56%,21%)
(0.00/0.36/0.56/0.21)	

CMYK percentages

%0
%36.32
%55.72
%21.18

Codes

Color #C98059 in popluar color models

C98059
RGB20112889
HSL21°50.91%56.86%
HSB/HSV21°55.72%78.82%
CMYK0.00%36.32%55.72%
21.18%

Color #C98059 in popluar number systems.

HEXC98059
Decimal20112889
Binary11001001100000001011001
Octal311200131

Shades and tints

Shades of #C98059

#C98059
(201,128,89)
#B77551
(183,117,81)
#A56A49
(165,106,73)
#935F41
(147,95,65)
#815439
(129,84,57)
#6F4931
(111,73,49)
#5D3E29
(93,62,41)
#4B3321
(75,51,33)
#392819
(57,40,25)
#271D11
(39,29,17)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #C98059

#C98059
(201,128,89)
#CD8B68
(205,139,104)
#D19677
(209,150,119)
#D5A186
(213,161,134)
#D9AC95
(217,172,149)
#DDB7A4
(221,183,164)
#E1C2B3
(225,194,179)
#E5CDC2
(229,205,194)
#E9D8D1
(233,216,209)
#EDE3E0
(237,227,224)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98059 color. Also use rgb(201,128,89) instead hex code.

Text Font Color

.myTextColor { color: #C98059; }

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

This text font color is #C98059.


Background Color

.myBgColor { background-color: #C98059; }

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

This div background color is #C98059.


Border color

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

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

This div border color is #C98059.


Opacity

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

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

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

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

This text has shadow with #C98059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98059 on black background.


Color preview on white background

This text has color #C98059 on white background.



Black color preview on #C98059 background

This text has black color on #C98059 background.


White color preview on #C98059 background

This text has white color on #C98059 background.