COLOR #C1AFA5

HEX: #C1AFA5 RGB: (193,175,165)

Color info

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

RGB color model

#C1AFA5 color RGB value is (193,175,165).

RGB: (193,175,165) (76%, 69%, 65%)

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 165 of 255 = 65%

193
175
165

R + G + B ~ 70%. #C1AFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 175 + 165 = 533 (100%)
R 193 of 533 ~ 36.21%
G 175 of 533 ~ 32.83%
B 165 of 533 ~ 30.96'%

%36.21
%32.83
%30.96

CMYK color model

#C1AFA5 color CMYK value is (0,9,15,24).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 14.51%
  • key color value is 24.31%
CMYK: (0,9,15,24) C0M9Y15K24 (0%,9%,15%,24%) (0.00/0.09/0.15/0.24) 

CMYK percentages

%0
%9.33
%14.51
%24.31

Codes

Color #C1AFA5 in popluar color models

C1 AF A5
RGB 193 175 165
HSL 21° 18.42% 70.20%
HSB/HSV 21° 14.51% 75.69%
CMYK 0.00% 9.33% 14.51%
24.31%

Color #C1AFA5 in popluar number systems.

HEX C1 AF A5
Decimal 193 175 165
Binary 11000001 10101111 10100101
Octal 301 257 245

Shades and tints

Shades of #C1AFA5

#C1AFA5
(193,175,165)
#B0A096
(176,160,150)
#9F9187
(159,145,135)
#8E8278
(142,130,120)
#7D7369
(125,115,105)
#6C645A
(108,100,90)
#5B554B
(91,85,75)
#4A463C
(74,70,60)
#39372D
(57,55,45)
#28281E
(40,40,30)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #C1AFA5

#C1AFA5
(193,175,165)
#C6B6AD
(198,182,173)
#CBBDB5
(203,189,181)
#D0C4BD
(208,196,189)
#D5CBC5
(213,203,197)
#DAD2CD
(218,210,205)
#DFD9D5
(223,217,213)
#E4E0DD
(228,224,221)
#E9E7E5
(233,231,229)
#EEEEED
(238,238,237)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AFA5; }

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

This text font color is #C1AFA5.

Background Color

.myBgColor { background-color: #C1AFA5; }

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

This div background color is #C1AFA5.

Border color

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

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

This div border color is #C1AFA5.

Opacity

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

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

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

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

This text has shadow with #C1AFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AFA5.

Preview

Color preview on black background

This text has color #C1AFA5 on black background.


Color preview on white background

This text has color #C1AFA5 on white background.


Black color preview on #C1AFA5 background

This text has black color on #C1AFA5 background.


White color preview on #C1AFA5 background

This text has white color on #C1AFA5 background.


Related colors

Complementary color

Complementary color for #hex is #3E505A.


I love getcolorcode.com

Triadic colors

1 #A5C1AF and #AFA5C1 with #C1AFA5 are triadic colors.

2 #A5AFC1 and #AFC1A5 with #C1AFA5 are triadic colors.