COLOR #C6B598

HEX: #C6B598
RGB: (198,181,152)

Color info

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

RGB color model

#C6B598 color RGB value is (198,181,152).

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

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 152 of 255 = 60%

198
181
152

R + G + B ~ 70%. #C6B598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 152 = 531 (100%)
R 198 of 531 ~ 37.29%
G 181 of 531 ~ 34.09%
B 152 of 531 ~ 28.63%

%37.29
%34.09
%28.63

CMYK color model

#C6B598 color CMYK value is (0,9,23,22).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 23.23%
  • key color value is 22.35%
CMYK:
(0,9,23,22)
C0M9Y23K22 
(0%,9%,23%,22%)
(0.00/0.09/0.23/0.22)	

CMYK percentages

%0
%8.59
%23.23
%22.35

Codes

Color #C6B598 in popluar color models

C6B598
RGB198181152
HSL38°28.75%68.63%
HSB/HSV38°23.23%77.65%
CMYK0.00%8.59%23.23%
22.35%

Color #C6B598 in popluar number systems.

HEXC6B598
Decimal198181152
Binary110001101011010110011000
Octal306265230

Shades and tints

Shades of #C6B598

#C6B598
(198,181,152)
#B4A58B
(180,165,139)
#A2957E
(162,149,126)
#908571
(144,133,113)
#7E7564
(126,117,100)
#6C6557
(108,101,87)
#5A554A
(90,85,74)
#48453D
(72,69,61)
#363530
(54,53,48)
#242523
(36,37,35)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6B598

#C6B598
(198,181,152)
#CBBBA1
(203,187,161)
#D0C1AA
(208,193,170)
#D5C7B3
(213,199,179)
#DACDBC
(218,205,188)
#DFD3C5
(223,211,197)
#E4D9CE
(228,217,206)
#E9DFD7
(233,223,215)
#EEE5E0
(238,229,224)
#F3EBE9
(243,235,233)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B598; }

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

This text font color is #C6B598.


Background Color

.myBgColor { background-color: #C6B598; }

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

This div background color is #C6B598.


Border color

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

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

This div border color is #C6B598.


Opacity

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

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

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

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

This text has shadow with #C6B598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B598 on black background.


Color preview on white background

This text has color #C6B598 on white background.



Black color preview on #C6B598 background

This text has black color on #C6B598 background.


White color preview on #C6B598 background

This text has white color on #C6B598 background.