COLOR #C6A58A

HEX: #C6A58A
RGB: (198,165,138)

Color info

#C6A58A contains mainly red and green colors. Web safe color of #C6A58A is #CC9999 (or #C99).

RGB color model

#C6A58A color RGB value is (198,165,138).

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

RGB channels and saturation

R 198 of 255 = 78%
G 165 of 255 = 65%
B 138 of 255 = 54%

198
165
138

R + G + B ~ 66%. #C6A58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 165 + 138 = 501 (100%)
R 198 of 501 ~ 39.52%
G 165 of 501 ~ 32.93%
B 138 of 501 ~ 27.54%

%39.52
%32.93
%27.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 30.30%
  • key color value is 22.35%
CMYK:
(0,17,30,22)
C0M17Y30K22 
(0%,17%,30%,22%)
(0.00/0.17/0.30/0.22)	

CMYK percentages

%0
%16.67
%30.3
%22.35

Codes

Color #C6A58A in popluar color models

C6A58A
RGB198165138
HSL27°34.48%65.88%
HSB/HSV27°30.30%77.65%
CMYK0.00%16.67%30.30%
22.35%

Color #C6A58A in popluar number systems.

HEXC6A58A
Decimal198165138
Binary110001101010010110001010
Octal306245212

Shades and tints

Shades of #C6A58A

#C6A58A
(198,165,138)
#B4967E
(180,150,126)
#A28772
(162,135,114)
#907866
(144,120,102)
#7E695A
(126,105,90)
#6C5A4E
(108,90,78)
#5A4B42
(90,75,66)
#483C36
(72,60,54)
#362D2A
(54,45,42)
#241E1E
(36,30,30)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #C6A58A

#C6A58A
(198,165,138)
#CBAD94
(203,173,148)
#D0B59E
(208,181,158)
#D5BDA8
(213,189,168)
#DAC5B2
(218,197,178)
#DFCDBC
(223,205,188)
#E4D5C6
(228,213,198)
#E9DDD0
(233,221,208)
#EEE5DA
(238,229,218)
#F3EDE4
(243,237,228)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A58A; }

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

This text font color is #C6A58A.


Background Color

.myBgColor { background-color: #C6A58A; }

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

This div background color is #C6A58A.


Border color

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

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

This div border color is #C6A58A.


Opacity

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

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

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

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

This text has shadow with #C6A58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A58A on black background.


Color preview on white background

This text has color #C6A58A on white background.



Black color preview on #C6A58A background

This text has black color on #C6A58A background.


White color preview on #C6A58A background

This text has white color on #C6A58A background.