COLOR #C1A2A0

HEX: #C1A2A0
RGB: (193,162,160)

Color info

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

RGB color model

#C1A2A0 color RGB value is (193,162,160).

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

RGB channels and saturation

R 193 of 255 = 76%
G 162 of 255 = 64%
B 160 of 255 = 63%

193
162
160

R + G + B ~ 68%. #C1A2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 162 + 160 = 515 (100%)
R 193 of 515 ~ 37.48%
G 162 of 515 ~ 31.46%
B 160 of 515 ~ 31.07%

%37.48
%31.46
%31.07

CMYK color model

#C1A2A0 color CMYK value is (0,16,17,24).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(0,16,17,24)
C0M16Y17K24 
(0%,16%,17%,24%)
(0.00/0.16/0.17/0.24)	

CMYK percentages

%0
%16.06
%17.1
%24.31

Codes

Color #C1A2A0 in popluar color models

C1A2A0
RGB193162160
HSL21.02%69.22%
HSB/HSV17.10%75.69%
CMYK0.00%16.06%17.10%
24.31%

Color #C1A2A0 in popluar number systems.

HEXC1A2A0
Decimal193162160
Binary110000011010001010100000
Octal301242240

Shades and tints

Shades of #C1A2A0

#C1A2A0
(193,162,160)
#B09492
(176,148,146)
#9F8684
(159,134,132)
#8E7876
(142,120,118)
#7D6A68
(125,106,104)
#6C5C5A
(108,92,90)
#5B4E4C
(91,78,76)
#4A403E
(74,64,62)
#393230
(57,50,48)
#282422
(40,36,34)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C1A2A0

#C1A2A0
(193,162,160)
#C6AAA8
(198,170,168)
#CBB2B0
(203,178,176)
#D0BAB8
(208,186,184)
#D5C2C0
(213,194,192)
#DACAC8
(218,202,200)
#DFD2D0
(223,210,208)
#E4DAD8
(228,218,216)
#E9E2E0
(233,226,224)
#EEEAE8
(238,234,232)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A2A0; }

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

This text font color is #C1A2A0.


Background Color

.myBgColor { background-color: #C1A2A0; }

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

This div background color is #C1A2A0.


Border color

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

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

This div border color is #C1A2A0.


Opacity

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

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

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

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

This text has shadow with #C1A2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A2A0 on black background.


Color preview on white background

This text has color #C1A2A0 on white background.



Black color preview on #C1A2A0 background

This text has black color on #C1A2A0 background.


White color preview on #C1A2A0 background

This text has white color on #C1A2A0 background.