COLOR #C5A392

HEX: #C5A392
RGB: (197,163,146)

Renk bilgisi

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

RGB renk modeli

#C5A392 color RGB value is (197,163,146).

  • kırmız ton 197;
  • yeşil ton 163;
  • mavi ton 146.
RGB:
(197,163,146)
(77%,64%,57%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 163 of 255 = 64%
B 146 of 255 = 57%

197
163
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 163 + 146 = 506 (100%)
R 197 of 506 ~ 38.93%
G 163 of 506 ~ 32.21%
B 146 of 506 ~ 28.85%

%38.93
%32.21
%28.85

CMYK RENK MODELİ

#C5A392 rengi CMYK tonu (0,17,26,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.26%
  • sarı tonu 25.89%
  • ana renk tonu 22.75%
CMYK:
(0,17,26,23)
C0M17Y26K23 
(0%,17%,26%,23%)
(0.00/0.17/0.26/0.23)	

CMYK yüzdeleri

%0
%17.26
%25.89
%22.75

Codes

Color #C5A392 in popluar color models

C5A392
RGB197163146
HSL20°30.54%67.25%
HSB/HSV20°25.89%77.25%
CMYK0.00%17.26%25.89%
22.75%

Color #C5A392 in popluar number systems.

HEXC5A392
Decimal197163146
Binary110001011010001110010010
Octal305243222

Shades and tints

Shades of #C5A392

#C5A392
(197,163,146)
#B49585
(180,149,133)
#A38778
(163,135,120)
#92796B
(146,121,107)
#816B5E
(129,107,94)
#705D51
(112,93,81)
#5F4F44
(95,79,68)
#4E4137
(78,65,55)
#3D332A
(61,51,42)
#2C251D
(44,37,29)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #C5A392

#C5A392
(197,163,146)
#CAAB9B
(202,171,155)
#CFB3A4
(207,179,164)
#D4BBAD
(212,187,173)
#D9C3B6
(217,195,182)
#DECBBF
(222,203,191)
#E3D3C8
(227,211,200)
#E8DBD1
(232,219,209)
#EDE3DA
(237,227,218)
#F2EBE3
(242,235,227)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A392 color. Also use rgb(197,163,146) instead hex code.

Text Font Color

.myTextColor { color: #C5A392; }

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

This text font color is #C5A392.


Background Color

.myBgColor { background-color: #C5A392; }

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

This div background color is #C5A392.


Border color

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

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

This div border color is #C5A392.


Opacity

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

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

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

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

This text has shadow with #C5A392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A392 on black background.


Color preview on white background

This text has color #C5A392 on white background.



Black color preview on #C5A392 background

This text has black color on #C5A392 background.


White color preview on #C5A392 background

This text has white color on #C5A392 background.