COLOR #C4B481

HEX: #C4B481
RGB: (196,180,129)

Color info

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

RGB color model

#C4B481 color RGB value is (196,180,129).

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

RGB channels and saturation

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

196
180
129

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

Portions of RGB colors in percentages

R + G + B =
196 + 180 + 129 = 505 (100%)
R 196 of 505 ~ 38.81%
G 180 of 505 ~ 35.64%
B 129 of 505 ~ 25.54%

%38.81
%35.64
%25.54

CMYK color model

#C4B481 color CMYK value is (0,8,34,23).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 34.18%
  • key color value is 23.14%
CMYK:
(0,8,34,23)
C0M8Y34K23 
(0%,8%,34%,23%)
(0.00/0.08/0.34/0.23)	

CMYK percentages

%0
%8.16
%34.18
%23.14

Codes

Color #C4B481 in popluar color models

C4B481
RGB196180129
HSL46°36.22%63.73%
HSB/HSV46°34.18%76.86%
CMYK0.00%8.16%34.18%
23.14%

Color #C4B481 in popluar number systems.

HEXC4B481
Decimal196180129
Binary110001001011010010000001
Octal304264201

Shades and tints

Shades of #C4B481

#C4B481
(196,180,129)
#B3A476
(179,164,118)
#A2946B
(162,148,107)
#918460
(145,132,96)
#807455
(128,116,85)
#6F644A
(111,100,74)
#5E543F
(94,84,63)
#4D4434
(77,68,52)
#3C3429
(60,52,41)
#2B241E
(43,36,30)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #C4B481

#C4B481
(196,180,129)
#C9BA8C
(201,186,140)
#CEC097
(206,192,151)
#D3C6A2
(211,198,162)
#D8CCAD
(216,204,173)
#DDD2B8
(221,210,184)
#E2D8C3
(226,216,195)
#E7DECE
(231,222,206)
#ECE4D9
(236,228,217)
#F1EAE4
(241,234,228)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B481; }

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

This text font color is #C4B481.


Background Color

.myBgColor { background-color: #C4B481; }

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

This div background color is #C4B481.


Border color

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

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

This div border color is #C4B481.


Opacity

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

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

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

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

This text has shadow with #C4B481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B481 on black background.


Color preview on white background

This text has color #C4B481 on white background.



Black color preview on #C4B481 background

This text has black color on #C4B481 background.


White color preview on #C4B481 background

This text has white color on #C4B481 background.