COLOR #C1A750

HEX: #C1A750 RGB: (193,167,80)

Color info

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

RGB color model

#C1A750 color RGB value is (193,167,80).

RGB: (193,167,80) (76%, 65%, 31%)

RGB channels and saturation

R 193 of 255 = 76%
G 167 of 255 = 65%
B 80 of 255 = 31%

193
167
80

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

Portions of RGB colors in percentages

R + G + B = 193 + 167 + 80 = 440 (100%)
R 193 of 440 ~ 43.86%
G 167 of 440 ~ 37.95%
B 80 of 440 ~ 18.18'%

%43.86
%37.95
%18.18

CMYK color model

#C1A750 color CMYK value is (0,13,59,24).

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

CMYK: (0,13,59,24)
C0M13Y59K24 (0%, 13%, 59%, 24%)
(0.00 / 0.13 / 0.59 / 0.24)

CMYK percentages

%0
%13.47
%58.55
%24.31

Codes

Color #C1A750 in popluar color models

C1 A7 50
RGB 193 167 80
HSL 46° 47.68% 53.53%
HSB/HSV 46° 58.55% 75.69%
CMYK 0.00% 13.47% 58.55%
24.31%

Color #C1A750 in popluar number systems.

HEX C1 A7 50
Decimal 193 167 80
Binary 11000001 10100111 1010000
Octal 301 247 120

Shades and tints

Shades of #C1A750

#C1A750
(193,167,80)
#B09849
(176,152,73)
#9F8942
(159,137,66)
#8E7A3B
(142,122,59)
#7D6B34
(125,107,52)
#6C5C2D
(108,92,45)
#5B4D26
(91,77,38)
#4A3E1F
(74,62,31)
#392F18
(57,47,24)
#282011
(40,32,17)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #C1A750

#C1A750
(193,167,80)
#C6AF5F
(198,175,95)
#CBB76E
(203,183,110)
#D0BF7D
(208,191,125)
#D5C78C
(213,199,140)
#DACF9B
(218,207,155)
#DFD7AA
(223,215,170)
#E4DFB9
(228,223,185)
#E9E7C8
(233,231,200)
#EEEFD7
(238,239,215)
#F3F7E6
(243,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A750; }

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

This text font color is #C1A750.

Background Color

.myBgColor { background-color: #C1A750; }

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

This div background color is #C1A750.

Border color

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

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

This div border color is #C1A750.

Opacity

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

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

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

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

This text has shadow with #C1A750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A750.

Preview

Color preview on black background

This text has color #C1A750 on black background.


Color preview on white background

This text has color #C1A750 on white background.


Black color preview on #C1A750 background

This text has black color on #C1A750 background.


White color preview on #C1A750 background

This text has white color on #C1A750 background.


Related colors

Complementary color

Complementary color for #hex is #3E58AF.


I love getcolorcode.com

Triadic colors

1 #50C1A7 and #A750C1 with #C1A750 are triadic colors.

2 #50A7C1 and #A7C150 with #C1A750 are triadic colors.