COLOR #C4C182

HEX: #C4C182
RGB: (196,193,130)

Color info

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

RGB color model

#C4C182 color RGB value is (196,193,130).

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

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 130 of 255 = 51%

196
193
130

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

Portions of RGB colors in percentages

R + G + B =
196 + 193 + 130 = 519 (100%)
R 196 of 519 ~ 37.76%
G 193 of 519 ~ 37.19%
B 130 of 519 ~ 25.05%

%37.76
%37.19
%25.05

CMYK color model

#C4C182 color CMYK value is (0,2,34,23).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 33.67%
  • key color value is 23.14%
CMYK:
(0,2,34,23)
C0M2Y34K23 
(0%,2%,34%,23%)
(0.00/0.02/0.34/0.23)	

CMYK percentages

%0
%1.53
%33.67
%23.14

Codes

Color #C4C182 in popluar color models

C4C182
RGB196193130
HSL57°35.87%63.92%
HSB/HSV57°33.67%76.86%
CMYK0.00%1.53%33.67%
23.14%

Color #C4C182 in popluar number systems.

HEXC4C182
Decimal196193130
Binary110001001100000110000010
Octal304301202

Shades and tints

Shades of #C4C182

#C4C182
(196,193,130)
#B3B077
(179,176,119)
#A29F6C
(162,159,108)
#918E61
(145,142,97)
#807D56
(128,125,86)
#6F6C4B
(111,108,75)
#5E5B40
(94,91,64)
#4D4A35
(77,74,53)
#3C392A
(60,57,42)
#2B281F
(43,40,31)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #C4C182

#C4C182
(196,193,130)
#C9C68D
(201,198,141)
#CECB98
(206,203,152)
#D3D0A3
(211,208,163)
#D8D5AE
(216,213,174)
#DDDAB9
(221,218,185)
#E2DFC4
(226,223,196)
#E7E4CF
(231,228,207)
#ECE9DA
(236,233,218)
#F1EEE5
(241,238,229)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C182; }

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

This text font color is #C4C182.


Background Color

.myBgColor { background-color: #C4C182; }

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

This div background color is #C4C182.


Border color

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

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

This div border color is #C4C182.


Opacity

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

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

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

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

This text has shadow with #C4C182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C182 on black background.


Color preview on white background

This text has color #C4C182 on white background.



Black color preview on #C4C182 background

This text has black color on #C4C182 background.


White color preview on #C4C182 background

This text has white color on #C4C182 background.