COLOR #C6A59A

HEX: #C6A59A
RGB: (198,165,154)

Color info

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

RGB color model

#C6A59A color RGB value is (198,165,154).

  • red value is 198;
  • green value is 165;
  • blue value is 154.
RGB:
(198,165,154)
(78%,65%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 165 of 255 = 65%
B 154 of 255 = 60%

198
165
154

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

Portions of RGB colors in percentages

R + G + B =
198 + 165 + 154 = 517 (100%)
R 198 of 517 ~ 38.3%
G 165 of 517 ~ 31.91%
B 154 of 517 ~ 29.79%

%38.3
%31.91
%29.79

CMYK color model

#C6A59A color CMYK value is (0,17,22,22).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 22.22%
  • key color value is 22.35%
CMYK:
(0,17,22,22)
C0M17Y22K22 
(0%,17%,22%,22%)
(0.00/0.17/0.22/0.22)	

CMYK percentages

%0
%16.67
%22.22
%22.35

Codes

Color #C6A59A in popluar color models

C6A59A
RGB198165154
HSL15°27.85%69.02%
HSB/HSV15°22.22%77.65%
CMYK0.00%16.67%22.22%
22.35%

Color #C6A59A in popluar number systems.

HEXC6A59A
Decimal198165154
Binary110001101010010110011010
Octal306245232

Shades and tints

Shades of #C6A59A

#C6A59A
(198,165,154)
#B4968C
(180,150,140)
#A2877E
(162,135,126)
#907870
(144,120,112)
#7E6962
(126,105,98)
#6C5A54
(108,90,84)
#5A4B46
(90,75,70)
#483C38
(72,60,56)
#362D2A
(54,45,42)
#241E1C
(36,30,28)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #C6A59A

#C6A59A
(198,165,154)
#CBADA3
(203,173,163)
#D0B5AC
(208,181,172)
#D5BDB5
(213,189,181)
#DAC5BE
(218,197,190)
#DFCDC7
(223,205,199)
#E4D5D0
(228,213,208)
#E9DDD9
(233,221,217)
#EEE5E2
(238,229,226)
#F3EDEB
(243,237,235)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A59A color. Also use rgb(198,165,154) instead hex code.

Text Font Color

.myTextColor { color: #C6A59A; }

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

This text font color is #C6A59A.


Background Color

.myBgColor { background-color: #C6A59A; }

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

This div background color is #C6A59A.


Border color

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

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

This div border color is #C6A59A.


Opacity

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

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

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

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

This text has shadow with #C6A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A59A on black background.


Color preview on white background

This text has color #C6A59A on white background.



Black color preview on #C6A59A background

This text has black color on #C6A59A background.


White color preview on #C6A59A background

This text has white color on #C6A59A background.