COLOR #C593AF

HEX: #C593AF
RGB: (197,147,175)

Renk bilgisi

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

RGB renk modeli

#C593AF color RGB value is (197,147,175).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 147 of 255 = 58%
B 175 of 255 = 69%

197
147
175

R + G + B ~ 68%. #C593AF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 147 + 175 = 519 (100%)
R 197 of 519 ~ 37.96%
G 147 of 519 ~ 28.32%
B 175 of 519 ~ 33.72%

%37.96
%28.32
%33.72

CMYK RENK MODELİ

#C593AF rengi CMYK tonu (0,25,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.38%
  • sarı tonu 11.17%
  • ana renk tonu 22.75%
CMYK:
(0,25,11,23)
C0M25Y11K23 
(0%,25%,11%,23%)
(0.00/0.25/0.11/0.23)	

CMYK yüzdeleri

%0
%25.38
%11.17
%22.75

Codes

Color #C593AF in popluar color models

C593AF
RGB197147175
HSL326°30.12%67.45%
HSB/HSV326°25.38%77.25%
CMYK0.00%25.38%11.17%
22.75%

Color #C593AF in popluar number systems.

HEXC593AF
Decimal197147175
Binary110001011001001110101111
Octal305223257

Shades and tints

Shades of #C593AF

#C593AF
(197,147,175)
#B486A0
(180,134,160)
#A37991
(163,121,145)
#926C82
(146,108,130)
#815F73
(129,95,115)
#705264
(112,82,100)
#5F4555
(95,69,85)
#4E3846
(78,56,70)
#3D2B37
(61,43,55)
#2C1E28
(44,30,40)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #C593AF

#C593AF
(197,147,175)
#CA9CB6
(202,156,182)
#CFA5BD
(207,165,189)
#D4AEC4
(212,174,196)
#D9B7CB
(217,183,203)
#DEC0D2
(222,192,210)
#E3C9D9
(227,201,217)
#E8D2E0
(232,210,224)
#EDDBE7
(237,219,231)
#F2E4EE
(242,228,238)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C593AF color. Also use rgb(197,147,175) instead hex code.

Text Font Color

.myTextColor { color: #C593AF; }

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

This text font color is #C593AF.


Background Color

.myBgColor { background-color: #C593AF; }

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

This div background color is #C593AF.


Border color

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

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

This div border color is #C593AF.


Opacity

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

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

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

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

This text has shadow with #C593AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C593AF on black background.


Color preview on white background

This text has color #C593AF on white background.



Black color preview on #C593AF background

This text has black color on #C593AF background.


White color preview on #C593AF background

This text has white color on #C593AF background.