COLOR #C5B481

HEX: #C5B481
RGB: (197,180,129)

Color info

#C5B481 contains mainly red and green colors. Web safe color of #C5B481 is #CCCC99 (or #CC9).

RGB color model

#C5B481 color RGB value is (197,180,129).

  • red value is 197;
  • green value is 180;
  • blue value is 129.
RGB:
(197,180,129)
(77%,71%,51%)

RGB channels and saturation

R 197 of 255 = 77%
G 180 of 255 = 71%
B 129 of 255 = 51%

197
180
129

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

Portions of RGB colors in percentages

R + G + B =
197 + 180 + 129 = 506 (100%)
R 197 of 506 ~ 38.93%
G 180 of 506 ~ 35.57%
B 129 of 506 ~ 25.49%

%38.93
%35.57
%25.49

CMYK color model

#C5B481 color CMYK value is (0,9,35,23).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK:
(0,9,35,23)
C0M9Y35K23 
(0%,9%,35%,23%)
(0.00/0.09/0.35/0.23)	

CMYK percentages

%0
%8.63
%34.52
%22.75

Codes

Color #C5B481 in popluar color models

C5B481
RGB197180129
HSL45°36.96%63.92%
HSB/HSV45°34.52%77.25%
CMYK0.00%8.63%34.52%
22.75%

Color #C5B481 in popluar number systems.

HEXC5B481
Decimal197180129
Binary110001011011010010000001
Octal305264201

Shades and tints

Shades of #C5B481

#C5B481
(197,180,129)
#B4A476
(180,164,118)
#A3946B
(163,148,107)
#928460
(146,132,96)
#817455
(129,116,85)
#70644A
(112,100,74)
#5F543F
(95,84,63)
#4E4434
(78,68,52)
#3D3429
(61,52,41)
#2C241E
(44,36,30)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #C5B481

#C5B481
(197,180,129)
#CABA8C
(202,186,140)
#CFC097
(207,192,151)
#D4C6A2
(212,198,162)
#D9CCAD
(217,204,173)
#DED2B8
(222,210,184)
#E3D8C3
(227,216,195)
#E8DECE
(232,222,206)
#EDE4D9
(237,228,217)
#F2EAE4
(242,234,228)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B481 color. Also use rgb(197,180,129) instead hex code.

Text Font Color

.myTextColor { color: #C5B481; }

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

This text font color is #C5B481.


Background Color

.myBgColor { background-color: #C5B481; }

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

This div background color is #C5B481.


Border color

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

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

This div border color is #C5B481.


Opacity

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

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

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

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

This text has shadow with #C5B481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B481 on black background.


Color preview on white background

This text has color #C5B481 on white background.



Black color preview on #C5B481 background

This text has black color on #C5B481 background.


White color preview on #C5B481 background

This text has white color on #C5B481 background.