COLOR #C6B58D

HEX: #C6B58D
RGB: (198,181,141)

Color info

#C6B58D contains red, green and blue colors in about the same proportion. Web safe color of #C6B58D is #CCCC99 (or #CC9).

RGB color model

#C6B58D color RGB value is (198,181,141).

  • red value is 198;
  • green value is 181;
  • blue value is 141.
RGB:
(198,181,141)
(78%,71%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 141 of 255 = 55%

198
181
141

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

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 141 = 520 (100%)
R 198 of 520 ~ 38.08%
G 181 of 520 ~ 34.81%
B 141 of 520 ~ 27.12%

%38.08
%34.81
%27.12

CMYK color model

#C6B58D color CMYK value is (0,9,29,22).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(0,9,29,22)
C0M9Y29K22 
(0%,9%,29%,22%)
(0.00/0.09/0.29/0.22)	

CMYK percentages

%0
%8.59
%28.79
%22.35

Codes

Color #C6B58D in popluar color models

C6B58D
RGB198181141
HSL42°33.33%66.47%
HSB/HSV42°28.79%77.65%
CMYK0.00%8.59%28.79%
22.35%

Color #C6B58D in popluar number systems.

HEXC6B58D
Decimal198181141
Binary110001101011010110001101
Octal306265215

Shades and tints

Shades of #C6B58D

#C6B58D
(198,181,141)
#B4A581
(180,165,129)
#A29575
(162,149,117)
#908569
(144,133,105)
#7E755D
(126,117,93)
#6C6551
(108,101,81)
#5A5545
(90,85,69)
#484539
(72,69,57)
#36352D
(54,53,45)
#242521
(36,37,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #C6B58D

#C6B58D
(198,181,141)
#CBBB97
(203,187,151)
#D0C1A1
(208,193,161)
#D5C7AB
(213,199,171)
#DACDB5
(218,205,181)
#DFD3BF
(223,211,191)
#E4D9C9
(228,217,201)
#E9DFD3
(233,223,211)
#EEE5DD
(238,229,221)
#F3EBE7
(243,235,231)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B58D color. Also use rgb(198,181,141) instead hex code.

Text Font Color

.myTextColor { color: #C6B58D; }

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

This text font color is #C6B58D.


Background Color

.myBgColor { background-color: #C6B58D; }

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

This div background color is #C6B58D.


Border color

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

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

This div border color is #C6B58D.


Opacity

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

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

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

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

This text has shadow with #C6B58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B58D on black background.


Color preview on white background

This text has color #C6B58D on white background.



Black color preview on #C6B58D background

This text has black color on #C6B58D background.


White color preview on #C6B58D background

This text has white color on #C6B58D background.