COLOR #C59481

HEX: #C59481
RGB: (197,148,129)

Renk bilgisi

#C59481 contains mainly red and green colors. #C59481 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C59481 color RGB value is (197,148,129).

  • kırmız ton 197;
  • yeşil ton 148;
  • mavi ton 129.
RGB:
(197,148,129)
(77%,58%,51%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 148 of 255 = 58%
B 129 of 255 = 51%

197
148
129

R + G + B ~ 62%. #C59481 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 148 + 129 = 474 (100%)
R 197 of 474 ~ 41.56%
G 148 of 474 ~ 31.22%
B 129 of 474 ~ 27.22%

%41.56
%31.22
%27.22

CMYK RENK MODELİ

#C59481 rengi CMYK tonu (0,25,35,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.87%
  • sarı tonu 34.52%
  • ana renk tonu 22.75%
CMYK:
(0,25,35,23)
C0M25Y35K23 
(0%,25%,35%,23%)
(0.00/0.25/0.35/0.23)	

CMYK yüzdeleri

%0
%24.87
%34.52
%22.75

Codes

Color #C59481 in popluar color models

C59481
RGB197148129
HSL17°36.96%63.92%
HSB/HSV17°34.52%77.25%
CMYK0.00%24.87%34.52%
22.75%

Color #C59481 in popluar number systems.

HEXC59481
Decimal197148129
Binary110001011001010010000001
Octal305224201

Shades and tints

Shades of #C59481

#C59481
(197,148,129)
#B48776
(180,135,118)
#A37A6B
(163,122,107)
#926D60
(146,109,96)
#816055
(129,96,85)
#70534A
(112,83,74)
#5F463F
(95,70,63)
#4E3934
(78,57,52)
#3D2C29
(61,44,41)
#2C1F1E
(44,31,30)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #C59481

#C59481
(197,148,129)
#CA9D8C
(202,157,140)
#CFA697
(207,166,151)
#D4AFA2
(212,175,162)
#D9B8AD
(217,184,173)
#DEC1B8
(222,193,184)
#E3CAC3
(227,202,195)
#E8D3CE
(232,211,206)
#EDDCD9
(237,220,217)
#F2E5E4
(242,229,228)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59481 color. Also use rgb(197,148,129) instead hex code.

Text Font Color

.myTextColor { color: #C59481; }

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

This text font color is #C59481.


Background Color

.myBgColor { background-color: #C59481; }

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

This div background color is #C59481.


Border color

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

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

This div border color is #C59481.


Opacity

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

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

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

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

This text has shadow with #C59481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59481 on black background.


Color preview on white background

This text has color #C59481 on white background.



Black color preview on #C59481 background

This text has black color on #C59481 background.


White color preview on #C59481 background

This text has white color on #C59481 background.