COLOR #C6A773

HEX: #C6A773
RGB: (198,167,115)

Color info

#C6A773 contains mainly red and green colors. Web safe color of #C6A773 is #CC9966 (or #C96).

RGB color model

#C6A773 color RGB value is (198,167,115).

  • red value is 198;
  • green value is 167;
  • blue value is 115.
RGB:
(198,167,115)
(78%,65%,45%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 115 of 255 = 45%

198
167
115

R + G + B ~ 63%. #C6A773 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 115 = 480 (100%)
R 198 of 480 ~ 41.25%
G 167 of 480 ~ 34.79%
B 115 of 480 ~ 23.96%

%41.25
%34.79
%23.96

CMYK color model

#C6A773 color CMYK value is (0,16,42,22).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 41.92%
  • key color value is 22.35%
CMYK:
(0,16,42,22)
C0M16Y42K22 
(0%,16%,42%,22%)
(0.00/0.16/0.42/0.22)	

CMYK percentages

%0
%15.66
%41.92
%22.35

Codes

Color #C6A773 in popluar color models

C6A773
RGB198167115
HSL38°42.13%61.37%
HSB/HSV38°41.92%77.65%
CMYK0.00%15.66%41.92%
22.35%

Color #C6A773 in popluar number systems.

HEXC6A773
Decimal198167115
Binary11000110101001111110011
Octal306247163

Shades and tints

Shades of #C6A773

#C6A773
(198,167,115)
#B49869
(180,152,105)
#A2895F
(162,137,95)
#907A55
(144,122,85)
#7E6B4B
(126,107,75)
#6C5C41
(108,92,65)
#5A4D37
(90,77,55)
#483E2D
(72,62,45)
#362F23
(54,47,35)
#242019
(36,32,25)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #C6A773

#C6A773
(198,167,115)
#CBAF7F
(203,175,127)
#D0B78B
(208,183,139)
#D5BF97
(213,191,151)
#DAC7A3
(218,199,163)
#DFCFAF
(223,207,175)
#E4D7BB
(228,215,187)
#E9DFC7
(233,223,199)
#EEE7D3
(238,231,211)
#F3EFDF
(243,239,223)
#F8F7EB
(248,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A773 color. Also use rgb(198,167,115) instead hex code.

Text Font Color

.myTextColor { color: #C6A773; }

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

This text font color is #C6A773.


Background Color

.myBgColor { background-color: #C6A773; }

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

This div background color is #C6A773.


Border color

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

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

This div border color is #C6A773.


Opacity

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

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

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

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

This text has shadow with #C6A773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A773 on black background.


Color preview on white background

This text has color #C6A773 on white background.



Black color preview on #C6A773 background

This text has black color on #C6A773 background.


White color preview on #C6A773 background

This text has white color on #C6A773 background.