COLOR #C6B38D

HEX: #C6B38D
RGB: (198,179,141)

Color info

#C6B38D contains red, green and blue colors in about the same proportion. Web safe color of #C6B38D is #CC9999 (or #C99).

RGB color model

#C6B38D color RGB value is (198,179,141).

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

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 141 of 255 = 55%

198
179
141

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

Portions of RGB colors in percentages

R + G + B =
198 + 179 + 141 = 518 (100%)
R 198 of 518 ~ 38.22%
G 179 of 518 ~ 34.56%
B 141 of 518 ~ 27.22%

%38.22
%34.56
%27.22

CMYK color model

#C6B38D color CMYK value is (0,10,29,22).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(0,10,29,22)
C0M10Y29K22 
(0%,10%,29%,22%)
(0.00/0.10/0.29/0.22)	

CMYK percentages

%0
%9.6
%28.79
%22.35

Codes

Color #C6B38D in popluar color models

C6B38D
RGB198179141
HSL40°33.33%66.47%
HSB/HSV40°28.79%77.65%
CMYK0.00%9.60%28.79%
22.35%

Color #C6B38D in popluar number systems.

HEXC6B38D
Decimal198179141
Binary110001101011001110001101
Octal306263215

Shades and tints

Shades of #C6B38D

#C6B38D
(198,179,141)
#B4A381
(180,163,129)
#A29375
(162,147,117)
#908369
(144,131,105)
#7E735D
(126,115,93)
#6C6351
(108,99,81)
#5A5345
(90,83,69)
#484339
(72,67,57)
#36332D
(54,51,45)
#242321
(36,35,33)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #C6B38D

#C6B38D
(198,179,141)
#CBB997
(203,185,151)
#D0BFA1
(208,191,161)
#D5C5AB
(213,197,171)
#DACBB5
(218,203,181)
#DFD1BF
(223,209,191)
#E4D7C9
(228,215,201)
#E9DDD3
(233,221,211)
#EEE3DD
(238,227,221)
#F3E9E7
(243,233,231)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B38D; }

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

This text font color is #C6B38D.


Background Color

.myBgColor { background-color: #C6B38D; }

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

This div background color is #C6B38D.


Border color

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

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

This div border color is #C6B38D.


Opacity

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

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

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

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

This text has shadow with #C6B38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B38D on black background.


Color preview on white background

This text has color #C6B38D on white background.



Black color preview on #C6B38D background

This text has black color on #C6B38D background.


White color preview on #C6B38D background

This text has white color on #C6B38D background.