COLOR #C5698D

HEX: #C5698D
RGB: (197,105,141)

Renk bilgisi

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

RGB renk modeli

#C5698D color RGB value is (197,105,141).

  • kırmız ton 197;
  • yeşil ton 105;
  • mavi ton 141.
RGB:
(197,105,141)
(77%,41%,55%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 105 of 255 = 41%
B 141 of 255 = 55%

197
105
141

R + G + B ~ 58%. #C5698D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 105 + 141 = 443 (100%)
R 197 of 443 ~ 44.47%
G 105 of 443 ~ 23.7%
B 141 of 443 ~ 31.83%

%44.47
%23.7
%31.83

CMYK RENK MODELİ

#C5698D rengi CMYK tonu (0,47,28,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.70%
  • sarı tonu 28.43%
  • ana renk tonu 22.75%
CMYK:
(0,47,28,23)
C0M47Y28K23 
(0%,47%,28%,23%)
(0.00/0.47/0.28/0.23)	

CMYK yüzdeleri

%0
%46.7
%28.43
%22.75

Codes

Color #C5698D in popluar color models

C5698D
RGB197105141
HSL337°44.23%59.22%
HSB/HSV337°46.70%77.25%
CMYK0.00%46.70%28.43%
22.75%

Color #C5698D in popluar number systems.

HEXC5698D
Decimal197105141
Binary11000101110100110001101
Octal305151215

Shades and tints

Shades of #C5698D

#C5698D
(197,105,141)
#B46081
(180,96,129)
#A35775
(163,87,117)
#924E69
(146,78,105)
#81455D
(129,69,93)
#703C51
(112,60,81)
#5F3345
(95,51,69)
#4E2A39
(78,42,57)
#3D212D
(61,33,45)
#2C1821
(44,24,33)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #C5698D

#C5698D
(197,105,141)
#CA7697
(202,118,151)
#CF83A1
(207,131,161)
#D490AB
(212,144,171)
#D99DB5
(217,157,181)
#DEAABF
(222,170,191)
#E3B7C9
(227,183,201)
#E8C4D3
(232,196,211)
#EDD1DD
(237,209,221)
#F2DEE7
(242,222,231)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5698D color. Also use rgb(197,105,141) instead hex code.

Text Font Color

.myTextColor { color: #C5698D; }

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

This text font color is #C5698D.


Background Color

.myBgColor { background-color: #C5698D; }

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

This div background color is #C5698D.


Border color

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

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

This div border color is #C5698D.


Opacity

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

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

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

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

This text has shadow with #C5698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5698D on black background.


Color preview on white background

This text has color #C5698D on white background.



Black color preview on #C5698D background

This text has black color on #C5698D background.


White color preview on #C5698D background

This text has white color on #C5698D background.