COLOR #C1A685

HEX: #C1A685
RGB: (193,166,133)

Color info

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

RGB color model

#C1A685 color RGB value is (193,166,133).

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

RGB channels and saturation

R 193 of 255 = 76%
G 166 of 255 = 65%
B 133 of 255 = 52%

193
166
133

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

Portions of RGB colors in percentages

R + G + B =
193 + 166 + 133 = 492 (100%)
R 193 of 492 ~ 39.23%
G 166 of 492 ~ 33.74%
B 133 of 492 ~ 27.03%

%39.23
%33.74
%27.03

CMYK color model

#C1A685 color CMYK value is (0,14,31,24).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 31.09%
  • key color value is 24.31%
CMYK:
(0,14,31,24)
C0M14Y31K24 
(0%,14%,31%,24%)
(0.00/0.14/0.31/0.24)	

CMYK percentages

%0
%13.99
%31.09
%24.31

Codes

Color #C1A685 in popluar color models

C1A685
RGB193166133
HSL33°32.61%63.92%
HSB/HSV33°31.09%75.69%
CMYK0.00%13.99%31.09%
24.31%

Color #C1A685 in popluar number systems.

HEXC1A685
Decimal193166133
Binary110000011010011010000101
Octal301246205

Shades and tints

Shades of #C1A685

#C1A685
(193,166,133)
#B09779
(176,151,121)
#9F886D
(159,136,109)
#8E7961
(142,121,97)
#7D6A55
(125,106,85)
#6C5B49
(108,91,73)
#5B4C3D
(91,76,61)
#4A3D31
(74,61,49)
#392E25
(57,46,37)
#281F19
(40,31,25)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #C1A685

#C1A685
(193,166,133)
#C6AE90
(198,174,144)
#CBB69B
(203,182,155)
#D0BEA6
(208,190,166)
#D5C6B1
(213,198,177)
#DACEBC
(218,206,188)
#DFD6C7
(223,214,199)
#E4DED2
(228,222,210)
#E9E6DD
(233,230,221)
#EEEEE8
(238,238,232)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A685; }

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

This text font color is #C1A685.


Background Color

.myBgColor { background-color: #C1A685; }

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

This div background color is #C1A685.


Border color

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

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

This div border color is #C1A685.


Opacity

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

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

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

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

This text has shadow with #C1A685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A685 on black background.


Color preview on white background

This text has color #C1A685 on white background.



Black color preview on #C1A685 background

This text has black color on #C1A685 background.


White color preview on #C1A685 background

This text has white color on #C1A685 background.