COLOR #C1A64D

HEX: #C1A64D
RGB: (193,166,77)

Color info

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

RGB color model

#C1A64D color RGB value is (193,166,77).

  • red value is 193;
  • green value is 166;
  • blue value is 77.
RGB:
(193,166,77)
(76%,65%,30%)

RGB channels and saturation

R 193 of 255 = 76%
G 166 of 255 = 65%
B 77 of 255 = 30%

193
166
77

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

Portions of RGB colors in percentages

R + G + B =
193 + 166 + 77 = 436 (100%)
R 193 of 436 ~ 44.27%
G 166 of 436 ~ 38.07%
B 77 of 436 ~ 17.66%

%44.27
%38.07
%17.66

CMYK color model

#C1A64D color CMYK value is (0,14,60,24).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 60.10%
  • key color value is 24.31%
CMYK:
(0,14,60,24)
C0M14Y60K24 
(0%,14%,60%,24%)
(0.00/0.14/0.60/0.24)	

CMYK percentages

%0
%13.99
%60.1
%24.31

Codes

Color #C1A64D in popluar color models

C1A64D
RGB19316677
HSL46°48.33%52.94%
HSB/HSV46°60.10%75.69%
CMYK0.00%13.99%60.10%
24.31%

Color #C1A64D in popluar number systems.

HEXC1A64D
Decimal19316677
Binary11000001101001101001101
Octal301246115

Shades and tints

Shades of #C1A64D

#C1A64D
(193,166,77)
#B09746
(176,151,70)
#9F883F
(159,136,63)
#8E7938
(142,121,56)
#7D6A31
(125,106,49)
#6C5B2A
(108,91,42)
#5B4C23
(91,76,35)
#4A3D1C
(74,61,28)
#392E15
(57,46,21)
#281F0E
(40,31,14)
#171007
(23,16,7)
#000000
(0,0,0)

Tints of #C1A64D

#C1A64D
(193,166,77)
#C6AE5D
(198,174,93)
#CBB66D
(203,182,109)
#D0BE7D
(208,190,125)
#D5C68D
(213,198,141)
#DACE9D
(218,206,157)
#DFD6AD
(223,214,173)
#E4DEBD
(228,222,189)
#E9E6CD
(233,230,205)
#EEEEDD
(238,238,221)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A64D color. Also use rgb(193,166,77) instead hex code.

Text Font Color

.myTextColor { color: #C1A64D; }

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

This text font color is #C1A64D.


Background Color

.myBgColor { background-color: #C1A64D; }

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

This div background color is #C1A64D.


Border color

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

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

This div border color is #C1A64D.


Opacity

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

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

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

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

This text has shadow with #C1A64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A64D on black background.


Color preview on white background

This text has color #C1A64D on white background.



Black color preview on #C1A64D background

This text has black color on #C1A64D background.


White color preview on #C1A64D background

This text has white color on #C1A64D background.