COLOR #C4C380

HEX: #C4C380 RGB: (196,195,128)

Color info

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

RGB color model

#C4C380 color RGB value is (196,195,128).

RGB: (196,195,128) (77%, 76%, 50%)

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 128 of 255 = 50%

196
195
128

R + G + B ~ 68%. #C4C380 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 195 + 128 = 519 (100%)
R 196 of 519 ~ 37.76%
G 195 of 519 ~ 37.57%
B 128 of 519 ~ 24.66'%

%37.76
%37.57
%24.66

CMYK color model

#C4C380 color CMYK value is (0,1,35,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 34.69%
  • key color value is 23.14%

CMYK: (0,1,35,23)
C0M1Y35K23 (0%, 1%, 35%, 23%)
(0.00 / 0.01 / 0.35 / 0.23)

CMYK percentages

%0
%0.51
%34.69
%23.14

Codes

Color #C4C380 in popluar color models

C4 C3 80
RGB 196 195 128
HSL 59° 36.56% 63.53%
HSB/HSV 59° 34.69% 76.86%
CMYK 0.00% 0.51% 34.69%
23.14%

Color #C4C380 in popluar number systems.

HEX C4 C3 80
Decimal 196 195 128
Binary 11000100 11000011 10000000
Octal 304 303 200

Shades and tints

Shades of #C4C380

#C4C380
(196,195,128)
#B3B275
(179,178,117)
#A2A16A
(162,161,106)
#91905F
(145,144,95)
#807F54
(128,127,84)
#6F6E49
(111,110,73)
#5E5D3E
(94,93,62)
#4D4C33
(77,76,51)
#3C3B28
(60,59,40)
#2B2A1D
(43,42,29)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #C4C380

#C4C380
(196,195,128)
#C9C88B
(201,200,139)
#CECD96
(206,205,150)
#D3D2A1
(211,210,161)
#D8D7AC
(216,215,172)
#DDDCB7
(221,220,183)
#E2E1C2
(226,225,194)
#E7E6CD
(231,230,205)
#ECEBD8
(236,235,216)
#F1F0E3
(241,240,227)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C380; }

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

This text font color is #C4C380.

Background Color

.myBgColor { background-color: #C4C380; }

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

This div background color is #C4C380.

Border color

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

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

This div border color is #C4C380.

Opacity

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

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

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

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

This text has shadow with #C4C380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C380.

Preview

Color preview on black background

This text has color #C4C380 on black background.


Color preview on white background

This text has color #C4C380 on white background.


Black color preview on #C4C380 background

This text has black color on #C4C380 background.


White color preview on #C4C380 background

This text has white color on #C4C380 background.


Related colors

Complementary color

Complementary color for #hex is #3B3C7F.


I love getcolorcode.com

Triadic colors

1 #80C4C3 and #C380C4 with #C4C380 are triadic colors.

2 #80C3C4 and #C3C480 with #C4C380 are triadic colors.