COLOR #C6A1AF

HEX: #C6A1AF
RGB: (198,161,175)

Color info

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

RGB color model

#C6A1AF color RGB value is (198,161,175).

  • red value is 198;
  • green value is 161;
  • blue value is 175.
RGB:
(198,161,175)
(78%,63%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 175 of 255 = 69%

198
161
175

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

Portions of RGB colors in percentages

R + G + B =
198 + 161 + 175 = 534 (100%)
R 198 of 534 ~ 37.08%
G 161 of 534 ~ 30.15%
B 175 of 534 ~ 32.77%

%37.08
%30.15
%32.77

CMYK color model

#C6A1AF color CMYK value is (0,19,12,22).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(0,19,12,22)
C0M19Y12K22 
(0%,19%,12%,22%)
(0.00/0.19/0.12/0.22)	

CMYK percentages

%0
%18.69
%11.62
%22.35

Codes

Color #C6A1AF in popluar color models

C6A1AF
RGB198161175
HSL337°24.50%70.39%
HSB/HSV337°18.69%77.65%
CMYK0.00%18.69%11.62%
22.35%

Color #C6A1AF in popluar number systems.

HEXC6A1AF
Decimal198161175
Binary110001101010000110101111
Octal306241257

Shades and tints

Shades of #C6A1AF

#C6A1AF
(198,161,175)
#B493A0
(180,147,160)
#A28591
(162,133,145)
#907782
(144,119,130)
#7E6973
(126,105,115)
#6C5B64
(108,91,100)
#5A4D55
(90,77,85)
#483F46
(72,63,70)
#363137
(54,49,55)
#242328
(36,35,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #C6A1AF

#C6A1AF
(198,161,175)
#CBA9B6
(203,169,182)
#D0B1BD
(208,177,189)
#D5B9C4
(213,185,196)
#DAC1CB
(218,193,203)
#DFC9D2
(223,201,210)
#E4D1D9
(228,209,217)
#E9D9E0
(233,217,224)
#EEE1E7
(238,225,231)
#F3E9EE
(243,233,238)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A1AF; }

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

This text font color is #C6A1AF.


Background Color

.myBgColor { background-color: #C6A1AF; }

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

This div background color is #C6A1AF.


Border color

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

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

This div border color is #C6A1AF.


Opacity

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

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

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

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

This text has shadow with #C6A1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A1AF on black background.


Color preview on white background

This text has color #C6A1AF on white background.



Black color preview on #C6A1AF background

This text has black color on #C6A1AF background.


White color preview on #C6A1AF background

This text has white color on #C6A1AF background.