COLOR #C4A985

HEX: #C4A985
RGB: (196,169,133)

Color info

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

RGB color model

#C4A985 color RGB value is (196,169,133).

  • red value is 196;
  • green value is 169;
  • blue value is 133.
RGB:
(196,169,133)
(77%,66%,52%)

RGB channels and saturation

R 196 of 255 = 77%
G 169 of 255 = 66%
B 133 of 255 = 52%

196
169
133

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

Portions of RGB colors in percentages

R + G + B =
196 + 169 + 133 = 498 (100%)
R 196 of 498 ~ 39.36%
G 169 of 498 ~ 33.94%
B 133 of 498 ~ 26.71%

%39.36
%33.94
%26.71

CMYK color model

#C4A985 color CMYK value is (0,14,32,23).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 32.14%
  • key color value is 23.14%
CMYK:
(0,14,32,23)
C0M14Y32K23 
(0%,14%,32%,23%)
(0.00/0.14/0.32/0.23)	

CMYK percentages

%0
%13.78
%32.14
%23.14

Codes

Color #C4A985 in popluar color models

C4A985
RGB196169133
HSL34°34.81%64.51%
HSB/HSV34°32.14%76.86%
CMYK0.00%13.78%32.14%
23.14%

Color #C4A985 in popluar number systems.

HEXC4A985
Decimal196169133
Binary110001001010100110000101
Octal304251205

Shades and tints

Shades of #C4A985

#C4A985
(196,169,133)
#B39A79
(179,154,121)
#A28B6D
(162,139,109)
#917C61
(145,124,97)
#806D55
(128,109,85)
#6F5E49
(111,94,73)
#5E4F3D
(94,79,61)
#4D4031
(77,64,49)
#3C3125
(60,49,37)
#2B2219
(43,34,25)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #C4A985

#C4A985
(196,169,133)
#C9B090
(201,176,144)
#CEB79B
(206,183,155)
#D3BEA6
(211,190,166)
#D8C5B1
(216,197,177)
#DDCCBC
(221,204,188)
#E2D3C7
(226,211,199)
#E7DAD2
(231,218,210)
#ECE1DD
(236,225,221)
#F1E8E8
(241,232,232)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A985 color. Also use rgb(196,169,133) instead hex code.

Text Font Color

.myTextColor { color: #C4A985; }

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

This text font color is #C4A985.


Background Color

.myBgColor { background-color: #C4A985; }

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

This div background color is #C4A985.


Border color

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

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

This div border color is #C4A985.


Opacity

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

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

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

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

This text has shadow with #C4A985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A985 on black background.


Color preview on white background

This text has color #C4A985 on white background.



Black color preview on #C4A985 background

This text has black color on #C4A985 background.


White color preview on #C4A985 background

This text has white color on #C4A985 background.