COLOR #C97C0A

HEX: #C97C0A
RGB: (201,124,10)

Color info

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

RGB color model

#C97C0A color RGB value is (201,124,10).

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

RGB channels and saturation

R 201 of 255 = 79%
G 124 of 255 = 49%
B 10 of 255 = 4%

201
124
10

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

Portions of RGB colors in percentages

R + G + B =
201 + 124 + 10 = 335 (100%)
R 201 of 335 ~ 60%
G 124 of 335 ~ 37.01%
B 10 of 335 ~ 2.99%

%60
%37.01

CMYK color model

#C97C0A color CMYK value is (0,38,95,21).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 95.02%
  • key color value is 21.18%
CMYK:
(0,38,95,21)
C0M38Y95K21 
(0%,38%,95%,21%)
(0.00/0.38/0.95/0.21)	

CMYK percentages

%0
%38.31
%95.02
%21.18

Codes

Color #C97C0A in popluar color models

C97C0A
RGB20112410
HSL36°90.52%41.37%
HSB/HSV36°95.02%78.82%
CMYK0.00%38.31%95.02%
21.18%

Color #C97C0A in popluar number systems.

HEXC97C0A
Decimal20112410
Binary1100100111111001010
Octal31117412

Shades and tints

Shades of #C97C0A

#C97C0A
(201,124,10)
#B7710A
(183,113,10)
#A5660A
(165,102,10)
#935B0A
(147,91,10)
#81500A
(129,80,10)
#6F450A
(111,69,10)
#5D3A0A
(93,58,10)
#4B2F0A
(75,47,10)
#39240A
(57,36,10)
#27190A
(39,25,10)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #C97C0A

#C97C0A
(201,124,10)
#CD8720
(205,135,32)
#D19236
(209,146,54)
#D59D4C
(213,157,76)
#D9A862
(217,168,98)
#DDB378
(221,179,120)
#E1BE8E
(225,190,142)
#E5C9A4
(229,201,164)
#E9D4BA
(233,212,186)
#EDDFD0
(237,223,208)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97C0A; }

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

This text font color is #C97C0A.


Background Color

.myBgColor { background-color: #C97C0A; }

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

This div background color is #C97C0A.


Border color

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

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

This div border color is #C97C0A.


Opacity

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

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

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

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

This text has shadow with #C97C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97C0A on black background.


Color preview on white background

This text has color #C97C0A on white background.



Black color preview on #C97C0A background

This text has black color on #C97C0A background.


White color preview on #C97C0A background

This text has white color on #C97C0A background.