COLOR #C4C160

HEX: #C4C160
RGB: (196,193,96)

Color info

#C4C160 contains mainly red and green colors. Web safe color of #C4C160 is #CCCC66 (or #CC6).

RGB color model

#C4C160 color RGB value is (196,193,96).

  • red value is 196;
  • green value is 193;
  • blue value is 96.
RGB:
(196,193,96)
(77%,76%,38%)

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 96 of 255 = 38%

196
193
96

R + G + B ~ 64%. #C4C160 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 193 + 96 = 485 (100%)
R 196 of 485 ~ 40.41%
G 193 of 485 ~ 39.79%
B 96 of 485 ~ 19.79%

%40.41
%39.79
%19.79

CMYK color model

#C4C160 color CMYK value is (0,2,51,23).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 51.02%
  • key color value is 23.14%
CMYK:
(0,2,51,23)
C0M2Y51K23 
(0%,2%,51%,23%)
(0.00/0.02/0.51/0.23)	

CMYK percentages

%0
%1.53
%51.02
%23.14

Codes

Color #C4C160 in popluar color models

C4C160
RGB19619396
HSL58°45.87%57.25%
HSB/HSV58°51.02%76.86%
CMYK0.00%1.53%51.02%
23.14%

Color #C4C160 in popluar number systems.

HEXC4C160
Decimal19619396
Binary11000100110000011100000
Octal304301140

Shades and tints

Shades of #C4C160

#C4C160
(196,193,96)
#B3B058
(179,176,88)
#A29F50
(162,159,80)
#918E48
(145,142,72)
#807D40
(128,125,64)
#6F6C38
(111,108,56)
#5E5B30
(94,91,48)
#4D4A28
(77,74,40)
#3C3920
(60,57,32)
#2B2818
(43,40,24)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #C4C160

#C4C160
(196,193,96)
#C9C66E
(201,198,110)
#CECB7C
(206,203,124)
#D3D08A
(211,208,138)
#D8D598
(216,213,152)
#DDDAA6
(221,218,166)
#E2DFB4
(226,223,180)
#E7E4C2
(231,228,194)
#ECE9D0
(236,233,208)
#F1EEDE
(241,238,222)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C160 color. Also use rgb(196,193,96) instead hex code.

Text Font Color

.myTextColor { color: #C4C160; }

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

This text font color is #C4C160.


Background Color

.myBgColor { background-color: #C4C160; }

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

This div background color is #C4C160.


Border color

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

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

This div border color is #C4C160.


Opacity

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

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

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

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

This text has shadow with #C4C160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C160 on black background.


Color preview on white background

This text has color #C4C160 on white background.



Black color preview on #C4C160 background

This text has black color on #C4C160 background.


White color preview on #C4C160 background

This text has white color on #C4C160 background.