COLOR #C6529D

HEX: #C6529D
RGB: (198,82,157)

Renk bilgisi

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

RGB renk modeli

#C6529D color RGB value is (198,82,157).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 82 of 255 = 32%
B 157 of 255 = 62%

198
82
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 82 + 157 = 437 (100%)
R 198 of 437 ~ 45.31%
G 82 of 437 ~ 18.76%
B 157 of 437 ~ 35.93%

%45.31
%18.76
%35.93

CMYK RENK MODELİ

#C6529D rengi CMYK tonu (0,59,21,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.59%
  • sarı tonu 20.71%
  • ana renk tonu 22.35%
CMYK:
(0,59,21,22)
C0M59Y21K22 
(0%,59%,21%,22%)
(0.00/0.59/0.21/0.22)	

CMYK yüzdeleri

%0
%58.59
%20.71
%22.35

Codes

Color #C6529D in popluar color models

C6529D
RGB19882157
HSL321°50.43%54.90%
HSB/HSV321°58.59%77.65%
CMYK0.00%58.59%20.71%
22.35%

Color #C6529D in popluar number systems.

HEXC6529D
Decimal19882157
Binary11000110101001010011101
Octal306122235

Shades and tints

Shades of #C6529D

#C6529D
(198,82,157)
#B44B8F
(180,75,143)
#A24481
(162,68,129)
#903D73
(144,61,115)
#7E3665
(126,54,101)
#6C2F57
(108,47,87)
#5A2849
(90,40,73)
#48213B
(72,33,59)
#361A2D
(54,26,45)
#24131F
(36,19,31)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #C6529D

#C6529D
(198,82,157)
#CB61A5
(203,97,165)
#D070AD
(208,112,173)
#D57FB5
(213,127,181)
#DA8EBD
(218,142,189)
#DF9DC5
(223,157,197)
#E4ACCD
(228,172,205)
#E9BBD5
(233,187,213)
#EECADD
(238,202,221)
#F3D9E5
(243,217,229)
#F8E8ED
(248,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6529D; }

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

This text font color is #C6529D.


Background Color

.myBgColor { background-color: #C6529D; }

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

This div background color is #C6529D.


Border color

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

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

This div border color is #C6529D.


Opacity

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

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

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

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

This text has shadow with #C6529D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6529D on black background.


Color preview on white background

This text has color #C6529D on white background.



Black color preview on #C6529D background

This text has black color on #C6529D background.


White color preview on #C6529D background

This text has white color on #C6529D background.