COLOR #C1A76F

HEX: #C1A76F RGB: (193,167,111)

Color info

#C1A76F contains mainly red and green colors. Web safe color of #C1A76F is #CC9966 (or #C96).

RGB color model

#C1A76F color RGB value is (193,167,111).

RGB: (193,167,111) (76%, 65%, 44%)

RGB channels and saturation

R 193 of 255 = 76%
G 167 of 255 = 65%
B 111 of 255 = 44%

193
167
111

R + G + B ~ 62%. #C1A76F is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 167 + 111 = 471 (100%)
R 193 of 471 ~ 40.98%
G 167 of 471 ~ 35.46%
B 111 of 471 ~ 23.57'%

%40.98
%35.46
%23.57

CMYK color model

#C1A76F color CMYK value is (0,13,42,24).

  • cyan value is 0.00%
  • magenta value is 13.47%
  • yellow value is 42.49%
  • key color value is 24.31%

CMYK: (0,13,42,24)
C0M13Y42K24 (0%, 13%, 42%, 24%)
(0.00 / 0.13 / 0.42 / 0.24)

CMYK percentages

%0
%13.47
%42.49
%24.31

Codes

Color #C1A76F in popluar color models

C1 A7 6F
RGB 193 167 111
HSL 41° 39.81% 59.61%
HSB/HSV 41° 42.49% 75.69%
CMYK 0.00% 13.47% 42.49%
24.31%

Color #C1A76F in popluar number systems.

HEX C1 A7 6F
Decimal 193 167 111
Binary 11000001 10100111 1101111
Octal 301 247 157

Shades and tints

Shades of #C1A76F

#C1A76F
(193,167,111)
#B09865
(176,152,101)
#9F895B
(159,137,91)
#8E7A51
(142,122,81)
#7D6B47
(125,107,71)
#6C5C3D
(108,92,61)
#5B4D33
(91,77,51)
#4A3E29
(74,62,41)
#392F1F
(57,47,31)
#282015
(40,32,21)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #C1A76F

#C1A76F
(193,167,111)
#C6AF7C
(198,175,124)
#CBB789
(203,183,137)
#D0BF96
(208,191,150)
#D5C7A3
(213,199,163)
#DACFB0
(218,207,176)
#DFD7BD
(223,215,189)
#E4DFCA
(228,223,202)
#E9E7D7
(233,231,215)
#EEEFE4
(238,239,228)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A76F color. Also use rgb(193,167,111) instead hex code.

Text Font Color

.myTextColor { color: #C1A76F; }

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

This text font color is #C1A76F.

Background Color

.myBgColor { background-color: #C1A76F; }

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

This div background color is #C1A76F.

Border color

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

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

This div border color is #C1A76F.

Opacity

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

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

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

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

This text has shadow with #C1A76F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A76F.

Preview

Color preview on black background

This text has color #C1A76F on black background.


Color preview on white background

This text has color #C1A76F on white background.


Black color preview on #C1A76F background

This text has black color on #C1A76F background.


White color preview on #C1A76F background

This text has white color on #C1A76F background.


Related colors

Complementary color

Complementary color for #hex is #3E5890.


I love getcolorcode.com

Triadic colors

1 #6FC1A7 and #A76FC1 with #C1A76F are triadic colors.

2 #6FA7C1 and #A7C16F with #C1A76F are triadic colors.