COLOR #C9800A

HEX: #C9800A
RGB: (201,128,10)

Color info

#C9800A contains mainly red color. Web safe color of #C9800A is #CC6600 (or #C60).

RGB color model

#C9800A color RGB value is (201,128,10).

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

RGB channels and saturation

R 201 of 255 = 79%
G 128 of 255 = 50%
B 10 of 255 = 4%

201
128
10

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

Portions of RGB colors in percentages

R + G + B =
201 + 128 + 10 = 339 (100%)
R 201 of 339 ~ 59.29%
G 128 of 339 ~ 37.76%
B 10 of 339 ~ 2.95%

%59.29
%37.76

CMYK color model

#C9800A color CMYK value is (0,36,95,21).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 95.02%
  • key color value is 21.18%
CMYK:
(0,36,95,21)
C0M36Y95K21 
(0%,36%,95%,21%)
(0.00/0.36/0.95/0.21)	

CMYK percentages

%0
%36.32
%95.02
%21.18

Codes

Color #C9800A in popluar color models

C9800A
RGB20112810
HSL37°90.52%41.37%
HSB/HSV37°95.02%78.82%
CMYK0.00%36.32%95.02%
21.18%

Color #C9800A in popluar number systems.

HEXC9800A
Decimal20112810
Binary11001001100000001010
Octal31120012

Shades and tints

Shades of #C9800A

#C9800A
(201,128,10)
#B7750A
(183,117,10)
#A56A0A
(165,106,10)
#935F0A
(147,95,10)
#81540A
(129,84,10)
#6F490A
(111,73,10)
#5D3E0A
(93,62,10)
#4B330A
(75,51,10)
#39280A
(57,40,10)
#271D0A
(39,29,10)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #C9800A

#C9800A
(201,128,10)
#CD8B20
(205,139,32)
#D19636
(209,150,54)
#D5A14C
(213,161,76)
#D9AC62
(217,172,98)
#DDB778
(221,183,120)
#E1C28E
(225,194,142)
#E5CDA4
(229,205,164)
#E9D8BA
(233,216,186)
#EDE3D0
(237,227,208)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9800A; }

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

This text font color is #C9800A.


Background Color

.myBgColor { background-color: #C9800A; }

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

This div background color is #C9800A.


Border color

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

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

This div border color is #C9800A.


Opacity

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

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

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

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

This text has shadow with #C9800A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9800A on black background.


Color preview on white background

This text has color #C9800A on white background.



Black color preview on #C9800A background

This text has black color on #C9800A background.


White color preview on #C9800A background

This text has white color on #C9800A background.