COLOR #C6A281

HEX: #C6A281
RGB: (198,162,129)

Color info

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

RGB color model

#C6A281 color RGB value is (198,162,129).

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

RGB channels and saturation

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

198
162
129

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

Portions of RGB colors in percentages

R + G + B =
198 + 162 + 129 = 489 (100%)
R 198 of 489 ~ 40.49%
G 162 of 489 ~ 33.13%
B 129 of 489 ~ 26.38%

%40.49
%33.13
%26.38

CMYK color model

#C6A281 color CMYK value is (0,18,35,22).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 34.85%
  • key color value is 22.35%
CMYK:
(0,18,35,22)
C0M18Y35K22 
(0%,18%,35%,22%)
(0.00/0.18/0.35/0.22)	

CMYK percentages

%0
%18.18
%34.85
%22.35

Codes

Color #C6A281 in popluar color models

C6A281
RGB198162129
HSL29°37.70%64.12%
HSB/HSV29°34.85%77.65%
CMYK0.00%18.18%34.85%
22.35%

Color #C6A281 in popluar number systems.

HEXC6A281
Decimal198162129
Binary110001101010001010000001
Octal306242201

Shades and tints

Shades of #C6A281

#C6A281
(198,162,129)
#B49476
(180,148,118)
#A2866B
(162,134,107)
#907860
(144,120,96)
#7E6A55
(126,106,85)
#6C5C4A
(108,92,74)
#5A4E3F
(90,78,63)
#484034
(72,64,52)
#363229
(54,50,41)
#24241E
(36,36,30)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6A281

#C6A281
(198,162,129)
#CBAA8C
(203,170,140)
#D0B297
(208,178,151)
#D5BAA2
(213,186,162)
#DAC2AD
(218,194,173)
#DFCAB8
(223,202,184)
#E4D2C3
(228,210,195)
#E9DACE
(233,218,206)
#EEE2D9
(238,226,217)
#F3EAE4
(243,234,228)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A281; }

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

This text font color is #C6A281.


Background Color

.myBgColor { background-color: #C6A281; }

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

This div background color is #C6A281.


Border color

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

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

This div border color is #C6A281.


Opacity

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

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

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

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

This text has shadow with #C6A281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A281 on black background.


Color preview on white background

This text has color #C6A281 on white background.



Black color preview on #C6A281 background

This text has black color on #C6A281 background.


White color preview on #C6A281 background

This text has white color on #C6A281 background.