COLOR #C98F74

HEX: #C98F74
RGB: (201,143,116)

Color info

#C98F74 contains mainly red and green colors. Web safe color of #C98F74 is #CC9966 (or #C96).

RGB color model

#C98F74 color RGB value is (201,143,116).

  • red value is 201;
  • green value is 143;
  • blue value is 116.
RGB:
(201,143,116)
(79%,56%,45%)

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 116 of 255 = 45%

201
143
116

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

Portions of RGB colors in percentages

R + G + B =
201 + 143 + 116 = 460 (100%)
R 201 of 460 ~ 43.7%
G 143 of 460 ~ 31.09%
B 116 of 460 ~ 25.22%

%43.7
%31.09
%25.22

CMYK color model

#C98F74 color CMYK value is (0,29,42,21).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 42.29%
  • key color value is 21.18%
CMYK:
(0,29,42,21)
C0M29Y42K21 
(0%,29%,42%,21%)
(0.00/0.29/0.42/0.21)	

CMYK percentages

%0
%28.86
%42.29
%21.18

Codes

Color #C98F74 in popluar color models

C98F74
RGB201143116
HSL19°44.04%62.16%
HSB/HSV19°42.29%78.82%
CMYK0.00%28.86%42.29%
21.18%

Color #C98F74 in popluar number systems.

HEXC98F74
Decimal201143116
Binary11001001100011111110100
Octal311217164

Shades and tints

Shades of #C98F74

#C98F74
(201,143,116)
#B7826A
(183,130,106)
#A57560
(165,117,96)
#936856
(147,104,86)
#815B4C
(129,91,76)
#6F4E42
(111,78,66)
#5D4138
(93,65,56)
#4B342E
(75,52,46)
#392724
(57,39,36)
#271A1A
(39,26,26)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #C98F74

#C98F74
(201,143,116)
#CD9980
(205,153,128)
#D1A38C
(209,163,140)
#D5AD98
(213,173,152)
#D9B7A4
(217,183,164)
#DDC1B0
(221,193,176)
#E1CBBC
(225,203,188)
#E5D5C8
(229,213,200)
#E9DFD4
(233,223,212)
#EDE9E0
(237,233,224)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98F74 color. Also use rgb(201,143,116) instead hex code.

Text Font Color

.myTextColor { color: #C98F74; }

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

This text font color is #C98F74.


Background Color

.myBgColor { background-color: #C98F74; }

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

This div background color is #C98F74.


Border color

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

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

This div border color is #C98F74.


Opacity

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

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

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

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

This text has shadow with #C98F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98F74 on black background.


Color preview on white background

This text has color #C98F74 on white background.



Black color preview on #C98F74 background

This text has black color on #C98F74 background.


White color preview on #C98F74 background

This text has white color on #C98F74 background.