COLOR #C59C80

HEX: #C59C80
RGB: (197,156,128)

Renk bilgisi

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

RGB renk modeli

#C59C80 color RGB value is (197,156,128).

  • kırmız ton 197;
  • yeşil ton 156;
  • mavi ton 128.
RGB:
(197,156,128)
(77%,61%,50%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 156 of 255 = 61%
B 128 of 255 = 50%

197
156
128

R + G + B ~ 63%. #C59C80 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 156 + 128 = 481 (100%)
R 197 of 481 ~ 40.96%
G 156 of 481 ~ 32.43%
B 128 of 481 ~ 26.61%

%40.96
%32.43
%26.61

CMYK RENK MODELİ

#C59C80 rengi CMYK tonu (0,21,35,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.81%
  • sarı tonu 35.03%
  • ana renk tonu 22.75%
CMYK:
(0,21,35,23)
C0M21Y35K23 
(0%,21%,35%,23%)
(0.00/0.21/0.35/0.23)	

CMYK yüzdeleri

%0
%20.81
%35.03
%22.75

Codes

Color #C59C80 in popluar color models

C59C80
RGB197156128
HSL24°37.30%63.73%
HSB/HSV24°35.03%77.25%
CMYK0.00%20.81%35.03%
22.75%

Color #C59C80 in popluar number systems.

HEXC59C80
Decimal197156128
Binary110001011001110010000000
Octal305234200

Shades and tints

Shades of #C59C80

#C59C80
(197,156,128)
#B48E75
(180,142,117)
#A3806A
(163,128,106)
#92725F
(146,114,95)
#816454
(129,100,84)
#705649
(112,86,73)
#5F483E
(95,72,62)
#4E3A33
(78,58,51)
#3D2C28
(61,44,40)
#2C1E1D
(44,30,29)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #C59C80

#C59C80
(197,156,128)
#CAA58B
(202,165,139)
#CFAE96
(207,174,150)
#D4B7A1
(212,183,161)
#D9C0AC
(217,192,172)
#DEC9B7
(222,201,183)
#E3D2C2
(227,210,194)
#E8DBCD
(232,219,205)
#EDE4D8
(237,228,216)
#F2EDE3
(242,237,227)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59C80 color. Also use rgb(197,156,128) instead hex code.

Text Font Color

.myTextColor { color: #C59C80; }

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

This text font color is #C59C80.


Background Color

.myBgColor { background-color: #C59C80; }

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

This div background color is #C59C80.


Border color

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

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

This div border color is #C59C80.


Opacity

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

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

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

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

This text has shadow with #C59C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59C80 on black background.


Color preview on white background

This text has color #C59C80 on white background.



Black color preview on #C59C80 background

This text has black color on #C59C80 background.


White color preview on #C59C80 background

This text has white color on #C59C80 background.