COLOR #C57DA5

HEX: #C57DA5
RGB: (197,125,165)

Renk bilgisi

#C57DA5 contains mainly red and blue colors. #C57DA5 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C57DA5 color RGB value is (197,125,165).

  • kırmız ton 197;
  • yeşil ton 125;
  • mavi ton 165.
RGB:
(197,125,165)
(77%,49%,65%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 125 of 255 = 49%
B 165 of 255 = 65%

197
125
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 125 + 165 = 487 (100%)
R 197 of 487 ~ 40.45%
G 125 of 487 ~ 25.67%
B 165 of 487 ~ 33.88%

%40.45
%25.67
%33.88

CMYK RENK MODELİ

#C57DA5 rengi CMYK tonu (0,37,16,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.55%
  • sarı tonu 16.24%
  • ana renk tonu 22.75%
CMYK:
(0,37,16,23)
C0M37Y16K23 
(0%,37%,16%,23%)
(0.00/0.37/0.16/0.23)	

CMYK yüzdeleri

%0
%36.55
%16.24
%22.75

Codes

Color #C57DA5 in popluar color models

C57DA5
RGB197125165
HSL327°38.30%63.14%
HSB/HSV327°36.55%77.25%
CMYK0.00%36.55%16.24%
22.75%

Color #C57DA5 in popluar number systems.

HEXC57DA5
Decimal197125165
Binary11000101111110110100101
Octal305175245

Shades and tints

Shades of #C57DA5

#C57DA5
(197,125,165)
#B47296
(180,114,150)
#A36787
(163,103,135)
#925C78
(146,92,120)
#815169
(129,81,105)
#70465A
(112,70,90)
#5F3B4B
(95,59,75)
#4E303C
(78,48,60)
#3D252D
(61,37,45)
#2C1A1E
(44,26,30)
#1B0F0F
(27,15,15)
#000000
(0,0,0)

Tints of #C57DA5

#C57DA5
(197,125,165)
#CA88AD
(202,136,173)
#CF93B5
(207,147,181)
#D49EBD
(212,158,189)
#D9A9C5
(217,169,197)
#DEB4CD
(222,180,205)
#E3BFD5
(227,191,213)
#E8CADD
(232,202,221)
#EDD5E5
(237,213,229)
#F2E0ED
(242,224,237)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57DA5 color. Also use rgb(197,125,165) instead hex code.

Text Font Color

.myTextColor { color: #C57DA5; }

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

This text font color is #C57DA5.


Background Color

.myBgColor { background-color: #C57DA5; }

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

This div background color is #C57DA5.


Border color

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

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

This div border color is #C57DA5.


Opacity

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

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

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

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

This text has shadow with #C57DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57DA5 on black background.


Color preview on white background

This text has color #C57DA5 on white background.



Black color preview on #C57DA5 background

This text has black color on #C57DA5 background.


White color preview on #C57DA5 background

This text has white color on #C57DA5 background.