COLOR #C6559D

HEX: #C6559D
RGB: (198,85,157)

Renk bilgisi

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

RGB renk modeli

#C6559D color RGB value is (198,85,157).

  • kırmız ton 198;
  • yeşil ton 85;
  • mavi ton 157.
RGB:
(198,85,157)
(78%,33%,62%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 85 of 255 = 33%
B 157 of 255 = 62%

198
85
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 85 + 157 = 440 (100%)
R 198 of 440 ~ 45%
G 85 of 440 ~ 19.32%
B 157 of 440 ~ 35.68%

%45
%19.32
%35.68

CMYK RENK MODELİ

#C6559D rengi CMYK tonu (0,57,21,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.07%
  • sarı tonu 20.71%
  • ana renk tonu 22.35%
CMYK:
(0,57,21,22)
C0M57Y21K22 
(0%,57%,21%,22%)
(0.00/0.57/0.21/0.22)	

CMYK yüzdeleri

%0
%57.07
%20.71
%22.35

Codes

Color #C6559D in popluar color models

C6559D
RGB19885157
HSL322°49.78%55.49%
HSB/HSV322°57.07%77.65%
CMYK0.00%57.07%20.71%
22.35%

Color #C6559D in popluar number systems.

HEXC6559D
Decimal19885157
Binary11000110101010110011101
Octal306125235

Shades and tints

Shades of #C6559D

#C6559D
(198,85,157)
#B44E8F
(180,78,143)
#A24781
(162,71,129)
#904073
(144,64,115)
#7E3965
(126,57,101)
#6C3257
(108,50,87)
#5A2B49
(90,43,73)
#48243B
(72,36,59)
#361D2D
(54,29,45)
#24161F
(36,22,31)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #C6559D

#C6559D
(198,85,157)
#CB64A5
(203,100,165)
#D073AD
(208,115,173)
#D582B5
(213,130,181)
#DA91BD
(218,145,189)
#DFA0C5
(223,160,197)
#E4AFCD
(228,175,205)
#E9BED5
(233,190,213)
#EECDDD
(238,205,221)
#F3DCE5
(243,220,229)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6559D color. Also use rgb(198,85,157) instead hex code.

Text Font Color

.myTextColor { color: #C6559D; }

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

This text font color is #C6559D.


Background Color

.myBgColor { background-color: #C6559D; }

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

This div background color is #C6559D.


Border color

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

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

This div border color is #C6559D.


Opacity

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

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

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

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

This text has shadow with #C6559D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6559D on black background.


Color preview on white background

This text has color #C6559D on white background.



Black color preview on #C6559D background

This text has black color on #C6559D background.


White color preview on #C6559D background

This text has white color on #C6559D background.