COLOR #C1A585

HEX: #C1A585
RGB: (193,165,133)

Color info

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

RGB color model

#C1A585 color RGB value is (193,165,133).

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

RGB channels and saturation

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

193
165
133

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

Portions of RGB colors in percentages

R + G + B =
193 + 165 + 133 = 491 (100%)
R 193 of 491 ~ 39.31%
G 165 of 491 ~ 33.6%
B 133 of 491 ~ 27.09%

%39.31
%33.6
%27.09

CMYK color model

#C1A585 color CMYK value is (0,15,31,24).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 31.09%
  • key color value is 24.31%
CMYK:
(0,15,31,24)
C0M15Y31K24 
(0%,15%,31%,24%)
(0.00/0.15/0.31/0.24)	

CMYK percentages

%0
%14.51
%31.09
%24.31

Codes

Color #C1A585 in popluar color models

C1A585
RGB193165133
HSL32°32.61%63.92%
HSB/HSV32°31.09%75.69%
CMYK0.00%14.51%31.09%
24.31%

Color #C1A585 in popluar number systems.

HEXC1A585
Decimal193165133
Binary110000011010010110000101
Octal301245205

Shades and tints

Shades of #C1A585

#C1A585
(193,165,133)
#B09679
(176,150,121)
#9F876D
(159,135,109)
#8E7861
(142,120,97)
#7D6955
(125,105,85)
#6C5A49
(108,90,73)
#5B4B3D
(91,75,61)
#4A3C31
(74,60,49)
#392D25
(57,45,37)
#281E19
(40,30,25)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #C1A585

#C1A585
(193,165,133)
#C6AD90
(198,173,144)
#CBB59B
(203,181,155)
#D0BDA6
(208,189,166)
#D5C5B1
(213,197,177)
#DACDBC
(218,205,188)
#DFD5C7
(223,213,199)
#E4DDD2
(228,221,210)
#E9E5DD
(233,229,221)
#EEEDE8
(238,237,232)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A585; }

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

This text font color is #C1A585.


Background Color

.myBgColor { background-color: #C1A585; }

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

This div background color is #C1A585.


Border color

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

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

This div border color is #C1A585.


Opacity

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

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

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

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

This text has shadow with #C1A585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A585 on black background.


Color preview on white background

This text has color #C1A585 on white background.



Black color preview on #C1A585 background

This text has black color on #C1A585 background.


White color preview on #C1A585 background

This text has white color on #C1A585 background.