COLOR #C5909F

HEX: #C5909F
RGB: (197,144,159)

Renk bilgisi

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

RGB renk modeli

#C5909F color RGB value is (197,144,159).

  • kırmız ton 197;
  • yeşil ton 144;
  • mavi ton 159.
RGB:
(197,144,159)
(77%,56%,62%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 144 of 255 = 56%
B 159 of 255 = 62%

197
144
159

R + G + B ~ 65%. #C5909F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 144 + 159 = 500 (100%)
R 197 of 500 ~ 39.4%
G 144 of 500 ~ 28.8%
B 159 of 500 ~ 31.8%

%39.4
%28.8
%31.8

CMYK RENK MODELİ

#C5909F rengi CMYK tonu (0,27,19,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.90%
  • sarı tonu 19.29%
  • ana renk tonu 22.75%
CMYK:
(0,27,19,23)
C0M27Y19K23 
(0%,27%,19%,23%)
(0.00/0.27/0.19/0.23)	

CMYK yüzdeleri

%0
%26.9
%19.29
%22.75

Codes

Color #C5909F in popluar color models

C5909F
RGB197144159
HSL343°31.36%66.86%
HSB/HSV343°26.90%77.25%
CMYK0.00%26.90%19.29%
22.75%

Color #C5909F in popluar number systems.

HEXC5909F
Decimal197144159
Binary110001011001000010011111
Octal305220237

Shades and tints

Shades of #C5909F

#C5909F
(197,144,159)
#B48391
(180,131,145)
#A37683
(163,118,131)
#926975
(146,105,117)
#815C67
(129,92,103)
#704F59
(112,79,89)
#5F424B
(95,66,75)
#4E353D
(78,53,61)
#3D282F
(61,40,47)
#2C1B21
(44,27,33)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #C5909F

#C5909F
(197,144,159)
#CA9AA7
(202,154,167)
#CFA4AF
(207,164,175)
#D4AEB7
(212,174,183)
#D9B8BF
(217,184,191)
#DEC2C7
(222,194,199)
#E3CCCF
(227,204,207)
#E8D6D7
(232,214,215)
#EDE0DF
(237,224,223)
#F2EAE7
(242,234,231)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5909F color. Also use rgb(197,144,159) instead hex code.

Text Font Color

.myTextColor { color: #C5909F; }

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

This text font color is #C5909F.


Background Color

.myBgColor { background-color: #C5909F; }

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

This div background color is #C5909F.


Border color

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

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

This div border color is #C5909F.


Opacity

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

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

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

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

This text has shadow with #C5909F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5909F on black background.


Color preview on white background

This text has color #C5909F on white background.



Black color preview on #C5909F background

This text has black color on #C5909F background.


White color preview on #C5909F background

This text has white color on #C5909F background.