COLOR #C5A591

HEX: #C5A591
RGB: (197,165,145)

Renk bilgisi

#C5A591 contains red, green and blue colors in about the same proportion. #C5A591 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C5A591 color RGB value is (197,165,145).

  • kırmız ton 197;
  • yeşil ton 165;
  • mavi ton 145.
RGB:
(197,165,145)
(77%,65%,57%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 165 of 255 = 65%
B 145 of 255 = 57%

197
165
145

R + G + B ~ 66%. #C5A591 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 165 + 145 = 507 (100%)
R 197 of 507 ~ 38.86%
G 165 of 507 ~ 32.54%
B 145 of 507 ~ 28.6%

%38.86
%32.54
%28.6

CMYK RENK MODELİ

#C5A591 rengi CMYK tonu (0,16,26,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.24%
  • sarı tonu 26.40%
  • ana renk tonu 22.75%
CMYK:
(0,16,26,23)
C0M16Y26K23 
(0%,16%,26%,23%)
(0.00/0.16/0.26/0.23)	

CMYK yüzdeleri

%0
%16.24
%26.4
%22.75

Codes

Color #C5A591 in popluar color models

C5A591
RGB197165145
HSL23°30.95%67.06%
HSB/HSV23°26.40%77.25%
CMYK0.00%16.24%26.40%
22.75%

Color #C5A591 in popluar number systems.

HEXC5A591
Decimal197165145
Binary110001011010010110010001
Octal305245221

Shades and tints

Shades of #C5A591

#C5A591
(197,165,145)
#B49684
(180,150,132)
#A38777
(163,135,119)
#92786A
(146,120,106)
#81695D
(129,105,93)
#705A50
(112,90,80)
#5F4B43
(95,75,67)
#4E3C36
(78,60,54)
#3D2D29
(61,45,41)
#2C1E1C
(44,30,28)
#1B0F0F
(27,15,15)
#000000
(0,0,0)

Tints of #C5A591

#C5A591
(197,165,145)
#CAAD9B
(202,173,155)
#CFB5A5
(207,181,165)
#D4BDAF
(212,189,175)
#D9C5B9
(217,197,185)
#DECDC3
(222,205,195)
#E3D5CD
(227,213,205)
#E8DDD7
(232,221,215)
#EDE5E1
(237,229,225)
#F2EDEB
(242,237,235)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A591 color. Also use rgb(197,165,145) instead hex code.

Text Font Color

.myTextColor { color: #C5A591; }

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

This text font color is #C5A591.


Background Color

.myBgColor { background-color: #C5A591; }

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

This div background color is #C5A591.


Border color

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

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

This div border color is #C5A591.


Opacity

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

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

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

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

This text has shadow with #C5A591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A591 on black background.


Color preview on white background

This text has color #C5A591 on white background.



Black color preview on #C5A591 background

This text has black color on #C5A591 background.


White color preview on #C5A591 background

This text has white color on #C5A591 background.