COLOR #C5A15D

HEX: #C5A15D
RGB: (197,161,93)

Renk bilgisi

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

RGB renk modeli

#C5A15D color RGB value is (197,161,93).

  • kırmız ton 197;
  • yeşil ton 161;
  • mavi ton 93.
RGB:
(197,161,93)
(77%,63%,36%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 161 of 255 = 63%
B 93 of 255 = 36%

197
161
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 161 + 93 = 451 (100%)
R 197 of 451 ~ 43.68%
G 161 of 451 ~ 35.7%
B 93 of 451 ~ 20.62%

%43.68
%35.7
%20.62

CMYK RENK MODELİ

#C5A15D rengi CMYK tonu (0,18,53,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.27%
  • sarı tonu 52.79%
  • ana renk tonu 22.75%
CMYK:
(0,18,53,23)
C0M18Y53K23 
(0%,18%,53%,23%)
(0.00/0.18/0.53/0.23)	

CMYK yüzdeleri

%0
%18.27
%52.79
%22.75

Codes

Color #C5A15D in popluar color models

C5A15D
RGB19716193
HSL39°47.27%56.86%
HSB/HSV39°52.79%77.25%
CMYK0.00%18.27%52.79%
22.75%

Color #C5A15D in popluar number systems.

HEXC5A15D
Decimal19716193
Binary11000101101000011011101
Octal305241135

Shades and tints

Shades of #C5A15D

#C5A15D
(197,161,93)
#B49355
(180,147,85)
#A3854D
(163,133,77)
#927745
(146,119,69)
#81693D
(129,105,61)
#705B35
(112,91,53)
#5F4D2D
(95,77,45)
#4E3F25
(78,63,37)
#3D311D
(61,49,29)
#2C2315
(44,35,21)
#1B150D
(27,21,13)
#000000
(0,0,0)

Tints of #C5A15D

#C5A15D
(197,161,93)
#CAA96B
(202,169,107)
#CFB179
(207,177,121)
#D4B987
(212,185,135)
#D9C195
(217,193,149)
#DEC9A3
(222,201,163)
#E3D1B1
(227,209,177)
#E8D9BF
(232,217,191)
#EDE1CD
(237,225,205)
#F2E9DB
(242,233,219)
#F7F1E9
(247,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A15D color. Also use rgb(197,161,93) instead hex code.

Text Font Color

.myTextColor { color: #C5A15D; }

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

This text font color is #C5A15D.


Background Color

.myBgColor { background-color: #C5A15D; }

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

This div background color is #C5A15D.


Border color

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

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

This div border color is #C5A15D.


Opacity

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

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

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

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

This text has shadow with #C5A15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A15D on black background.


Color preview on white background

This text has color #C5A15D on white background.



Black color preview on #C5A15D background

This text has black color on #C5A15D background.


White color preview on #C5A15D background

This text has white color on #C5A15D background.