COLOR #C1A090

HEX: #C1A090
RGB: (193,160,144)

Color info

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

RGB color model

#C1A090 color RGB value is (193,160,144).

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

RGB channels and saturation

R 193 of 255 = 76%
G 160 of 255 = 63%
B 144 of 255 = 56%

193
160
144

R + G + B ~ 65%. #C1A090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 160 + 144 = 497 (100%)
R 193 of 497 ~ 38.83%
G 160 of 497 ~ 32.19%
B 144 of 497 ~ 28.97%

%38.83
%32.19
%28.97

CMYK color model

#C1A090 color CMYK value is (0,17,25,24).

  • cyan value is 0.00%
  • magenta value is 17.10%
  • yellow value is 25.39%
  • key color value is 24.31%
CMYK:
(0,17,25,24)
C0M17Y25K24 
(0%,17%,25%,24%)
(0.00/0.17/0.25/0.24)	

CMYK percentages

%0
%17.1
%25.39
%24.31

Codes

Color #C1A090 in popluar color models

C1A090
RGB193160144
HSL20°28.32%66.08%
HSB/HSV20°25.39%75.69%
CMYK0.00%17.10%25.39%
24.31%

Color #C1A090 in popluar number systems.

HEXC1A090
Decimal193160144
Binary110000011010000010010000
Octal301240220

Shades and tints

Shades of #C1A090

#C1A090
(193,160,144)
#B09283
(176,146,131)
#9F8476
(159,132,118)
#8E7669
(142,118,105)
#7D685C
(125,104,92)
#6C5A4F
(108,90,79)
#5B4C42
(91,76,66)
#4A3E35
(74,62,53)
#393028
(57,48,40)
#28221B
(40,34,27)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #C1A090

#C1A090
(193,160,144)
#C6A89A
(198,168,154)
#CBB0A4
(203,176,164)
#D0B8AE
(208,184,174)
#D5C0B8
(213,192,184)
#DAC8C2
(218,200,194)
#DFD0CC
(223,208,204)
#E4D8D6
(228,216,214)
#E9E0E0
(233,224,224)
#EEE8EA
(238,232,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A090; }

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

This text font color is #C1A090.


Background Color

.myBgColor { background-color: #C1A090; }

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

This div background color is #C1A090.


Border color

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

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

This div border color is #C1A090.


Opacity

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

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

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

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

This text has shadow with #C1A090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A090 on black background.


Color preview on white background

This text has color #C1A090 on white background.



Black color preview on #C1A090 background

This text has black color on #C1A090 background.


White color preview on #C1A090 background

This text has white color on #C1A090 background.