COLOR #C1A17D

HEX: #C1A17D
RGB: (193,161,125)

Color info

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

RGB color model

#C1A17D color RGB value is (193,161,125).

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

RGB channels and saturation

R 193 of 255 = 76%
G 161 of 255 = 63%
B 125 of 255 = 49%

193
161
125

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

Portions of RGB colors in percentages

R + G + B =
193 + 161 + 125 = 479 (100%)
R 193 of 479 ~ 40.29%
G 161 of 479 ~ 33.61%
B 125 of 479 ~ 26.1%

%40.29
%33.61
%26.1

CMYK color model

#C1A17D color CMYK value is (0,17,35,24).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 35.23%
  • key color value is 24.31%
CMYK:
(0,17,35,24)
C0M17Y35K24 
(0%,17%,35%,24%)
(0.00/0.17/0.35/0.24)	

CMYK percentages

%0
%16.58
%35.23
%24.31

Codes

Color #C1A17D in popluar color models

C1A17D
RGB193161125
HSL32°35.42%62.35%
HSB/HSV32°35.23%75.69%
CMYK0.00%16.58%35.23%
24.31%

Color #C1A17D in popluar number systems.

HEXC1A17D
Decimal193161125
Binary11000001101000011111101
Octal301241175

Shades and tints

Shades of #C1A17D

#C1A17D
(193,161,125)
#B09372
(176,147,114)
#9F8567
(159,133,103)
#8E775C
(142,119,92)
#7D6951
(125,105,81)
#6C5B46
(108,91,70)
#5B4D3B
(91,77,59)
#4A3F30
(74,63,48)
#393125
(57,49,37)
#28231A
(40,35,26)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #C1A17D

#C1A17D
(193,161,125)
#C6A988
(198,169,136)
#CBB193
(203,177,147)
#D0B99E
(208,185,158)
#D5C1A9
(213,193,169)
#DAC9B4
(218,201,180)
#DFD1BF
(223,209,191)
#E4D9CA
(228,217,202)
#E9E1D5
(233,225,213)
#EEE9E0
(238,233,224)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A17D; }

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

This text font color is #C1A17D.


Background Color

.myBgColor { background-color: #C1A17D; }

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

This div background color is #C1A17D.


Border color

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

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

This div border color is #C1A17D.


Opacity

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

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

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

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

This text has shadow with #C1A17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A17D on black background.


Color preview on white background

This text has color #C1A17D on white background.



Black color preview on #C1A17D background

This text has black color on #C1A17D background.


White color preview on #C1A17D background

This text has white color on #C1A17D background.