COLOR #C4A075

HEX: #C4A075
RGB: (196,160,117)

Color info

#C4A075 contains mainly red and green colors. Web safe color of #C4A075 is #CC9966 (or #C96).

RGB color model

#C4A075 color RGB value is (196,160,117).

  • red value is 196;
  • green value is 160;
  • blue value is 117.
RGB:
(196,160,117)
(77%,63%,46%)

RGB channels and saturation

R 196 of 255 = 77%
G 160 of 255 = 63%
B 117 of 255 = 46%

196
160
117

R + G + B ~ 62%. #C4A075 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 160 + 117 = 473 (100%)
R 196 of 473 ~ 41.44%
G 160 of 473 ~ 33.83%
B 117 of 473 ~ 24.74%

%41.44
%33.83
%24.74

CMYK color model

#C4A075 color CMYK value is (0,18,40,23).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK:
(0,18,40,23)
C0M18Y40K23 
(0%,18%,40%,23%)
(0.00/0.18/0.40/0.23)	

CMYK percentages

%0
%18.37
%40.31
%23.14

Codes

Color #C4A075 in popluar color models

C4A075
RGB196160117
HSL33°40.10%61.37%
HSB/HSV33°40.31%76.86%
CMYK0.00%18.37%40.31%
23.14%

Color #C4A075 in popluar number systems.

HEXC4A075
Decimal196160117
Binary11000100101000001110101
Octal304240165

Shades and tints

Shades of #C4A075

#C4A075
(196,160,117)
#B3926B
(179,146,107)
#A28461
(162,132,97)
#917657
(145,118,87)
#80684D
(128,104,77)
#6F5A43
(111,90,67)
#5E4C39
(94,76,57)
#4D3E2F
(77,62,47)
#3C3025
(60,48,37)
#2B221B
(43,34,27)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #C4A075

#C4A075
(196,160,117)
#C9A881
(201,168,129)
#CEB08D
(206,176,141)
#D3B899
(211,184,153)
#D8C0A5
(216,192,165)
#DDC8B1
(221,200,177)
#E2D0BD
(226,208,189)
#E7D8C9
(231,216,201)
#ECE0D5
(236,224,213)
#F1E8E1
(241,232,225)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A075 color. Also use rgb(196,160,117) instead hex code.

Text Font Color

.myTextColor { color: #C4A075; }

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

This text font color is #C4A075.


Background Color

.myBgColor { background-color: #C4A075; }

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

This div background color is #C4A075.


Border color

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

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

This div border color is #C4A075.


Opacity

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

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

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

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

This text has shadow with #C4A075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A075 on black background.


Color preview on white background

This text has color #C4A075 on white background.



Black color preview on #C4A075 background

This text has black color on #C4A075 background.


White color preview on #C4A075 background

This text has white color on #C4A075 background.