COLOR #C4A282

HEX: #C4A282
RGB: (196,162,130)

Color info

#C4A282 contains mainly red and green colors. Web safe color of #C4A282 is #CC9999 (or #C99).

RGB color model

#C4A282 color RGB value is (196,162,130).

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

RGB channels and saturation

R 196 of 255 = 77%
G 162 of 255 = 64%
B 130 of 255 = 51%

196
162
130

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

Portions of RGB colors in percentages

R + G + B =
196 + 162 + 130 = 488 (100%)
R 196 of 488 ~ 40.16%
G 162 of 488 ~ 33.2%
B 130 of 488 ~ 26.64%

%40.16
%33.2
%26.64

CMYK color model

#C4A282 color CMYK value is (0,17,34,23).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 33.67%
  • key color value is 23.14%
CMYK:
(0,17,34,23)
C0M17Y34K23 
(0%,17%,34%,23%)
(0.00/0.17/0.34/0.23)	

CMYK percentages

%0
%17.35
%33.67
%23.14

Codes

Color #C4A282 in popluar color models

C4A282
RGB196162130
HSL29°35.87%63.92%
HSB/HSV29°33.67%76.86%
CMYK0.00%17.35%33.67%
23.14%

Color #C4A282 in popluar number systems.

HEXC4A282
Decimal196162130
Binary110001001010001010000010
Octal304242202

Shades and tints

Shades of #C4A282

#C4A282
(196,162,130)
#B39477
(179,148,119)
#A2866C
(162,134,108)
#917861
(145,120,97)
#806A56
(128,106,86)
#6F5C4B
(111,92,75)
#5E4E40
(94,78,64)
#4D4035
(77,64,53)
#3C322A
(60,50,42)
#2B241F
(43,36,31)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #C4A282

#C4A282
(196,162,130)
#C9AA8D
(201,170,141)
#CEB298
(206,178,152)
#D3BAA3
(211,186,163)
#D8C2AE
(216,194,174)
#DDCAB9
(221,202,185)
#E2D2C4
(226,210,196)
#E7DACF
(231,218,207)
#ECE2DA
(236,226,218)
#F1EAE5
(241,234,229)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A282; }

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

This text font color is #C4A282.


Background Color

.myBgColor { background-color: #C4A282; }

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

This div background color is #C4A282.


Border color

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

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

This div border color is #C4A282.


Opacity

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

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

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

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

This text has shadow with #C4A282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A282 on black background.


Color preview on white background

This text has color #C4A282 on white background.



Black color preview on #C4A282 background

This text has black color on #C4A282 background.


White color preview on #C4A282 background

This text has white color on #C4A282 background.