COLOR #C1A207

HEX: #C1A207
RGB: (193,162,7)

Color info

#C1A207 contains mainly red and green colors. Web safe color of #C1A207 is #CC9900 (or #C90).

RGB color model

#C1A207 color RGB value is (193,162,7).

  • red value is 193;
  • green value is 162;
  • blue value is 7.
RGB:
(193,162,7)
(76%,64%,3%)

RGB channels and saturation

R 193 of 255 = 76%
G 162 of 255 = 64%
B 7 of 255 = 3%

193
162
7

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

Portions of RGB colors in percentages

R + G + B =
193 + 162 + 7 = 362 (100%)
R 193 of 362 ~ 53.31%
G 162 of 362 ~ 44.75%
B 7 of 362 ~ 1.93%

%53.31
%44.75

CMYK color model

#C1A207 color CMYK value is (0,16,96,24).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 96.37%
  • key color value is 24.31%
CMYK:
(0,16,96,24)
C0M16Y96K24 
(0%,16%,96%,24%)
(0.00/0.16/0.96/0.24)	

CMYK percentages

%0
%16.06
%96.37
%24.31

Codes

Color #C1A207 in popluar color models

C1A207
RGB1931627
HSL50°93.00%39.22%
HSB/HSV50°96.37%75.69%
CMYK0.00%16.06%96.37%
24.31%

Color #C1A207 in popluar number systems.

HEXC1A207
Decimal1931627
Binary1100000110100010111
Octal3012427

Shades and tints

Shades of #C1A207

#C1A207
(193,162,7)
#B09407
(176,148,7)
#9F8607
(159,134,7)
#8E7807
(142,120,7)
#7D6A07
(125,106,7)
#6C5C07
(108,92,7)
#5B4E07
(91,78,7)
#4A4007
(74,64,7)
#393207
(57,50,7)
#282407
(40,36,7)
#171607
(23,22,7)
#000000
(0,0,0)

Tints of #C1A207

#C1A207
(193,162,7)
#C6AA1D
(198,170,29)
#CBB233
(203,178,51)
#D0BA49
(208,186,73)
#D5C25F
(213,194,95)
#DACA75
(218,202,117)
#DFD28B
(223,210,139)
#E4DAA1
(228,218,161)
#E9E2B7
(233,226,183)
#EEEACD
(238,234,205)
#F3F2E3
(243,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A207 color. Also use rgb(193,162,7) instead hex code.

Text Font Color

.myTextColor { color: #C1A207; }

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

This text font color is #C1A207.


Background Color

.myBgColor { background-color: #C1A207; }

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

This div background color is #C1A207.


Border color

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

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

This div border color is #C1A207.


Opacity

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

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

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

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

This text has shadow with #C1A207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A207 on black background.


Color preview on white background

This text has color #C1A207 on white background.



Black color preview on #C1A207 background

This text has black color on #C1A207 background.


White color preview on #C1A207 background

This text has white color on #C1A207 background.