COLOR #C1A15D

HEX: #C1A15D
RGB: (193,161,93)

Color info

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

RGB color model

#C1A15D color RGB value is (193,161,93).

  • red value is 193;
  • green value is 161;
  • blue value is 93.
RGB:
(193,161,93)
(76%,63%,36%)

RGB channels and saturation

R 193 of 255 = 76%
G 161 of 255 = 63%
B 93 of 255 = 36%

193
161
93

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

Portions of RGB colors in percentages

R + G + B =
193 + 161 + 93 = 447 (100%)
R 193 of 447 ~ 43.18%
G 161 of 447 ~ 36.02%
B 93 of 447 ~ 20.81%

%43.18
%36.02
%20.81

CMYK color model

#C1A15D color CMYK value is (0,17,52,24).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 51.81%
  • key color value is 24.31%
CMYK:
(0,17,52,24)
C0M17Y52K24 
(0%,17%,52%,24%)
(0.00/0.17/0.52/0.24)	

CMYK percentages

%0
%16.58
%51.81
%24.31

Codes

Color #C1A15D in popluar color models

C1A15D
RGB19316193
HSL41°44.64%56.08%
HSB/HSV41°51.81%75.69%
CMYK0.00%16.58%51.81%
24.31%

Color #C1A15D in popluar number systems.

HEXC1A15D
Decimal19316193
Binary11000001101000011011101
Octal301241135

Shades and tints

Shades of #C1A15D

#C1A15D
(193,161,93)
#B09355
(176,147,85)
#9F854D
(159,133,77)
#8E7745
(142,119,69)
#7D693D
(125,105,61)
#6C5B35
(108,91,53)
#5B4D2D
(91,77,45)
#4A3F25
(74,63,37)
#39311D
(57,49,29)
#282315
(40,35,21)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #C1A15D

#C1A15D
(193,161,93)
#C6A96B
(198,169,107)
#CBB179
(203,177,121)
#D0B987
(208,185,135)
#D5C195
(213,193,149)
#DAC9A3
(218,201,163)
#DFD1B1
(223,209,177)
#E4D9BF
(228,217,191)
#E9E1CD
(233,225,205)
#EEE9DB
(238,233,219)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A15D color. Also use rgb(193,161,93) instead hex code.

Text Font Color

.myTextColor { color: #C1A15D; }

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

This text font color is #C1A15D.


Background Color

.myBgColor { background-color: #C1A15D; }

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

This div background color is #C1A15D.


Border color

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

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

This div border color is #C1A15D.


Opacity

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

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

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

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

This text has shadow with #C1A15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A15D on black background.


Color preview on white background

This text has color #C1A15D on white background.



Black color preview on #C1A15D background

This text has black color on #C1A15D background.


White color preview on #C1A15D background

This text has white color on #C1A15D background.