COLOR #C6B094

HEX: #C6B094
RGB: (198,176,148)

Color info

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

RGB color model

#C6B094 color RGB value is (198,176,148).

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

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 148 of 255 = 58%

198
176
148

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

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 148 = 522 (100%)
R 198 of 522 ~ 37.93%
G 176 of 522 ~ 33.72%
B 148 of 522 ~ 28.35%

%37.93
%33.72
%28.35

CMYK color model

#C6B094 color CMYK value is (0,11,25,22).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 25.25%
  • key color value is 22.35%
CMYK:
(0,11,25,22)
C0M11Y25K22 
(0%,11%,25%,22%)
(0.00/0.11/0.25/0.22)	

CMYK percentages

%0
%11.11
%25.25
%22.35

Codes

Color #C6B094 in popluar color models

C6B094
RGB198176148
HSL34°30.49%67.84%
HSB/HSV34°25.25%77.65%
CMYK0.00%11.11%25.25%
22.35%

Color #C6B094 in popluar number systems.

HEXC6B094
Decimal198176148
Binary110001101011000010010100
Octal306260224

Shades and tints

Shades of #C6B094

#C6B094
(198,176,148)
#B4A087
(180,160,135)
#A2907A
(162,144,122)
#90806D
(144,128,109)
#7E7060
(126,112,96)
#6C6053
(108,96,83)
#5A5046
(90,80,70)
#484039
(72,64,57)
#36302C
(54,48,44)
#24201F
(36,32,31)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #C6B094

#C6B094
(198,176,148)
#CBB79D
(203,183,157)
#D0BEA6
(208,190,166)
#D5C5AF
(213,197,175)
#DACCB8
(218,204,184)
#DFD3C1
(223,211,193)
#E4DACA
(228,218,202)
#E9E1D3
(233,225,211)
#EEE8DC
(238,232,220)
#F3EFE5
(243,239,229)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B094; }

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

This text font color is #C6B094.


Background Color

.myBgColor { background-color: #C6B094; }

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

This div background color is #C6B094.


Border color

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

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

This div border color is #C6B094.


Opacity

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

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

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

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

This text has shadow with #C6B094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B094 on black background.


Color preview on white background

This text has color #C6B094 on white background.



Black color preview on #C6B094 background

This text has black color on #C6B094 background.


White color preview on #C6B094 background

This text has white color on #C6B094 background.