COLOR #C1AFA0

HEX: #C1AFA0
RGB: (193,175,160)

Color info

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

RGB color model

#C1AFA0 color RGB value is (193,175,160).

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

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 160 of 255 = 63%

193
175
160

R + G + B ~ 69%. #C1AFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 175 + 160 = 528 (100%)
R 193 of 528 ~ 36.55%
G 175 of 528 ~ 33.14%
B 160 of 528 ~ 30.3%

%36.55
%33.14
%30.3

CMYK color model

#C1AFA0 color CMYK value is (0,9,17,24).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(0,9,17,24)
C0M9Y17K24 
(0%,9%,17%,24%)
(0.00/0.09/0.17/0.24)	

CMYK percentages

%0
%9.33
%17.1
%24.31

Codes

Color #C1AFA0 in popluar color models

C1AFA0
RGB193175160
HSL27°21.02%69.22%
HSB/HSV27°17.10%75.69%
CMYK0.00%9.33%17.10%
24.31%

Color #C1AFA0 in popluar number systems.

HEXC1AFA0
Decimal193175160
Binary110000011010111110100000
Octal301257240

Shades and tints

Shades of #C1AFA0

#C1AFA0
(193,175,160)
#B0A092
(176,160,146)
#9F9184
(159,145,132)
#8E8276
(142,130,118)
#7D7368
(125,115,104)
#6C645A
(108,100,90)
#5B554C
(91,85,76)
#4A463E
(74,70,62)
#393730
(57,55,48)
#282822
(40,40,34)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #C1AFA0

#C1AFA0
(193,175,160)
#C6B6A8
(198,182,168)
#CBBDB0
(203,189,176)
#D0C4B8
(208,196,184)
#D5CBC0
(213,203,192)
#DAD2C8
(218,210,200)
#DFD9D0
(223,217,208)
#E4E0D8
(228,224,216)
#E9E7E0
(233,231,224)
#EEEEE8
(238,238,232)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AFA0; }

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

This text font color is #C1AFA0.


Background Color

.myBgColor { background-color: #C1AFA0; }

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

This div background color is #C1AFA0.


Border color

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

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

This div border color is #C1AFA0.


Opacity

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

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

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

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

This text has shadow with #C1AFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AFA0 on black background.


Color preview on white background

This text has color #C1AFA0 on white background.



Black color preview on #C1AFA0 background

This text has black color on #C1AFA0 background.


White color preview on #C1AFA0 background

This text has white color on #C1AFA0 background.