COLOR #C1A590

HEX: #C1A590
RGB: (193,165,144)

Color info

#C1A590 contains red, green and blue colors in about the same proportion. Web safe color of #C1A590 is #CC9999 (or #C99).

RGB color model

#C1A590 color RGB value is (193,165,144).

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

RGB channels and saturation

R 193 of 255 = 76%
G 165 of 255 = 65%
B 144 of 255 = 56%

193
165
144

R + G + B ~ 66%. #C1A590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 165 + 144 = 502 (100%)
R 193 of 502 ~ 38.45%
G 165 of 502 ~ 32.87%
B 144 of 502 ~ 28.69%

%38.45
%32.87
%28.69

CMYK color model

#C1A590 color CMYK value is (0,15,25,24).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 25.39%
  • key color value is 24.31%
CMYK:
(0,15,25,24)
C0M15Y25K24 
(0%,15%,25%,24%)
(0.00/0.15/0.25/0.24)	

CMYK percentages

%0
%14.51
%25.39
%24.31

Codes

Color #C1A590 in popluar color models

C1A590
RGB193165144
HSL26°28.32%66.08%
HSB/HSV26°25.39%75.69%
CMYK0.00%14.51%25.39%
24.31%

Color #C1A590 in popluar number systems.

HEXC1A590
Decimal193165144
Binary110000011010010110010000
Octal301245220

Shades and tints

Shades of #C1A590

#C1A590
(193,165,144)
#B09683
(176,150,131)
#9F8776
(159,135,118)
#8E7869
(142,120,105)
#7D695C
(125,105,92)
#6C5A4F
(108,90,79)
#5B4B42
(91,75,66)
#4A3C35
(74,60,53)
#392D28
(57,45,40)
#281E1B
(40,30,27)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #C1A590

#C1A590
(193,165,144)
#C6AD9A
(198,173,154)
#CBB5A4
(203,181,164)
#D0BDAE
(208,189,174)
#D5C5B8
(213,197,184)
#DACDC2
(218,205,194)
#DFD5CC
(223,213,204)
#E4DDD6
(228,221,214)
#E9E5E0
(233,229,224)
#EEEDEA
(238,237,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A590; }

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

This text font color is #C1A590.


Background Color

.myBgColor { background-color: #C1A590; }

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

This div background color is #C1A590.


Border color

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

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

This div border color is #C1A590.


Opacity

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

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

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

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

This text has shadow with #C1A590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A590 on black background.


Color preview on white background

This text has color #C1A590 on white background.



Black color preview on #C1A590 background

This text has black color on #C1A590 background.


White color preview on #C1A590 background

This text has white color on #C1A590 background.