COLOR #C5A85E

HEX: #C5A85E
RGB: (197,168,94)

Renk bilgisi

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

RGB renk modeli

#C5A85E color RGB value is (197,168,94).

  • kırmız ton 197;
  • yeşil ton 168;
  • mavi ton 94.
RGB:
(197,168,94)
(77%,66%,37%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 168 of 255 = 66%
B 94 of 255 = 37%

197
168
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 168 + 94 = 459 (100%)
R 197 of 459 ~ 42.92%
G 168 of 459 ~ 36.6%
B 94 of 459 ~ 20.48%

%42.92
%36.6
%20.48

CMYK RENK MODELİ

#C5A85E rengi CMYK tonu (0,15,52,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.72%
  • sarı tonu 52.28%
  • ana renk tonu 22.75%
CMYK:
(0,15,52,23)
C0M15Y52K23 
(0%,15%,52%,23%)
(0.00/0.15/0.52/0.23)	

CMYK yüzdeleri

%0
%14.72
%52.28
%22.75

Codes

Color #C5A85E in popluar color models

C5A85E
RGB19716894
HSL43°47.03%57.06%
HSB/HSV43°52.28%77.25%
CMYK0.00%14.72%52.28%
22.75%

Color #C5A85E in popluar number systems.

HEXC5A85E
Decimal19716894
Binary11000101101010001011110
Octal305250136

Shades and tints

Shades of #C5A85E

#C5A85E
(197,168,94)
#B49956
(180,153,86)
#A38A4E
(163,138,78)
#927B46
(146,123,70)
#816C3E
(129,108,62)
#705D36
(112,93,54)
#5F4E2E
(95,78,46)
#4E3F26
(78,63,38)
#3D301E
(61,48,30)
#2C2116
(44,33,22)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #C5A85E

#C5A85E
(197,168,94)
#CAAF6C
(202,175,108)
#CFB67A
(207,182,122)
#D4BD88
(212,189,136)
#D9C496
(217,196,150)
#DECBA4
(222,203,164)
#E3D2B2
(227,210,178)
#E8D9C0
(232,217,192)
#EDE0CE
(237,224,206)
#F2E7DC
(242,231,220)
#F7EEEA
(247,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A85E color. Also use rgb(197,168,94) instead hex code.

Text Font Color

.myTextColor { color: #C5A85E; }

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

This text font color is #C5A85E.


Background Color

.myBgColor { background-color: #C5A85E; }

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

This div background color is #C5A85E.


Border color

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

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

This div border color is #C5A85E.


Opacity

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

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

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

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

This text has shadow with #C5A85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A85E on black background.


Color preview on white background

This text has color #C5A85E on white background.



Black color preview on #C5A85E background

This text has black color on #C5A85E background.


White color preview on #C5A85E background

This text has white color on #C5A85E background.