COLOR #C594A5

HEX: #C594A5
RGB: (197,148,165)

Renk bilgisi

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

RGB renk modeli

#C594A5 color RGB value is (197,148,165).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 148 of 255 = 58%
B 165 of 255 = 65%

197
148
165

R + G + B ~ 67%. #C594A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 148 + 165 = 510 (100%)
R 197 of 510 ~ 38.63%
G 148 of 510 ~ 29.02%
B 165 of 510 ~ 32.35%

%38.63
%29.02
%32.35

CMYK RENK MODELİ

#C594A5 rengi CMYK tonu (0,25,16,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.87%
  • sarı tonu 16.24%
  • ana renk tonu 22.75%
CMYK:
(0,25,16,23)
C0M25Y16K23 
(0%,25%,16%,23%)
(0.00/0.25/0.16/0.23)	

CMYK yüzdeleri

%0
%24.87
%16.24
%22.75

Codes

Color #C594A5 in popluar color models

C594A5
RGB197148165
HSL339°29.70%67.65%
HSB/HSV339°24.87%77.25%
CMYK0.00%24.87%16.24%
22.75%

Color #C594A5 in popluar number systems.

HEXC594A5
Decimal197148165
Binary110001011001010010100101
Octal305224245

Shades and tints

Shades of #C594A5

#C594A5
(197,148,165)
#B48796
(180,135,150)
#A37A87
(163,122,135)
#926D78
(146,109,120)
#816069
(129,96,105)
#70535A
(112,83,90)
#5F464B
(95,70,75)
#4E393C
(78,57,60)
#3D2C2D
(61,44,45)
#2C1F1E
(44,31,30)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #C594A5

#C594A5
(197,148,165)
#CA9DAD
(202,157,173)
#CFA6B5
(207,166,181)
#D4AFBD
(212,175,189)
#D9B8C5
(217,184,197)
#DEC1CD
(222,193,205)
#E3CAD5
(227,202,213)
#E8D3DD
(232,211,221)
#EDDCE5
(237,220,229)
#F2E5ED
(242,229,237)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C594A5; }

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

This text font color is #C594A5.


Background Color

.myBgColor { background-color: #C594A5; }

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

This div background color is #C594A5.


Border color

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

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

This div border color is #C594A5.


Opacity

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

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

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

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

This text has shadow with #C594A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C594A5 on black background.


Color preview on white background

This text has color #C594A5 on white background.



Black color preview on #C594A5 background

This text has black color on #C594A5 background.


White color preview on #C594A5 background

This text has white color on #C594A5 background.