COLOR #C6A481

HEX: #C6A481
RGB: (198,164,129)

Color info

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

RGB color model

#C6A481 color RGB value is (198,164,129).

  • red value is 198;
  • green value is 164;
  • blue value is 129.
RGB:
(198,164,129)
(78%,64%,51%)

RGB channels and saturation

R 198 of 255 = 78%
G 164 of 255 = 64%
B 129 of 255 = 51%

198
164
129

R + G + B ~ 64%. #C6A481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 164 + 129 = 491 (100%)
R 198 of 491 ~ 40.33%
G 164 of 491 ~ 33.4%
B 129 of 491 ~ 26.27%

%40.33
%33.4
%26.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.17%
  • yellow value is 34.85%
  • key color value is 22.35%
CMYK:
(0,17,35,22)
C0M17Y35K22 
(0%,17%,35%,22%)
(0.00/0.17/0.35/0.22)	

CMYK percentages

%0
%17.17
%34.85
%22.35

Codes

Color #C6A481 in popluar color models

C6A481
RGB198164129
HSL30°37.70%64.12%
HSB/HSV30°34.85%77.65%
CMYK0.00%17.17%34.85%
22.35%

Color #C6A481 in popluar number systems.

HEXC6A481
Decimal198164129
Binary110001101010010010000001
Octal306244201

Shades and tints

Shades of #C6A481

#C6A481
(198,164,129)
#B49676
(180,150,118)
#A2886B
(162,136,107)
#907A60
(144,122,96)
#7E6C55
(126,108,85)
#6C5E4A
(108,94,74)
#5A503F
(90,80,63)
#484234
(72,66,52)
#363429
(54,52,41)
#24261E
(36,38,30)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #C6A481

#C6A481
(198,164,129)
#CBAC8C
(203,172,140)
#D0B497
(208,180,151)
#D5BCA2
(213,188,162)
#DAC4AD
(218,196,173)
#DFCCB8
(223,204,184)
#E4D4C3
(228,212,195)
#E9DCCE
(233,220,206)
#EEE4D9
(238,228,217)
#F3ECE4
(243,236,228)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A481 color. Also use rgb(198,164,129) instead hex code.

Text Font Color

.myTextColor { color: #C6A481; }

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

This text font color is #C6A481.


Background Color

.myBgColor { background-color: #C6A481; }

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

This div background color is #C6A481.


Border color

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

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

This div border color is #C6A481.


Opacity

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

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

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

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

This text has shadow with #C6A481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A481 on black background.


Color preview on white background

This text has color #C6A481 on white background.



Black color preview on #C6A481 background

This text has black color on #C6A481 background.


White color preview on #C6A481 background

This text has white color on #C6A481 background.