COLOR #C9810A

HEX: #C9810A
RGB: (201,129,10)

Color info

#C9810A contains mainly red color. Web safe color of #C9810A is #CC9900 (or #C90).

RGB color model

#C9810A color RGB value is (201,129,10).

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

RGB channels and saturation

R 201 of 255 = 79%
G 129 of 255 = 51%
B 10 of 255 = 4%

201
129
10

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

Portions of RGB colors in percentages

R + G + B =
201 + 129 + 10 = 340 (100%)
R 201 of 340 ~ 59.12%
G 129 of 340 ~ 37.94%
B 10 of 340 ~ 2.94%

%59.12
%37.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.82%
  • 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
%35.82
%95.02
%21.18

Codes

Color #C9810A in popluar color models

C9810A
RGB20112910
HSL37°90.52%41.37%
HSB/HSV37°95.02%78.82%
CMYK0.00%35.82%95.02%
21.18%

Color #C9810A in popluar number systems.

HEXC9810A
Decimal20112910
Binary11001001100000011010
Octal31120112

Shades and tints

Shades of #C9810A

#C9810A
(201,129,10)
#B7760A
(183,118,10)
#A56B0A
(165,107,10)
#93600A
(147,96,10)
#81550A
(129,85,10)
#6F4A0A
(111,74,10)
#5D3F0A
(93,63,10)
#4B340A
(75,52,10)
#39290A
(57,41,10)
#271E0A
(39,30,10)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #C9810A

#C9810A
(201,129,10)
#CD8C20
(205,140,32)
#D19736
(209,151,54)
#D5A24C
(213,162,76)
#D9AD62
(217,173,98)
#DDB878
(221,184,120)
#E1C38E
(225,195,142)
#E5CEA4
(229,206,164)
#E9D9BA
(233,217,186)
#EDE4D0
(237,228,208)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9810A; }

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

This text font color is #C9810A.


Background Color

.myBgColor { background-color: #C9810A; }

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

This div background color is #C9810A.


Border color

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

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

This div border color is #C9810A.


Opacity

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

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

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

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

This text has shadow with #C9810A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9810A on black background.


Color preview on white background

This text has color #C9810A on white background.



Black color preview on #C9810A background

This text has black color on #C9810A background.


White color preview on #C9810A background

This text has white color on #C9810A background.