COLOR #C4A580

HEX: #C4A580
RGB: (196,165,128)

Renk bilgisi

#C4A580 contains mainly red and green colors. #C4A580 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C4A580 color RGB value is (196,165,128).

  • kırmız ton 196;
  • yeşil ton 165;
  • mavi ton 128.
RGB:
(196,165,128)
(77%,65%,50%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 165 of 255 = 65%
B 128 of 255 = 50%

196
165
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 165 + 128 = 489 (100%)
R 196 of 489 ~ 40.08%
G 165 of 489 ~ 33.74%
B 128 of 489 ~ 26.18%

%40.08
%33.74
%26.18

CMYK RENK MODELİ

#C4A580 rengi CMYK tonu (0,16,35,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.82%
  • sarı tonu 34.69%
  • ana renk tonu 23.14%
CMYK:
(0,16,35,23)
C0M16Y35K23 
(0%,16%,35%,23%)
(0.00/0.16/0.35/0.23)	

CMYK yüzdeleri

%0
%15.82
%34.69
%23.14

Codes

Color #C4A580 in popluar color models

C4A580
RGB196165128
HSL33°36.56%63.53%
HSB/HSV33°34.69%76.86%
CMYK0.00%15.82%34.69%
23.14%

Color #C4A580 in popluar number systems.

HEXC4A580
Decimal196165128
Binary110001001010010110000000
Octal304245200

Shades and tints

Shades of #C4A580

#C4A580
(196,165,128)
#B39675
(179,150,117)
#A2876A
(162,135,106)
#91785F
(145,120,95)
#806954
(128,105,84)
#6F5A49
(111,90,73)
#5E4B3E
(94,75,62)
#4D3C33
(77,60,51)
#3C2D28
(60,45,40)
#2B1E1D
(43,30,29)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #C4A580

#C4A580
(196,165,128)
#C9AD8B
(201,173,139)
#CEB596
(206,181,150)
#D3BDA1
(211,189,161)
#D8C5AC
(216,197,172)
#DDCDB7
(221,205,183)
#E2D5C2
(226,213,194)
#E7DDCD
(231,221,205)
#ECE5D8
(236,229,216)
#F1EDE3
(241,237,227)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A580 color. Also use rgb(196,165,128) instead hex code.

Text Font Color

.myTextColor { color: #C4A580; }

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

This text font color is #C4A580.


Background Color

.myBgColor { background-color: #C4A580; }

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

This div background color is #C4A580.


Border color

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

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

This div border color is #C4A580.


Opacity

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

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

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

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

This text has shadow with #C4A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A580 on black background.


Color preview on white background

This text has color #C4A580 on white background.



Black color preview on #C4A580 background

This text has black color on #C4A580 background.


White color preview on #C4A580 background

This text has white color on #C4A580 background.