COLOR #C5A760

HEX: #C5A760
RGB: (197,167,96)

Renk bilgisi

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

RGB renk modeli

#C5A760 color RGB value is (197,167,96).

  • kırmız ton 197;
  • yeşil ton 167;
  • mavi ton 96.
RGB:
(197,167,96)
(77%,65%,38%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 167 of 255 = 65%
B 96 of 255 = 38%

197
167
96

R + G + B ~ 60%. #C5A760 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 167 + 96 = 460 (100%)
R 197 of 460 ~ 42.83%
G 167 of 460 ~ 36.3%
B 96 of 460 ~ 20.87%

%42.83
%36.3
%20.87

CMYK RENK MODELİ

#C5A760 rengi CMYK tonu (0,15,51,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.23%
  • sarı tonu 51.27%
  • ana renk tonu 22.75%
CMYK:
(0,15,51,23)
C0M15Y51K23 
(0%,15%,51%,23%)
(0.00/0.15/0.51/0.23)	

CMYK yüzdeleri

%0
%15.23
%51.27
%22.75

Codes

Color #C5A760 in popluar color models

C5A760
RGB19716796
HSL42°46.54%57.45%
HSB/HSV42°51.27%77.25%
CMYK0.00%15.23%51.27%
22.75%

Color #C5A760 in popluar number systems.

HEXC5A760
Decimal19716796
Binary11000101101001111100000
Octal305247140

Shades and tints

Shades of #C5A760

#C5A760
(197,167,96)
#B49858
(180,152,88)
#A38950
(163,137,80)
#927A48
(146,122,72)
#816B40
(129,107,64)
#705C38
(112,92,56)
#5F4D30
(95,77,48)
#4E3E28
(78,62,40)
#3D2F20
(61,47,32)
#2C2018
(44,32,24)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #C5A760

#C5A760
(197,167,96)
#CAAF6E
(202,175,110)
#CFB77C
(207,183,124)
#D4BF8A
(212,191,138)
#D9C798
(217,199,152)
#DECFA6
(222,207,166)
#E3D7B4
(227,215,180)
#E8DFC2
(232,223,194)
#EDE7D0
(237,231,208)
#F2EFDE
(242,239,222)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A760 color. Also use rgb(197,167,96) instead hex code.

Text Font Color

.myTextColor { color: #C5A760; }

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

This text font color is #C5A760.


Background Color

.myBgColor { background-color: #C5A760; }

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

This div background color is #C5A760.


Border color

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

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

This div border color is #C5A760.


Opacity

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

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

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

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

This text has shadow with #C5A760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A760 on black background.


Color preview on white background

This text has color #C5A760 on white background.



Black color preview on #C5A760 background

This text has black color on #C5A760 background.


White color preview on #C5A760 background

This text has white color on #C5A760 background.