COLOR #C4A288

HEX: #C4A288
RGB: (196,162,136)

Color info

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

RGB color model

#C4A288 color RGB value is (196,162,136).

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

RGB channels and saturation

R 196 of 255 = 77%
G 162 of 255 = 64%
B 136 of 255 = 53%

196
162
136

R + G + B ~ 65%. #C4A288 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 162 + 136 = 494 (100%)
R 196 of 494 ~ 39.68%
G 162 of 494 ~ 32.79%
B 136 of 494 ~ 27.53%

%39.68
%32.79
%27.53

CMYK color model

#C4A288 color CMYK value is (0,17,31,23).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 30.61%
  • key color value is 23.14%
CMYK:
(0,17,31,23)
C0M17Y31K23 
(0%,17%,31%,23%)
(0.00/0.17/0.31/0.23)	

CMYK percentages

%0
%17.35
%30.61
%23.14

Codes

Color #C4A288 in popluar color models

C4A288
RGB196162136
HSL26°33.71%65.10%
HSB/HSV26°30.61%76.86%
CMYK0.00%17.35%30.61%
23.14%

Color #C4A288 in popluar number systems.

HEXC4A288
Decimal196162136
Binary110001001010001010001000
Octal304242210

Shades and tints

Shades of #C4A288

#C4A288
(196,162,136)
#B3947C
(179,148,124)
#A28670
(162,134,112)
#917864
(145,120,100)
#806A58
(128,106,88)
#6F5C4C
(111,92,76)
#5E4E40
(94,78,64)
#4D4034
(77,64,52)
#3C3228
(60,50,40)
#2B241C
(43,36,28)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #C4A288

#C4A288
(196,162,136)
#C9AA92
(201,170,146)
#CEB29C
(206,178,156)
#D3BAA6
(211,186,166)
#D8C2B0
(216,194,176)
#DDCABA
(221,202,186)
#E2D2C4
(226,210,196)
#E7DACE
(231,218,206)
#ECE2D8
(236,226,216)
#F1EAE2
(241,234,226)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A288; }

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

This text font color is #C4A288.


Background Color

.myBgColor { background-color: #C4A288; }

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

This div background color is #C4A288.


Border color

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

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

This div border color is #C4A288.


Opacity

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

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

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

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

This text has shadow with #C4A288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A288 on black background.


Color preview on white background

This text has color #C4A288 on white background.



Black color preview on #C4A288 background

This text has black color on #C4A288 background.


White color preview on #C4A288 background

This text has white color on #C4A288 background.