COLOR #C4B080

HEX: #C4B080
RGB: (196,176,128)

Color info

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

RGB color model

#C4B080 color RGB value is (196,176,128).

  • red value is 196;
  • green value is 176;
  • blue value is 128.
RGB:
(196,176,128)
(77%,69%,50%)

RGB channels and saturation

R 196 of 255 = 77%
G 176 of 255 = 69%
B 128 of 255 = 50%

196
176
128

R + G + B ~ 65%. #C4B080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 176 + 128 = 500 (100%)
R 196 of 500 ~ 39.2%
G 176 of 500 ~ 35.2%
B 128 of 500 ~ 25.6%

%39.2
%35.2
%25.6

CMYK color model

#C4B080 color CMYK value is (0,10,35,23).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 34.69%
  • key color value is 23.14%
CMYK:
(0,10,35,23)
C0M10Y35K23 
(0%,10%,35%,23%)
(0.00/0.10/0.35/0.23)	

CMYK percentages

%0
%10.2
%34.69
%23.14

Codes

Color #C4B080 in popluar color models

C4B080
RGB196176128
HSL42°36.56%63.53%
HSB/HSV42°34.69%76.86%
CMYK0.00%10.20%34.69%
23.14%

Color #C4B080 in popluar number systems.

HEXC4B080
Decimal196176128
Binary110001001011000010000000
Octal304260200

Shades and tints

Shades of #C4B080

#C4B080
(196,176,128)
#B3A075
(179,160,117)
#A2906A
(162,144,106)
#91805F
(145,128,95)
#807054
(128,112,84)
#6F6049
(111,96,73)
#5E503E
(94,80,62)
#4D4033
(77,64,51)
#3C3028
(60,48,40)
#2B201D
(43,32,29)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #C4B080

#C4B080
(196,176,128)
#C9B78B
(201,183,139)
#CEBE96
(206,190,150)
#D3C5A1
(211,197,161)
#D8CCAC
(216,204,172)
#DDD3B7
(221,211,183)
#E2DAC2
(226,218,194)
#E7E1CD
(231,225,205)
#ECE8D8
(236,232,216)
#F1EFE3
(241,239,227)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B080 color. Also use rgb(196,176,128) instead hex code.

Text Font Color

.myTextColor { color: #C4B080; }

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

This text font color is #C4B080.


Background Color

.myBgColor { background-color: #C4B080; }

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

This div background color is #C4B080.


Border color

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

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

This div border color is #C4B080.


Opacity

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

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

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

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

This text has shadow with #C4B080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B080 on black background.


Color preview on white background

This text has color #C4B080 on white background.



Black color preview on #C4B080 background

This text has black color on #C4B080 background.


White color preview on #C4B080 background

This text has white color on #C4B080 background.