COLOR #C59189

HEX: #C59189
RGB: (197,145,137)

Renk bilgisi

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

RGB renk modeli

#C59189 color RGB value is (197,145,137).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 145 of 255 = 57%
B 137 of 255 = 54%

197
145
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 145 + 137 = 479 (100%)
R 197 of 479 ~ 41.13%
G 145 of 479 ~ 30.27%
B 137 of 479 ~ 28.6%

%41.13
%30.27
%28.6

CMYK RENK MODELİ

#C59189 rengi CMYK tonu (0,26,30,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.40%
  • sarı tonu 30.46%
  • ana renk tonu 22.75%
CMYK:
(0,26,30,23)
C0M26Y30K23 
(0%,26%,30%,23%)
(0.00/0.26/0.30/0.23)	

CMYK yüzdeleri

%0
%26.4
%30.46
%22.75

Codes

Color #C59189 in popluar color models

C59189
RGB197145137
HSL34.09%65.49%
HSB/HSV30.46%77.25%
CMYK0.00%26.40%30.46%
22.75%

Color #C59189 in popluar number systems.

HEXC59189
Decimal197145137
Binary110001011001000110001001
Octal305221211

Shades and tints

Shades of #C59189

#C59189
(197,145,137)
#B4847D
(180,132,125)
#A37771
(163,119,113)
#926A65
(146,106,101)
#815D59
(129,93,89)
#70504D
(112,80,77)
#5F4341
(95,67,65)
#4E3635
(78,54,53)
#3D2929
(61,41,41)
#2C1C1D
(44,28,29)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #C59189

#C59189
(197,145,137)
#CA9B93
(202,155,147)
#CFA59D
(207,165,157)
#D4AFA7
(212,175,167)
#D9B9B1
(217,185,177)
#DEC3BB
(222,195,187)
#E3CDC5
(227,205,197)
#E8D7CF
(232,215,207)
#EDE1D9
(237,225,217)
#F2EBE3
(242,235,227)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59189; }

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

This text font color is #C59189.


Background Color

.myBgColor { background-color: #C59189; }

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

This div background color is #C59189.


Border color

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

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

This div border color is #C59189.


Opacity

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

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

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

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

This text has shadow with #C59189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59189 on black background.


Color preview on white background

This text has color #C59189 on white background.



Black color preview on #C59189 background

This text has black color on #C59189 background.


White color preview on #C59189 background

This text has white color on #C59189 background.