COLOR #C4B157

HEX: #C4B157
RGB: (196,177,87)

Color info

#C4B157 contains mainly red and green colors. Web safe color of #C4B157 is #CC9966 (or #C96).

RGB color model

#C4B157 color RGB value is (196,177,87).

  • red value is 196;
  • green value is 177;
  • blue value is 87.
RGB:
(196,177,87)
(77%,69%,34%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 87 of 255 = 34%

196
177
87

R + G + B ~ 60%. #C4B157 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 177 + 87 = 460 (100%)
R 196 of 460 ~ 42.61%
G 177 of 460 ~ 38.48%
B 87 of 460 ~ 18.91%

%42.61
%38.48
%18.91

CMYK color model

#C4B157 color CMYK value is (0,10,56,23).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 55.61%
  • key color value is 23.14%
CMYK:
(0,10,56,23)
C0M10Y56K23 
(0%,10%,56%,23%)
(0.00/0.10/0.56/0.23)	

CMYK percentages

%0
%9.69
%55.61
%23.14

Codes

Color #C4B157 in popluar color models

C4B157
RGB19617787
HSL50°48.02%55.49%
HSB/HSV50°55.61%76.86%
CMYK0.00%9.69%55.61%
23.14%

Color #C4B157 in popluar number systems.

HEXC4B157
Decimal19617787
Binary11000100101100011010111
Octal304261127

Shades and tints

Shades of #C4B157

#C4B157
(196,177,87)
#B3A150
(179,161,80)
#A29149
(162,145,73)
#918142
(145,129,66)
#80713B
(128,113,59)
#6F6134
(111,97,52)
#5E512D
(94,81,45)
#4D4126
(77,65,38)
#3C311F
(60,49,31)
#2B2118
(43,33,24)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #C4B157

#C4B157
(196,177,87)
#C9B866
(201,184,102)
#CEBF75
(206,191,117)
#D3C684
(211,198,132)
#D8CD93
(216,205,147)
#DDD4A2
(221,212,162)
#E2DBB1
(226,219,177)
#E7E2C0
(231,226,192)
#ECE9CF
(236,233,207)
#F1F0DE
(241,240,222)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B157 color. Also use rgb(196,177,87) instead hex code.

Text Font Color

.myTextColor { color: #C4B157; }

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

This text font color is #C4B157.


Background Color

.myBgColor { background-color: #C4B157; }

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

This div background color is #C4B157.


Border color

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

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

This div border color is #C4B157.


Opacity

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

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

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

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

This text has shadow with #C4B157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B157 on black background.


Color preview on white background

This text has color #C4B157 on white background.



Black color preview on #C4B157 background

This text has black color on #C4B157 background.


White color preview on #C4B157 background

This text has white color on #C4B157 background.