COLOR #C6B594

HEX: #C6B594
RGB: (198,181,148)

Color info

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

RGB color model

#C6B594 color RGB value is (198,181,148).

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

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 148 of 255 = 58%

198
181
148

R + G + B ~ 69%. #C6B594 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 148 = 527 (100%)
R 198 of 527 ~ 37.57%
G 181 of 527 ~ 34.35%
B 148 of 527 ~ 28.08%

%37.57
%34.35
%28.08

CMYK color model

#C6B594 color CMYK value is (0,9,25,22).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 25.25%
  • key color value is 22.35%
CMYK:
(0,9,25,22)
C0M9Y25K22 
(0%,9%,25%,22%)
(0.00/0.09/0.25/0.22)	

CMYK percentages

%0
%8.59
%25.25
%22.35

Codes

Color #C6B594 in popluar color models

C6B594
RGB198181148
HSL40°30.49%67.84%
HSB/HSV40°25.25%77.65%
CMYK0.00%8.59%25.25%
22.35%

Color #C6B594 in popluar number systems.

HEXC6B594
Decimal198181148
Binary110001101011010110010100
Octal306265224

Shades and tints

Shades of #C6B594

#C6B594
(198,181,148)
#B4A587
(180,165,135)
#A2957A
(162,149,122)
#90856D
(144,133,109)
#7E7560
(126,117,96)
#6C6553
(108,101,83)
#5A5546
(90,85,70)
#484539
(72,69,57)
#36352C
(54,53,44)
#24251F
(36,37,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6B594

#C6B594
(198,181,148)
#CBBB9D
(203,187,157)
#D0C1A6
(208,193,166)
#D5C7AF
(213,199,175)
#DACDB8
(218,205,184)
#DFD3C1
(223,211,193)
#E4D9CA
(228,217,202)
#E9DFD3
(233,223,211)
#EEE5DC
(238,229,220)
#F3EBE5
(243,235,229)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B594; }

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

This text font color is #C6B594.


Background Color

.myBgColor { background-color: #C6B594; }

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

This div background color is #C6B594.


Border color

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

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

This div border color is #C6B594.


Opacity

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

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

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

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

This text has shadow with #C6B594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B594 on black background.


Color preview on white background

This text has color #C6B594 on white background.



Black color preview on #C6B594 background

This text has black color on #C6B594 background.


White color preview on #C6B594 background

This text has white color on #C6B594 background.