COLOR #C1A760

HEX: #C1A760 RGB: (193,167,96)

Color info

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

RGB color model

#C1A760 color RGB value is (193,167,96).

RGB: (193,167,96) (76%, 65%, 38%)

RGB channels and saturation

R 193 of 255 = 76%
G 167 of 255 = 65%
B 96 of 255 = 38%

193
167
96

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

Portions of RGB colors in percentages

R + G + B = 193 + 167 + 96 = 456 (100%)
R 193 of 456 ~ 42.32%
G 167 of 456 ~ 36.62%
B 96 of 456 ~ 21.05'%

%42.32
%36.62
%21.05

CMYK color model

#C1A760 color CMYK value is (0,13,50,24).

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

CMYK: (0,13,50,24)
C0M13Y50K24 (0%, 13%, 50%, 24%)
(0.00 / 0.13 / 0.50 / 0.24)

CMYK percentages

%0
%13.47
%50.26
%24.31

Codes

Color #C1A760 in popluar color models

C1 A7 60
RGB 193 167 96
HSL 44° 43.89% 56.67%
HSB/HSV 44° 50.26% 75.69%
CMYK 0.00% 13.47% 50.26%
24.31%

Color #C1A760 in popluar number systems.

HEX C1 A7 60
Decimal 193 167 96
Binary 11000001 10100111 1100000
Octal 301 247 140

Shades and tints

Shades of #C1A760

#C1A760
(193,167,96)
#B09858
(176,152,88)
#9F8950
(159,137,80)
#8E7A48
(142,122,72)
#7D6B40
(125,107,64)
#6C5C38
(108,92,56)
#5B4D30
(91,77,48)
#4A3E28
(74,62,40)
#392F20
(57,47,32)
#282018
(40,32,24)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #C1A760

#C1A760
(193,167,96)
#C6AF6E
(198,175,110)
#CBB77C
(203,183,124)
#D0BF8A
(208,191,138)
#D5C798
(213,199,152)
#DACFA6
(218,207,166)
#DFD7B4
(223,215,180)
#E4DFC2
(228,223,194)
#E9E7D0
(233,231,208)
#EEEFDE
(238,239,222)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A760; }

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

This text font color is #C1A760.

Background Color

.myBgColor { background-color: #C1A760; }

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

This div background color is #C1A760.

Border color

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

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

This div border color is #C1A760.

Opacity

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

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

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

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

This text has shadow with #C1A760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A760.

Preview

Color preview on black background

This text has color #C1A760 on black background.


Color preview on white background

This text has color #C1A760 on white background.


Black color preview on #C1A760 background

This text has black color on #C1A760 background.


White color preview on #C1A760 background

This text has white color on #C1A760 background.


Related colors

Complementary color

Complementary color for #hex is #3E589F.


I love getcolorcode.com

Triadic colors

1 #60C1A7 and #A760C1 with #C1A760 are triadic colors.

2 #60A7C1 and #A7C160 with #C1A760 are triadic colors.