COLOR #C6B891

HEX: #C6B891
RGB: (198,184,145)

Color info

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

RGB color model

#C6B891 color RGB value is (198,184,145).

  • red value is 198;
  • green value is 184;
  • blue value is 145.
RGB:
(198,184,145)
(78%,72%,57%)

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 145 of 255 = 57%

198
184
145

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

Portions of RGB colors in percentages

R + G + B =
198 + 184 + 145 = 527 (100%)
R 198 of 527 ~ 37.57%
G 184 of 527 ~ 34.91%
B 145 of 527 ~ 27.51%

%37.57
%34.91
%27.51

CMYK color model

#C6B891 color CMYK value is (0,7,27,22).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 26.77%
  • key color value is 22.35%
CMYK:
(0,7,27,22)
C0M7Y27K22 
(0%,7%,27%,22%)
(0.00/0.07/0.27/0.22)	

CMYK percentages

%0
%7.07
%26.77
%22.35

Codes

Color #C6B891 in popluar color models

C6B891
RGB198184145
HSL44°31.74%67.25%
HSB/HSV44°26.77%77.65%
CMYK0.00%7.07%26.77%
22.35%

Color #C6B891 in popluar number systems.

HEXC6B891
Decimal198184145
Binary110001101011100010010001
Octal306270221

Shades and tints

Shades of #C6B891

#C6B891
(198,184,145)
#B4A884
(180,168,132)
#A29877
(162,152,119)
#90886A
(144,136,106)
#7E785D
(126,120,93)
#6C6850
(108,104,80)
#5A5843
(90,88,67)
#484836
(72,72,54)
#363829
(54,56,41)
#24281C
(36,40,28)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #C6B891

#C6B891
(198,184,145)
#CBBE9B
(203,190,155)
#D0C4A5
(208,196,165)
#D5CAAF
(213,202,175)
#DAD0B9
(218,208,185)
#DFD6C3
(223,214,195)
#E4DCCD
(228,220,205)
#E9E2D7
(233,226,215)
#EEE8E1
(238,232,225)
#F3EEEB
(243,238,235)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B891 color. Also use rgb(198,184,145) instead hex code.

Text Font Color

.myTextColor { color: #C6B891; }

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

This text font color is #C6B891.


Background Color

.myBgColor { background-color: #C6B891; }

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

This div background color is #C6B891.


Border color

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

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

This div border color is #C6B891.


Opacity

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

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

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

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

This text has shadow with #C6B891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B891 on black background.


Color preview on white background

This text has color #C6B891 on white background.



Black color preview on #C6B891 background

This text has black color on #C6B891 background.


White color preview on #C6B891 background

This text has white color on #C6B891 background.