COLOR #C5B992

HEX: #C5B992
RGB: (197,185,146)

Color info

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

RGB color model

#C5B992 color RGB value is (197,185,146).

  • red value is 197;
  • green value is 185;
  • blue value is 146.
RGB:
(197,185,146)
(77%,73%,57%)

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 146 of 255 = 57%

197
185
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 146 = 528 (100%)
R 197 of 528 ~ 37.31%
G 185 of 528 ~ 35.04%
B 146 of 528 ~ 27.65%

%37.31
%35.04
%27.65

CMYK color model

#C5B992 color CMYK value is (0,6,26,23).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,6,26,23)
C0M6Y26K23 
(0%,6%,26%,23%)
(0.00/0.06/0.26/0.23)	

CMYK percentages

%0
%6.09
%25.89
%22.75

Codes

Color #C5B992 in popluar color models

C5B992
RGB197185146
HSL46°30.54%67.25%
HSB/HSV46°25.89%77.25%
CMYK0.00%6.09%25.89%
22.75%

Color #C5B992 in popluar number systems.

HEXC5B992
Decimal197185146
Binary110001011011100110010010
Octal305271222

Shades and tints

Shades of #C5B992

#C5B992
(197,185,146)
#B4A985
(180,169,133)
#A39978
(163,153,120)
#92896B
(146,137,107)
#81795E
(129,121,94)
#706951
(112,105,81)
#5F5944
(95,89,68)
#4E4937
(78,73,55)
#3D392A
(61,57,42)
#2C291D
(44,41,29)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #C5B992

#C5B992
(197,185,146)
#CABF9B
(202,191,155)
#CFC5A4
(207,197,164)
#D4CBAD
(212,203,173)
#D9D1B6
(217,209,182)
#DED7BF
(222,215,191)
#E3DDC8
(227,221,200)
#E8E3D1
(232,227,209)
#EDE9DA
(237,233,218)
#F2EFE3
(242,239,227)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B992 color. Also use rgb(197,185,146) instead hex code.

Text Font Color

.myTextColor { color: #C5B992; }

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

This text font color is #C5B992.


Background Color

.myBgColor { background-color: #C5B992; }

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

This div background color is #C5B992.


Border color

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

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

This div border color is #C5B992.


Opacity

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

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

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

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

This text has shadow with #C5B992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B992 on black background.


Color preview on white background

This text has color #C5B992 on white background.



Black color preview on #C5B992 background

This text has black color on #C5B992 background.


White color preview on #C5B992 background

This text has white color on #C5B992 background.