COLOR #C5B292

HEX: #C5B292
RGB: (197,178,146)

Color info

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

RGB color model

#C5B292 color RGB value is (197,178,146).

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

RGB channels and saturation

R 197 of 255 = 77%
G 178 of 255 = 70%
B 146 of 255 = 57%

197
178
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 178 + 146 = 521 (100%)
R 197 of 521 ~ 37.81%
G 178 of 521 ~ 34.17%
B 146 of 521 ~ 28.02%

%37.81
%34.17
%28.02

CMYK color model

#C5B292 color CMYK value is (0,10,26,23).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,10,26,23)
C0M10Y26K23 
(0%,10%,26%,23%)
(0.00/0.10/0.26/0.23)	

CMYK percentages

%0
%9.64
%25.89
%22.75

Codes

Color #C5B292 in popluar color models

C5B292
RGB197178146
HSL38°30.54%67.25%
HSB/HSV38°25.89%77.25%
CMYK0.00%9.64%25.89%
22.75%

Color #C5B292 in popluar number systems.

HEXC5B292
Decimal197178146
Binary110001011011001010010010
Octal305262222

Shades and tints

Shades of #C5B292

#C5B292
(197,178,146)
#B4A285
(180,162,133)
#A39278
(163,146,120)
#92826B
(146,130,107)
#81725E
(129,114,94)
#706251
(112,98,81)
#5F5244
(95,82,68)
#4E4237
(78,66,55)
#3D322A
(61,50,42)
#2C221D
(44,34,29)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #C5B292

#C5B292
(197,178,146)
#CAB99B
(202,185,155)
#CFC0A4
(207,192,164)
#D4C7AD
(212,199,173)
#D9CEB6
(217,206,182)
#DED5BF
(222,213,191)
#E3DCC8
(227,220,200)
#E8E3D1
(232,227,209)
#EDEADA
(237,234,218)
#F2F1E3
(242,241,227)
#F7F8EC
(247,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B292; }

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

This text font color is #C5B292.


Background Color

.myBgColor { background-color: #C5B292; }

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

This div background color is #C5B292.


Border color

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

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

This div border color is #C5B292.


Opacity

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

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

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

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

This text has shadow with #C5B292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B292 on black background.


Color preview on white background

This text has color #C5B292 on white background.



Black color preview on #C5B292 background

This text has black color on #C5B292 background.


White color preview on #C5B292 background

This text has white color on #C5B292 background.