COLOR #C1AFA4

HEX: #C1AFA4 RGB: (193,175,164)

Color info

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

RGB color model

#C1AFA4 color RGB value is (193,175,164).

RGB: (193,175,164) (76%, 69%, 64%)

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 164 of 255 = 64%

193
175
164

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

Portions of RGB colors in percentages

R + G + B = 193 + 175 + 164 = 532 (100%)
R 193 of 532 ~ 36.28%
G 175 of 532 ~ 32.89%
B 164 of 532 ~ 30.83'%

%36.28
%32.89
%30.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 15.03%
  • 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
%15.03
%24.31

Codes

Color #C1AFA4 in popluar color models

C1 AF A4
RGB 193 175 164
HSL 23° 18.95% 70.00%
HSB/HSV 23° 15.03% 75.69%
CMYK 0.00% 9.33% 15.03%
24.31%

Color #C1AFA4 in popluar number systems.

HEX C1 AF A4
Decimal 193 175 164
Binary 11000001 10101111 10100100
Octal 301 257 244

Shades and tints

Shades of #C1AFA4

#C1AFA4
(193,175,164)
#B0A096
(176,160,150)
#9F9188
(159,145,136)
#8E827A
(142,130,122)
#7D736C
(125,115,108)
#6C645E
(108,100,94)
#5B5550
(91,85,80)
#4A4642
(74,70,66)
#393734
(57,55,52)
#282826
(40,40,38)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #C1AFA4

#C1AFA4
(193,175,164)
#C6B6AC
(198,182,172)
#CBBDB4
(203,189,180)
#D0C4BC
(208,196,188)
#D5CBC4
(213,203,196)
#DAD2CC
(218,210,204)
#DFD9D4
(223,217,212)
#E4E0DC
(228,224,220)
#E9E7E4
(233,231,228)
#EEEEEC
(238,238,236)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AFA4; }

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

This text font color is #C1AFA4.

Background Color

.myBgColor { background-color: #C1AFA4; }

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

This div background color is #C1AFA4.

Border color

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

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

This div border color is #C1AFA4.

Opacity

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

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

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

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

This text has shadow with #C1AFA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AFA4.

Preview

Color preview on black background

This text has color #C1AFA4 on black background.


Color preview on white background

This text has color #C1AFA4 on white background.


Black color preview on #C1AFA4 background

This text has black color on #C1AFA4 background.


White color preview on #C1AFA4 background

This text has white color on #C1AFA4 background.


Related colors

Complementary color

Complementary color for #hex is #3E505B.


I love getcolorcode.com

Triadic colors

1 #A4C1AF and #AFA4C1 with #C1AFA4 are triadic colors.

2 #A4AFC1 and #AFC1A4 with #C1AFA4 are triadic colors.