COLOR #C98C6E

HEX: #C98C6E
RGB: (201,140,110)

Color info

#C98C6E contains mainly red color. Web safe color of #C98C6E is #CC9966 (or #C96).

RGB color model

#C98C6E color RGB value is (201,140,110).

  • red value is 201;
  • green value is 140;
  • blue value is 110.
RGB:
(201,140,110)
(79%,55%,43%)

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 110 of 255 = 43%

201
140
110

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

Portions of RGB colors in percentages

R + G + B =
201 + 140 + 110 = 451 (100%)
R 201 of 451 ~ 44.57%
G 140 of 451 ~ 31.04%
B 110 of 451 ~ 24.39%

%44.57
%31.04
%24.39

CMYK color model

#C98C6E color CMYK value is (0,30,45,21).

  • cyan value is 0.00%
  • magenta value is 30.35%
  • yellow value is 45.27%
  • key color value is 21.18%
CMYK:
(0,30,45,21)
C0M30Y45K21 
(0%,30%,45%,21%)
(0.00/0.30/0.45/0.21)	

CMYK percentages

%0
%30.35
%45.27
%21.18

Codes

Color #C98C6E in popluar color models

C98C6E
RGB201140110
HSL20°45.73%60.98%
HSB/HSV20°45.27%78.82%
CMYK0.00%30.35%45.27%
21.18%

Color #C98C6E in popluar number systems.

HEXC98C6E
Decimal201140110
Binary11001001100011001101110
Octal311214156

Shades and tints

Shades of #C98C6E

#C98C6E
(201,140,110)
#B78064
(183,128,100)
#A5745A
(165,116,90)
#936850
(147,104,80)
#815C46
(129,92,70)
#6F503C
(111,80,60)
#5D4432
(93,68,50)
#4B3828
(75,56,40)
#392C1E
(57,44,30)
#272014
(39,32,20)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #C98C6E

#C98C6E
(201,140,110)
#CD967B
(205,150,123)
#D1A088
(209,160,136)
#D5AA95
(213,170,149)
#D9B4A2
(217,180,162)
#DDBEAF
(221,190,175)
#E1C8BC
(225,200,188)
#E5D2C9
(229,210,201)
#E9DCD6
(233,220,214)
#EDE6E3
(237,230,227)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98C6E color. Also use rgb(201,140,110) instead hex code.

Text Font Color

.myTextColor { color: #C98C6E; }

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

This text font color is #C98C6E.


Background Color

.myBgColor { background-color: #C98C6E; }

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

This div background color is #C98C6E.


Border color

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

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

This div border color is #C98C6E.


Opacity

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

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

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

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

This text has shadow with #C98C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98C6E on black background.


Color preview on white background

This text has color #C98C6E on white background.



Black color preview on #C98C6E background

This text has black color on #C98C6E background.


White color preview on #C98C6E background

This text has white color on #C98C6E background.