COLOR #C1A37B

HEX: #C1A37B
RGB: (193,163,123)

Color info

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

RGB color model

#C1A37B color RGB value is (193,163,123).

  • red value is 193;
  • green value is 163;
  • blue value is 123.
RGB:
(193,163,123)
(76%,64%,48%)

RGB channels and saturation

R 193 of 255 = 76%
G 163 of 255 = 64%
B 123 of 255 = 48%

193
163
123

R + G + B ~ 63%. #C1A37B is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 163 + 123 = 479 (100%)
R 193 of 479 ~ 40.29%
G 163 of 479 ~ 34.03%
B 123 of 479 ~ 25.68%

%40.29
%34.03
%25.68

CMYK color model

#C1A37B color CMYK value is (0,16,36,24).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 36.27%
  • key color value is 24.31%
CMYK:
(0,16,36,24)
C0M16Y36K24 
(0%,16%,36%,24%)
(0.00/0.16/0.36/0.24)	

CMYK percentages

%0
%15.54
%36.27
%24.31

Codes

Color #C1A37B in popluar color models

C1A37B
RGB193163123
HSL34°36.08%61.96%
HSB/HSV34°36.27%75.69%
CMYK0.00%15.54%36.27%
24.31%

Color #C1A37B in popluar number systems.

HEXC1A37B
Decimal193163123
Binary11000001101000111111011
Octal301243173

Shades and tints

Shades of #C1A37B

#C1A37B
(193,163,123)
#B09570
(176,149,112)
#9F8765
(159,135,101)
#8E795A
(142,121,90)
#7D6B4F
(125,107,79)
#6C5D44
(108,93,68)
#5B4F39
(91,79,57)
#4A412E
(74,65,46)
#393323
(57,51,35)
#282518
(40,37,24)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #C1A37B

#C1A37B
(193,163,123)
#C6AB87
(198,171,135)
#CBB393
(203,179,147)
#D0BB9F
(208,187,159)
#D5C3AB
(213,195,171)
#DACBB7
(218,203,183)
#DFD3C3
(223,211,195)
#E4DBCF
(228,219,207)
#E9E3DB
(233,227,219)
#EEEBE7
(238,235,231)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A37B color. Also use rgb(193,163,123) instead hex code.

Text Font Color

.myTextColor { color: #C1A37B; }

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

This text font color is #C1A37B.


Background Color

.myBgColor { background-color: #C1A37B; }

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

This div background color is #C1A37B.


Border color

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

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

This div border color is #C1A37B.


Opacity

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

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

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

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

This text has shadow with #C1A37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A37B on black background.


Color preview on white background

This text has color #C1A37B on white background.



Black color preview on #C1A37B background

This text has black color on #C1A37B background.


White color preview on #C1A37B background

This text has white color on #C1A37B background.