COLOR #C6B790

HEX: #C6B790
RGB: (198,183,144)

Color info

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

RGB color model

#C6B790 color RGB value is (198,183,144).

  • red value is 198;
  • green value is 183;
  • blue value is 144.
RGB:
(198,183,144)
(78%,72%,56%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 144 of 255 = 56%

198
183
144

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

Portions of RGB colors in percentages

R + G + B =
198 + 183 + 144 = 525 (100%)
R 198 of 525 ~ 37.71%
G 183 of 525 ~ 34.86%
B 144 of 525 ~ 27.43%

%37.71
%34.86
%27.43

CMYK color model

#C6B790 color CMYK value is (0,8,27,22).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(0,8,27,22)
C0M8Y27K22 
(0%,8%,27%,22%)
(0.00/0.08/0.27/0.22)	

CMYK percentages

%0
%7.58
%27.27
%22.35

Codes

Color #C6B790 in popluar color models

C6B790
RGB198183144
HSL43°32.14%67.06%
HSB/HSV43°27.27%77.65%
CMYK0.00%7.58%27.27%
22.35%

Color #C6B790 in popluar number systems.

HEXC6B790
Decimal198183144
Binary110001101011011110010000
Octal306267220

Shades and tints

Shades of #C6B790

#C6B790
(198,183,144)
#B4A783
(180,167,131)
#A29776
(162,151,118)
#908769
(144,135,105)
#7E775C
(126,119,92)
#6C674F
(108,103,79)
#5A5742
(90,87,66)
#484735
(72,71,53)
#363728
(54,55,40)
#24271B
(36,39,27)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #C6B790

#C6B790
(198,183,144)
#CBBD9A
(203,189,154)
#D0C3A4
(208,195,164)
#D5C9AE
(213,201,174)
#DACFB8
(218,207,184)
#DFD5C2
(223,213,194)
#E4DBCC
(228,219,204)
#E9E1D6
(233,225,214)
#EEE7E0
(238,231,224)
#F3EDEA
(243,237,234)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B790 color. Also use rgb(198,183,144) instead hex code.

Text Font Color

.myTextColor { color: #C6B790; }

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

This text font color is #C6B790.


Background Color

.myBgColor { background-color: #C6B790; }

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

This div background color is #C6B790.


Border color

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

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

This div border color is #C6B790.


Opacity

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

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

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

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

This text has shadow with #C6B790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B790 on black background.


Color preview on white background

This text has color #C6B790 on white background.



Black color preview on #C6B790 background

This text has black color on #C6B790 background.


White color preview on #C6B790 background

This text has white color on #C6B790 background.