COLOR #C98122

HEX: #C98122
RGB: (201,129,34)

Color info

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

RGB color model

#C98122 color RGB value is (201,129,34).

  • red value is 201;
  • green value is 129;
  • blue value is 34.
RGB:
(201,129,34)
(79%,51%,13%)

RGB channels and saturation

R 201 of 255 = 79%
G 129 of 255 = 51%
B 34 of 255 = 13%

201
129
34

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

Portions of RGB colors in percentages

R + G + B =
201 + 129 + 34 = 364 (100%)
R 201 of 364 ~ 55.22%
G 129 of 364 ~ 35.44%
B 34 of 364 ~ 9.34%

%55.22
%35.44

CMYK color model

#C98122 color CMYK value is (0,36,83,21).

  • cyan value is 0.00%
  • magenta value is 35.82%
  • yellow value is 83.08%
  • key color value is 21.18%
CMYK:
(0,36,83,21)
C0M36Y83K21 
(0%,36%,83%,21%)
(0.00/0.36/0.83/0.21)	

CMYK percentages

%0
%35.82
%83.08
%21.18

Codes

Color #C98122 in popluar color models

C98122
RGB20112934
HSL34°71.06%46.08%
HSB/HSV34°83.08%78.82%
CMYK0.00%35.82%83.08%
21.18%

Color #C98122 in popluar number systems.

HEXC98122
Decimal20112934
Binary1100100110000001100010
Octal31120142

Shades and tints

Shades of #C98122

#C98122
(201,129,34)
#B7761F
(183,118,31)
#A56B1C
(165,107,28)
#936019
(147,96,25)
#815516
(129,85,22)
#6F4A13
(111,74,19)
#5D3F10
(93,63,16)
#4B340D
(75,52,13)
#39290A
(57,41,10)
#271E07
(39,30,7)
#151304
(21,19,4)
#000000
(0,0,0)

Tints of #C98122

#C98122
(201,129,34)
#CD8C36
(205,140,54)
#D1974A
(209,151,74)
#D5A25E
(213,162,94)
#D9AD72
(217,173,114)
#DDB886
(221,184,134)
#E1C39A
(225,195,154)
#E5CEAE
(229,206,174)
#E9D9C2
(233,217,194)
#EDE4D6
(237,228,214)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98122 color. Also use rgb(201,129,34) instead hex code.

Text Font Color

.myTextColor { color: #C98122; }

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

This text font color is #C98122.


Background Color

.myBgColor { background-color: #C98122; }

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

This div background color is #C98122.


Border color

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

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

This div border color is #C98122.


Opacity

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

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

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

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

This text has shadow with #C98122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98122 on black background.


Color preview on white background

This text has color #C98122 on white background.



Black color preview on #C98122 background

This text has black color on #C98122 background.


White color preview on #C98122 background

This text has white color on #C98122 background.