COLOR #C1A088

HEX: #C1A088
RGB: (193,160,136)

Color info

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

RGB color model

#C1A088 color RGB value is (193,160,136).

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

RGB channels and saturation

R 193 of 255 = 76%
G 160 of 255 = 63%
B 136 of 255 = 53%

193
160
136

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

Portions of RGB colors in percentages

R + G + B =
193 + 160 + 136 = 489 (100%)
R 193 of 489 ~ 39.47%
G 160 of 489 ~ 32.72%
B 136 of 489 ~ 27.81%

%39.47
%32.72
%27.81

CMYK color model

#C1A088 color CMYK value is (0,17,30,24).

  • cyan value is 0.00%
  • magenta value is 17.10%
  • yellow value is 29.53%
  • key color value is 24.31%
CMYK:
(0,17,30,24)
C0M17Y30K24 
(0%,17%,30%,24%)
(0.00/0.17/0.30/0.24)	

CMYK percentages

%0
%17.1
%29.53
%24.31

Codes

Color #C1A088 in popluar color models

C1A088
RGB193160136
HSL25°31.49%64.51%
HSB/HSV25°29.53%75.69%
CMYK0.00%17.10%29.53%
24.31%

Color #C1A088 in popluar number systems.

HEXC1A088
Decimal193160136
Binary110000011010000010001000
Octal301240210

Shades and tints

Shades of #C1A088

#C1A088
(193,160,136)
#B0927C
(176,146,124)
#9F8470
(159,132,112)
#8E7664
(142,118,100)
#7D6858
(125,104,88)
#6C5A4C
(108,90,76)
#5B4C40
(91,76,64)
#4A3E34
(74,62,52)
#393028
(57,48,40)
#28221C
(40,34,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #C1A088

#C1A088
(193,160,136)
#C6A892
(198,168,146)
#CBB09C
(203,176,156)
#D0B8A6
(208,184,166)
#D5C0B0
(213,192,176)
#DAC8BA
(218,200,186)
#DFD0C4
(223,208,196)
#E4D8CE
(228,216,206)
#E9E0D8
(233,224,216)
#EEE8E2
(238,232,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A088; }

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

This text font color is #C1A088.


Background Color

.myBgColor { background-color: #C1A088; }

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

This div background color is #C1A088.


Border color

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

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

This div border color is #C1A088.


Opacity

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

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

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

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

This text has shadow with #C1A088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A088 on black background.


Color preview on white background

This text has color #C1A088 on white background.



Black color preview on #C1A088 background

This text has black color on #C1A088 background.


White color preview on #C1A088 background

This text has white color on #C1A088 background.