COLOR #C6A19D

HEX: #C6A19D
RGB: (198,161,157)

Color info

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

RGB color model

#C6A19D color RGB value is (198,161,157).

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

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 157 of 255 = 62%

198
161
157

R + G + B ~ 68%. #C6A19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 161 + 157 = 516 (100%)
R 198 of 516 ~ 38.37%
G 161 of 516 ~ 31.2%
B 157 of 516 ~ 30.43%

%38.37
%31.2
%30.43

CMYK color model

#C6A19D color CMYK value is (0,19,21,22).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(0,19,21,22)
C0M19Y21K22 
(0%,19%,21%,22%)
(0.00/0.19/0.21/0.22)	

CMYK percentages

%0
%18.69
%20.71
%22.35

Codes

Color #C6A19D in popluar color models

C6A19D
RGB198161157
HSL26.45%69.61%
HSB/HSV20.71%77.65%
CMYK0.00%18.69%20.71%
22.35%

Color #C6A19D in popluar number systems.

HEXC6A19D
Decimal198161157
Binary110001101010000110011101
Octal306241235

Shades and tints

Shades of #C6A19D

#C6A19D
(198,161,157)
#B4938F
(180,147,143)
#A28581
(162,133,129)
#907773
(144,119,115)
#7E6965
(126,105,101)
#6C5B57
(108,91,87)
#5A4D49
(90,77,73)
#483F3B
(72,63,59)
#36312D
(54,49,45)
#24231F
(36,35,31)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #C6A19D

#C6A19D
(198,161,157)
#CBA9A5
(203,169,165)
#D0B1AD
(208,177,173)
#D5B9B5
(213,185,181)
#DAC1BD
(218,193,189)
#DFC9C5
(223,201,197)
#E4D1CD
(228,209,205)
#E9D9D5
(233,217,213)
#EEE1DD
(238,225,221)
#F3E9E5
(243,233,229)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A19D; }

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

This text font color is #C6A19D.


Background Color

.myBgColor { background-color: #C6A19D; }

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

This div background color is #C6A19D.


Border color

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

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

This div border color is #C6A19D.


Opacity

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

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

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

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

This text has shadow with #C6A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A19D on black background.


Color preview on white background

This text has color #C6A19D on white background.



Black color preview on #C6A19D background

This text has black color on #C6A19D background.


White color preview on #C6A19D background

This text has white color on #C6A19D background.