COLOR #C59594

HEX: #C59594
RGB: (197,149,148)

Renk bilgisi

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

RGB renk modeli

#C59594 color RGB value is (197,149,148).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 149 of 255 = 58%
B 148 of 255 = 58%

197
149
148

R + G + B ~ 64%. #C59594 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 149 + 148 = 494 (100%)
R 197 of 494 ~ 39.88%
G 149 of 494 ~ 30.16%
B 148 of 494 ~ 29.96%

%39.88
%30.16
%29.96

CMYK RENK MODELİ

#C59594 rengi CMYK tonu (0,24,25,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.37%
  • sarı tonu 24.87%
  • ana renk tonu 22.75%
CMYK:
(0,24,25,23)
C0M24Y25K23 
(0%,24%,25%,23%)
(0.00/0.24/0.25/0.23)	

CMYK yüzdeleri

%0
%24.37
%24.87
%22.75

Codes

Color #C59594 in popluar color models

C59594
RGB197149148
HSL29.70%67.65%
HSB/HSV24.87%77.25%
CMYK0.00%24.37%24.87%
22.75%

Color #C59594 in popluar number systems.

HEXC59594
Decimal197149148
Binary110001011001010110010100
Octal305225224

Shades and tints

Shades of #C59594

#C59594
(197,149,148)
#B48887
(180,136,135)
#A37B7A
(163,123,122)
#926E6D
(146,110,109)
#816160
(129,97,96)
#705453
(112,84,83)
#5F4746
(95,71,70)
#4E3A39
(78,58,57)
#3D2D2C
(61,45,44)
#2C201F
(44,32,31)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #C59594

#C59594
(197,149,148)
#CA9E9D
(202,158,157)
#CFA7A6
(207,167,166)
#D4B0AF
(212,176,175)
#D9B9B8
(217,185,184)
#DEC2C1
(222,194,193)
#E3CBCA
(227,203,202)
#E8D4D3
(232,212,211)
#EDDDDC
(237,221,220)
#F2E6E5
(242,230,229)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59594; }

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

This text font color is #C59594.


Background Color

.myBgColor { background-color: #C59594; }

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

This div background color is #C59594.


Border color

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

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

This div border color is #C59594.


Opacity

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

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

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

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

This text has shadow with #C59594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59594 on black background.


Color preview on white background

This text has color #C59594 on white background.



Black color preview on #C59594 background

This text has black color on #C59594 background.


White color preview on #C59594 background

This text has white color on #C59594 background.