COLOR #C1A922

HEX: #C1A922
RGB: (193,169,34)

Color info

#C1A922 contains mainly red and green colors. Web safe color of #C1A922 is #CC9933 (or #C93).

RGB color model

#C1A922 color RGB value is (193,169,34).

  • red value is 193;
  • green value is 169;
  • blue value is 34.
RGB:
(193,169,34)
(76%,66%,13%)

RGB channels and saturation

R 193 of 255 = 76%
G 169 of 255 = 66%
B 34 of 255 = 13%

193
169
34

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

Portions of RGB colors in percentages

R + G + B =
193 + 169 + 34 = 396 (100%)
R 193 of 396 ~ 48.74%
G 169 of 396 ~ 42.68%
B 34 of 396 ~ 8.59%

%48.74
%42.68

CMYK color model

#C1A922 color CMYK value is (0,12,82,24).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 82.38%
  • key color value is 24.31%
CMYK:
(0,12,82,24)
C0M12Y82K24 
(0%,12%,82%,24%)
(0.00/0.12/0.82/0.24)	

CMYK percentages

%0
%12.44
%82.38
%24.31

Codes

Color #C1A922 in popluar color models

C1A922
RGB19316934
HSL51°70.04%44.51%
HSB/HSV51°82.38%75.69%
CMYK0.00%12.44%82.38%
24.31%

Color #C1A922 in popluar number systems.

HEXC1A922
Decimal19316934
Binary1100000110101001100010
Octal30125142

Shades and tints

Shades of #C1A922

#C1A922
(193,169,34)
#B09A1F
(176,154,31)
#9F8B1C
(159,139,28)
#8E7C19
(142,124,25)
#7D6D16
(125,109,22)
#6C5E13
(108,94,19)
#5B4F10
(91,79,16)
#4A400D
(74,64,13)
#39310A
(57,49,10)
#282207
(40,34,7)
#171304
(23,19,4)
#000000
(0,0,0)

Tints of #C1A922

#C1A922
(193,169,34)
#C6B036
(198,176,54)
#CBB74A
(203,183,74)
#D0BE5E
(208,190,94)
#D5C572
(213,197,114)
#DACC86
(218,204,134)
#DFD39A
(223,211,154)
#E4DAAE
(228,218,174)
#E9E1C2
(233,225,194)
#EEE8D6
(238,232,214)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A922 color. Also use rgb(193,169,34) instead hex code.

Text Font Color

.myTextColor { color: #C1A922; }

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

This text font color is #C1A922.


Background Color

.myBgColor { background-color: #C1A922; }

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

This div background color is #C1A922.


Border color

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

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

This div border color is #C1A922.


Opacity

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

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

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

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

This text has shadow with #C1A922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A922 on black background.


Color preview on white background

This text has color #C1A922 on white background.



Black color preview on #C1A922 background

This text has black color on #C1A922 background.


White color preview on #C1A922 background

This text has white color on #C1A922 background.