COLOR #C1A682

HEX: #C1A682
RGB: (193,166,130)

Color info

#C1A682 contains mainly red and green colors. Web safe color of #C1A682 is #CC9999 (or #C99).

RGB color model

#C1A682 color RGB value is (193,166,130).

  • red value is 193;
  • green value is 166;
  • blue value is 130.
RGB:
(193,166,130)
(76%,65%,51%)

RGB channels and saturation

R 193 of 255 = 76%
G 166 of 255 = 65%
B 130 of 255 = 51%

193
166
130

R + G + B ~ 64%. #C1A682 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 166 + 130 = 489 (100%)
R 193 of 489 ~ 39.47%
G 166 of 489 ~ 33.95%
B 130 of 489 ~ 26.58%

%39.47
%33.95
%26.58

CMYK color model

#C1A682 color CMYK value is (0,14,33,24).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 32.64%
  • key color value is 24.31%
CMYK:
(0,14,33,24)
C0M14Y33K24 
(0%,14%,33%,24%)
(0.00/0.14/0.33/0.24)	

CMYK percentages

%0
%13.99
%32.64
%24.31

Codes

Color #C1A682 in popluar color models

C1A682
RGB193166130
HSL34°33.69%63.33%
HSB/HSV34°32.64%75.69%
CMYK0.00%13.99%32.64%
24.31%

Color #C1A682 in popluar number systems.

HEXC1A682
Decimal193166130
Binary110000011010011010000010
Octal301246202

Shades and tints

Shades of #C1A682

#C1A682
(193,166,130)
#B09777
(176,151,119)
#9F886C
(159,136,108)
#8E7961
(142,121,97)
#7D6A56
(125,106,86)
#6C5B4B
(108,91,75)
#5B4C40
(91,76,64)
#4A3D35
(74,61,53)
#392E2A
(57,46,42)
#281F1F
(40,31,31)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #C1A682

#C1A682
(193,166,130)
#C6AE8D
(198,174,141)
#CBB698
(203,182,152)
#D0BEA3
(208,190,163)
#D5C6AE
(213,198,174)
#DACEB9
(218,206,185)
#DFD6C4
(223,214,196)
#E4DECF
(228,222,207)
#E9E6DA
(233,230,218)
#EEEEE5
(238,238,229)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A682 color. Also use rgb(193,166,130) instead hex code.

Text Font Color

.myTextColor { color: #C1A682; }

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

This text font color is #C1A682.


Background Color

.myBgColor { background-color: #C1A682; }

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

This div background color is #C1A682.


Border color

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

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

This div border color is #C1A682.


Opacity

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

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

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

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

This text has shadow with #C1A682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A682 on black background.


Color preview on white background

This text has color #C1A682 on white background.



Black color preview on #C1A682 background

This text has black color on #C1A682 background.


White color preview on #C1A682 background

This text has white color on #C1A682 background.