COLOR #C6AFA3

HEX: #C6AFA3 RGB: (198,175,163)

Color info

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

RGB color model

#C6AFA3 color RGB value is (198,175,163).

RGB: (198,175,163) (78%, 69%, 64%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 163 of 255 = 64%

198
175
163

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

Portions of RGB colors in percentages

R + G + B = 198 + 175 + 163 = 536 (100%)
R 198 of 536 ~ 36.94%
G 175 of 536 ~ 32.65%
B 163 of 536 ~ 30.41'%

%36.94
%32.65
%30.41

CMYK color model

#C6AFA3 color CMYK value is (0,12,18,22).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK: (0,12,18,22) C0M12Y18K22 (0%,12%,18%,22%) (0.00/0.12/0.18/0.22) 

CMYK percentages

%0
%11.62
%17.68
%22.35

Codes

Color #C6AFA3 in popluar color models

C6 AF A3
RGB 198 175 163
HSL 21° 23.49% 70.78%
HSB/HSV 21° 17.68% 77.65%
CMYK 0.00% 11.62% 17.68%
22.35%

Color #C6AFA3 in popluar number systems.

HEX C6 AF A3
Decimal 198 175 163
Binary 11000110 10101111 10100011
Octal 306 257 243

Shades and tints

Shades of #C6AFA3

#C6AFA3
(198,175,163)
#B4A095
(180,160,149)
#A29187
(162,145,135)
#908279
(144,130,121)
#7E736B
(126,115,107)
#6C645D
(108,100,93)
#5A554F
(90,85,79)
#484641
(72,70,65)
#363733
(54,55,51)
#242825
(36,40,37)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6AFA3

#C6AFA3
(198,175,163)
#CBB6AB
(203,182,171)
#D0BDB3
(208,189,179)
#D5C4BB
(213,196,187)
#DACBC3
(218,203,195)
#DFD2CB
(223,210,203)
#E4D9D3
(228,217,211)
#E9E0DB
(233,224,219)
#EEE7E3
(238,231,227)
#F3EEEB
(243,238,235)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AFA3 color. Also use rgb(198,175,163) instead hex code.

Text Font Color

.myTextColor { color: #C6AFA3; }

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

This text font color is #C6AFA3.

Background Color

.myBgColor { background-color: #C6AFA3; }

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

This div background color is #C6AFA3.

Border color

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

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

This div border color is #C6AFA3.

Opacity

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

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

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

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

This text has shadow with #C6AFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AFA3.

Preview

Color preview on black background

This text has color #C6AFA3 on black background.


Color preview on white background

This text has color #C6AFA3 on white background.


Black color preview on #C6AFA3 background

This text has black color on #C6AFA3 background.


White color preview on #C6AFA3 background

This text has white color on #C6AFA3 background.


Related colors

Complementary color

Complementary color for #hex is #39505C.


I love getcolorcode.com

Triadic colors

1 #A3C6AF and #AFA3C6 with #C6AFA3 are triadic colors.

2 #A3AFC6 and #AFC6A3 with #C6AFA3 are triadic colors.