COLOR #C98065

HEX: #C98065
RGB: (201,128,101)

Color info

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

RGB color model

#C98065 color RGB value is (201,128,101).

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

RGB channels and saturation

R 201 of 255 = 79%
G 128 of 255 = 50%
B 101 of 255 = 40%

201
128
101

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

Portions of RGB colors in percentages

R + G + B =
201 + 128 + 101 = 430 (100%)
R 201 of 430 ~ 46.74%
G 128 of 430 ~ 29.77%
B 101 of 430 ~ 23.49%

%46.74
%29.77
%23.49

CMYK color model

#C98065 color CMYK value is (0,36,50,21).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 49.75%
  • key color value is 21.18%
CMYK:
(0,36,50,21)
C0M36Y50K21 
(0%,36%,50%,21%)
(0.00/0.36/0.50/0.21)	

CMYK percentages

%0
%36.32
%49.75
%21.18

Codes

Color #C98065 in popluar color models

C98065
RGB201128101
HSL16°48.08%59.22%
HSB/HSV16°49.75%78.82%
CMYK0.00%36.32%49.75%
21.18%

Color #C98065 in popluar number systems.

HEXC98065
Decimal201128101
Binary11001001100000001100101
Octal311200145

Shades and tints

Shades of #C98065

#C98065
(201,128,101)
#B7755C
(183,117,92)
#A56A53
(165,106,83)
#935F4A
(147,95,74)
#815441
(129,84,65)
#6F4938
(111,73,56)
#5D3E2F
(93,62,47)
#4B3326
(75,51,38)
#39281D
(57,40,29)
#271D14
(39,29,20)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #C98065

#C98065
(201,128,101)
#CD8B73
(205,139,115)
#D19681
(209,150,129)
#D5A18F
(213,161,143)
#D9AC9D
(217,172,157)
#DDB7AB
(221,183,171)
#E1C2B9
(225,194,185)
#E5CDC7
(229,205,199)
#E9D8D5
(233,216,213)
#EDE3E3
(237,227,227)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98065; }

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

This text font color is #C98065.


Background Color

.myBgColor { background-color: #C98065; }

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

This div background color is #C98065.


Border color

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

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

This div border color is #C98065.


Opacity

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

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

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

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

This text has shadow with #C98065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98065 on black background.


Color preview on white background

This text has color #C98065 on white background.



Black color preview on #C98065 background

This text has black color on #C98065 background.


White color preview on #C98065 background

This text has white color on #C98065 background.