COLOR #C5B185

HEX: #C5B185
RGB: (197,177,133)

Color info

#C5B185 contains mainly red and green colors. Web safe color of #C5B185 is #CC9999 (or #C99).

RGB color model

#C5B185 color RGB value is (197,177,133).

  • red value is 197;
  • green value is 177;
  • blue value is 133.
RGB:
(197,177,133)
(77%,69%,52%)

RGB channels and saturation

R 197 of 255 = 77%
G 177 of 255 = 69%
B 133 of 255 = 52%

197
177
133

R + G + B ~ 66%. #C5B185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 177 + 133 = 507 (100%)
R 197 of 507 ~ 38.86%
G 177 of 507 ~ 34.91%
B 133 of 507 ~ 26.23%

%38.86
%34.91
%26.23

CMYK color model

#C5B185 color CMYK value is (0,10,32,23).

  • cyan value is 0.00%
  • magenta value is 10.15%
  • yellow value is 32.49%
  • key color value is 22.75%
CMYK:
(0,10,32,23)
C0M10Y32K23 
(0%,10%,32%,23%)
(0.00/0.10/0.32/0.23)	

CMYK percentages

%0
%10.15
%32.49
%22.75

Codes

Color #C5B185 in popluar color models

C5B185
RGB197177133
HSL41°35.56%64.71%
HSB/HSV41°32.49%77.25%
CMYK0.00%10.15%32.49%
22.75%

Color #C5B185 in popluar number systems.

HEXC5B185
Decimal197177133
Binary110001011011000110000101
Octal305261205

Shades and tints

Shades of #C5B185

#C5B185
(197,177,133)
#B4A179
(180,161,121)
#A3916D
(163,145,109)
#928161
(146,129,97)
#817155
(129,113,85)
#706149
(112,97,73)
#5F513D
(95,81,61)
#4E4131
(78,65,49)
#3D3125
(61,49,37)
#2C2119
(44,33,25)
#1B110D
(27,17,13)
#000000
(0,0,0)

Tints of #C5B185

#C5B185
(197,177,133)
#CAB890
(202,184,144)
#CFBF9B
(207,191,155)
#D4C6A6
(212,198,166)
#D9CDB1
(217,205,177)
#DED4BC
(222,212,188)
#E3DBC7
(227,219,199)
#E8E2D2
(232,226,210)
#EDE9DD
(237,233,221)
#F2F0E8
(242,240,232)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B185 color. Also use rgb(197,177,133) instead hex code.

Text Font Color

.myTextColor { color: #C5B185; }

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

This text font color is #C5B185.


Background Color

.myBgColor { background-color: #C5B185; }

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

This div background color is #C5B185.


Border color

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

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

This div border color is #C5B185.


Opacity

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

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

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

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

This text has shadow with #C5B185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B185 on black background.


Color preview on white background

This text has color #C5B185 on white background.



Black color preview on #C5B185 background

This text has black color on #C5B185 background.


White color preview on #C5B185 background

This text has white color on #C5B185 background.