COLOR #C98B20

HEX: #C98B20
RGB: (201,139,32)

Color info

#C98B20 contains mainly red color. Web safe color of #C98B20 is #CC9933 (or #C93).

RGB color model

#C98B20 color RGB value is (201,139,32).

  • red value is 201;
  • green value is 139;
  • blue value is 32.
RGB:
(201,139,32)
(79%,55%,13%)

RGB channels and saturation

R 201 of 255 = 79%
G 139 of 255 = 55%
B 32 of 255 = 13%

201
139
32

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

Portions of RGB colors in percentages

R + G + B =
201 + 139 + 32 = 372 (100%)
R 201 of 372 ~ 54.03%
G 139 of 372 ~ 37.37%
B 32 of 372 ~ 8.6%

%54.03
%37.37

CMYK color model

#C98B20 color CMYK value is (0,31,84,21).

  • cyan value is 0.00%
  • magenta value is 30.85%
  • yellow value is 84.08%
  • key color value is 21.18%
CMYK:
(0,31,84,21)
C0M31Y84K21 
(0%,31%,84%,21%)
(0.00/0.31/0.84/0.21)	

CMYK percentages

%0
%30.85
%84.08
%21.18

Codes

Color #C98B20 in popluar color models

C98B20
RGB20113932
HSL38°72.53%45.69%
HSB/HSV38°84.08%78.82%
CMYK0.00%30.85%84.08%
21.18%

Color #C98B20 in popluar number systems.

HEXC98B20
Decimal20113932
Binary1100100110001011100000
Octal31121340

Shades and tints

Shades of #C98B20

#C98B20
(201,139,32)
#B77F1E
(183,127,30)
#A5731C
(165,115,28)
#93671A
(147,103,26)
#815B18
(129,91,24)
#6F4F16
(111,79,22)
#5D4314
(93,67,20)
#4B3712
(75,55,18)
#392B10
(57,43,16)
#271F0E
(39,31,14)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #C98B20

#C98B20
(201,139,32)
#CD9534
(205,149,52)
#D19F48
(209,159,72)
#D5A95C
(213,169,92)
#D9B370
(217,179,112)
#DDBD84
(221,189,132)
#E1C798
(225,199,152)
#E5D1AC
(229,209,172)
#E9DBC0
(233,219,192)
#EDE5D4
(237,229,212)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98B20 color. Also use rgb(201,139,32) instead hex code.

Text Font Color

.myTextColor { color: #C98B20; }

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

This text font color is #C98B20.


Background Color

.myBgColor { background-color: #C98B20; }

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

This div background color is #C98B20.


Border color

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

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

This div border color is #C98B20.


Opacity

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

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

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

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

This text has shadow with #C98B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98B20 on black background.


Color preview on white background

This text has color #C98B20 on white background.



Black color preview on #C98B20 background

This text has black color on #C98B20 background.


White color preview on #C98B20 background

This text has white color on #C98B20 background.